Page 3 of 4

Re: Fractal trailing stop

PostPosted: Mon Dec 05, 2016 11:00 pm
by doanthedung
Can you add Fractal trailingstop into Fractal Strategy? It's very useful.
Thanks!

Re: Fractal trailing stop

PostPosted: Tue Dec 06, 2016 7:12 am
by Apprentice
Your request is added to the development list, Under Id Number 3687
If someone is interested to do this task, please contact me.

Re: Fractal trailing stop

PostPosted: Fri Apr 28, 2017 9:05 pm
by Cactus
Cactus wrote:
Apprentice wrote:Asymmetric Fractal Stop.lua added.


Thank you, however, is it the same as "Fractalstop4.lua", just using asymmetric fractals?
Studying the code I notice it is less in size, and generally it is more like the original .lua in the first post, which does not work on all orders?

I see it is
Code: Select all
instance.parameters.Trade .. ")";

Instead of
Code: Select all
instance.parameters.Symbol .. ")";


etc.

I can try fix it copy pasting lines between the two strategies to achieve this and post it here later for your confirmation if it is correct but if there's a quicker way of doing it can you post the "Fractalstop4.lua" version with Asymmetric Fractals, thanks.
Cactus wrote:
Alexander.Gettinger wrote:Fractal stop that works with all the orders for the selected pair:
FractalStop4.lua


Hello, I like this. I think this is the only trailing stop on the forum that works for "all orders". I shall study it and see how the code can be adapted for other trialing stops in a similar fashion.

Meanwhile, I would like to request a change to this version of the strategy. Can the asymmetrical fractal indicator be used as the fractal base on which to place stop losses?
It can be found here:
viewtopic.php?f=17&t=32544&p=55438

Everything else would stay the same, I just want to specify the before and after number of candles that form a fractal for this trailing stop.

Re: Fractal trailing stop

PostPosted: Wed May 24, 2017 5:56 pm
by Avignon
Hello,

Little bug : the line "Choose Trade" is empty. :)

Re: Fractal trailing stop

PostPosted: Thu May 25, 2017 5:33 am
by Apprentice
aha.png

You need to have open positions.

Re: Fractal trailing stop

PostPosted: Sat May 27, 2017 7:01 am
by Cactus
Can you make it work for ALL positions, automatically?

Re: Fractal trailing stop

PostPosted: Sat May 27, 2017 7:26 am
by Apprentice
Sure.

Your request is added to the development list, Under Id Number 3802
If someone is interested to do this task, please contact me.

Re: Fractal trailing stop

PostPosted: Mon Jun 05, 2017 9:21 am
by Apprentice
FractalStopAllTrades.lua added.

Re: Fractal trailing stop

PostPosted: Tue Jun 06, 2017 12:18 pm
by Cactus
Thank you

Re: Fractal trailing stop

PostPosted: Fri Aug 25, 2017 6:50 am
by Avignon
Question :

Why trade disappear ? What are the condition ?

Capture.png



Thank you. :)