"pips away from open price" alternative
-
Hi guys, do any one you know an alternative block to the "pips away from open price" block. I find that sometimes this block misses to take action when price is actually at the distance wher it is supposed to do something.
I would like to make it so that;
when price is currently at x pips or more from the entry price of last opened order -> do something.
I tried with the "check distance" block and use the inloop function, but it does not do as intended.
-
I think you have a problem in For each Position. You say "last opened order", which probably mean that in For each Position you intend to set that Not more than n trades to 1. Looking at the block we see that you have put some 1 there... but not exactly at Not more than n trades.
-
@fxdreema Your tip solved the issue. Thank you for your help!
In case anyone else has the same question, here is a link to solution: https://fxdreema.com/shared/DzTm72CYc
-
@piptheripper Thank you for sharing.
-
@l-andorrà i have been strugling with a similar issue and this project shared here https://fxdreema.com/shared/DzTm72CYc works perfectly for buy positions,,ive tried severaly to mdify the same for sell position without success,,,could you please help out..not sure what am doing wrong
-
@musa-5 just figured it out. thanks