Page 1 of 1

Add a trailing stop fixed in a strategy

PostPosted: Tue Sep 12, 2017 8:24 am
by william17
Hello everybody,

I need help please,

I want to write (add) in the writing of a strategy a "trailing stop fixed", like in the example of the "ma advisor.lua" (please see the first file attached) in which we find a trailing stop fixed...

And i would like to add it in the strategy named "test_trailing_stop_fixed.lua" (please see the second file attached), by copying the various necessary paragraphs (or lines), but i don't know what i have to copying exactly...

Someone could help me please?

Thank you,

Re: Add a trailing stop fixed in a strategy

PostPosted: Wed Sep 13, 2017 5:37 am
by Apprentice
Your request is added to the development list, Under Id Number 3894
If someone is interested to do this task, please contact me.

Re: Add a trailing stop fixed in a strategy

PostPosted: Wed Sep 13, 2017 7:10 am
by william17
Thank you Apprentice,

But what i have to do if i would like to know that the development is done?

And how i can follow the Id Number 3894 please?

Thank you,

Re: Add a trailing stop fixed in a strategy

PostPosted: Fri Sep 15, 2017 3:24 pm
by Apprentice
When the task is completed, will post notification here.

Re: Add a trailing stop fixed in a strategy

PostPosted: Sat Sep 23, 2017 7:04 am
by Apprentice
Something like this?
Test_trailing_stop_fixed.lua
(27.31 KiB) Downloaded 478 times

Re: Add a trailing stop fixed in a strategy

PostPosted: Sat Sep 23, 2017 3:29 pm
by william17
Yes,

It's exactly that i want,

Thank you very much Apprentice,

Thanks to your work, now i see what i have to write in a strategy if i want a trailing stop fixed...
It's perfect!!

And if i want only a trailing stop fixed, i suppose i set "True" in "Use trailing?", and after, i set "false" in "dynamic trailing mode" and finally i set the pips value in "fixed trailing stop" for the steps of the trailing stop and it will going well?

Re: Add a trailing stop fixed in a strategy

PostPosted: Mon Sep 25, 2017 3:58 pm
by Apprentice
Exactly.