Modify Stop issue
-
I am trying to work with different stop levels. I tried different things for hours but it still is not working correctly.
This is what I want to accomplish:
- I placed a buy/sell order with a script, which has a SL of 8 pips away from entry( this is working correctly)
- I made an Expert Advisor for modifying the different stop levels when an order is active:
1st SL adjustment: when profit is +2 pips the SL level needs to move 5 pips up from the original position (this is working correctly)
2st SL adjustment: when profit is +4 pips the SL level needs to move another 4 pips up from the original position (this is not working correctly)The 1st SL adjustment is working, but the 2nd SL adjustment always brings the SL level to Entry level, which it should not do as I specified where it should move to.
I also tried Shrink Stops and Break Even, but I got the same results.This is what I have so far: https://fxdreema.com/shared/ewNoDot4e
Can you please help me with this?
-
try this option: http://prntscr.com/c3gam3
-
__try this option: http://prntscr.com/c3gam3[/quote:390arqx9]
Thank you! This seems to be the solution
