Why will my SL not step
-
Hi ... Could someone please advice me why this SL will not trail.. Most appreciated ...Thank you


-
@alphaomega Should work by settings. may you share your project? I see some didabled block in the background of the screenshot. Maybe the blocks just don't get called.
-
@trader-philipps... Thank you for responding
https://fxdreema.com/shared/olOea1Xwb
Also for some reason I get opposite orders simultaneously which is not the intention. maybe the information will help. Please have a look at that too, because I only want one order in the direction of the condition. I had the OCO button activated and then put it off.
Most appreciated .. Gerhardt -
@alphaomega How is this ... 29 views and only trader.philipps had a comment? unbelievable!
-
@alphaomega Well, first of all check blocks 23 and 24. Bulls and bears period should be an integer number I'd guess such as 13 instead of 0.13
However, fixing that would still question how the MA condition could work. MA value is a price level and the bull/bears indicator value is a price fraction. It's a bit like comparing 2 totally different things.
As I don't have that keltner indicator, I get a lot of errors in the log and EA cannot be tested further. Maybe fix those issues first and than we take a look further on. -
@trader-philipps Thank you for your time and reply. The ea is not complete and I have those blocks off for the meantime, so that I do not forget where I am heading with this ea. (remember you saw some blocks off in the background) The bulls and bears will only come into action after MA has crosses the keltner outside lines.. If I have the blocks off, would it still influence the opposite opening of trades simultaneously? Also. would it be the reason for the stoploss not to trail? I am adding the keltner band for you. I used the BB bands before. I really do appreciate you input and feedback. In the meantime I will go check those blocks you mention and make it separate.
-
@alphaomega If a block is in state off, it will not be executed - this also applies to the blocks linked behind it (unless there is a connection from another block as well that is not switched off).
-
@trader-philipps ... Ok .. get you... I have changed the blocks you questioned... It still opens opposite orders simultaneously? I also remove some conditions to filter out problems.. Check this please...
https://fxdreema.com/shared/Jws4x8yY -
@trader-philipps Hi... It looks like I found the problem for the opposite orders simultaneously... The code like it like this:

Not like this:

Thank you so much for your input.. most appreciated!!