Add your own update by going to bool MarginPercentClosure() and adding this somewhere near the top:
Code: Select all
if (AccountMargin() == 0)
return(false);
Code: Select all
if (AccountMargin() == 0)
return(false);
It will not but this is a good idea. I will add it.Before anything, I want to thank you to all the beautiful minds in this forum.
Just a noob question.
In the shirt protection, will it disable the expert once it is triggered ?
Or if not, is there anything in this forum that can do this ?
Thank you in advance for any help.
Code: Select all
if(HighestPipsUpl < TotalPipsUpl)
HighestPipsUpl = (int) TotalPipsUpl;
You need to set UseBreakEven to true as well, otherwise UseAtrBE will have no effect.ParFour » Wed Jan 02, 2019 2:59 pm wrote:Hi
A minor issue I found when using ATR BE on Desky_2m, where I have either misunderstood how to configure it (quite likely) ...
Thanks, I shall see what happens, though on the face of it Desky infers that it will simply revert to BE after reaching BreakEvenTargetPips.tgm0 » Wed Jan 02, 2019 10:16 pm wrote:You need to set UseBreakEven to true as well, otherwise UseAtrBE will have no effect.ParFour » Wed Jan 02, 2019 2:59 pm wrote:Hi
A minor issue I found when using ATR BE on Desky_2m, where I have either misunderstood how to configure it (quite likely) ...
What the fuck makes you think that Desky will set a breakeven if you have UseBreakEven set to false?ParFour » Wed Jan 02, 2019 10:34 pm wrote:
Thanks, I shall see what happens, though on the face of it Desky infers that it will simply revert to BE after reaching BreakEvenTargetPips.