Page 7 of 9

Re: Auto Trend Lines

PostPosted: Tue Sep 05, 2017 4:27 pm
by Cactus
Can I ask you to provide a simple sample strategy showing how to access and use those output streams in a strategy? Just a simple "if m1 candle price open above up_1 stream and close below up_1 stream, sell" or something?

Re: Auto Trend Lines

PostPosted: Tue Oct 03, 2017 5:05 am
by Santoine
Apprentice wrote:The indicator was revised and updated.


Where can I find the updated version? Thanks

Re: Auto Trend Lines

PostPosted: Tue Oct 03, 2017 6:02 am
by Apprentice
On first post in this topic.

Re: Auto Trend Lines

PostPosted: Tue Oct 03, 2017 7:48 am
by Santoine
Apprentice wrote:On first post in this topic.


The version on the first post of the topic dated 2010 so 7 years ago. Do you mean there is no revision since that version or the link has been uptated? Thanks

Re: Auto Trend Lines

PostPosted: Tue Oct 03, 2017 12:32 pm
by Apprentice
While the post is from 2010, the file is from 2017.

Re: Auto Trend Lines

PostPosted: Fri Oct 20, 2017 6:19 pm
by Cactus
Hello. Can I follow up on this

Apprentice wrote:Strategy that will trade if price cross line defined by .csv file?

Cactus wrote:Can I ask you to provide a simple sample strategy showing how to access and use those output streams in a strategy? Just a simple "if m1 candle price open above up_1 stream and close below up_1 stream, sell" or something?


This is in regards to CSV Lines Helper Tool_streams
Just wanting an example strategy to show how to enter positions using output streams from this indicator

I would love to have just a simple sample strategy to go with it or just a code snippet to demonstrate how to use its output_stream instance:getStream (index) or public property instance.DATA in the strategy. The logic can be (close_price[1] < line_stream_1[0] and close_price[0] >= line_stream_1[0]) which just means close price has crossed the most recent stream of some line. Thanks in advance

Re: Auto Trend Lines

PostPosted: Mon Oct 23, 2017 4:43 am
by Apprentice
Your request is added to the development list under Id Number 3926

Re: Auto Trend Lines

PostPosted: Thu Nov 09, 2017 6:41 am
by Santoine
Apprentice wrote:
Auto Trend Lines.lua


Auto Trend Lines is a fantastic tool. The only issue is that you have to constantly watch your chart on the screen to see if new lines are appearing and that's almost not possible and that's so frustrating. Multi-Line alert enables alerts on multiple lines. Does that possible to get as well a sound alert when a Fractal price is creating a new support or resistance? Thanks

Re: Auto Trend Lines

PostPosted: Thu Nov 09, 2017 7:11 am
by Apprentice
Your request is added to the development list under Id Number 3945

Re: Auto Trend Lines

PostPosted: Tue Nov 14, 2017 8:25 am
by Apprentice
Auto Trend Lines.lua
(12.38 KiB) Downloaded 1391 times

Auto Trend Lines Oscilator.lua
(15.5 KiB) Downloaded 1279 times

Try this version.