A little help with modify stop and add volume block.
-
Hi fxdreema,
I need help with this flow. I need all buy TP to be modify at the same level.
However it just modify the TP only at current candle.
The previous buy trade not affected.
You can see it in this example.
https://fxdreema.com/shared/CxKH1zzle
You can run it on 4 Jan 2016 to see it clear.
Thanks.
-
Hi fxdreema,
I have changed the block flow a little bit.
Promising, all the intended buy trade modify its TP.
However, the previous buy trade modify its TP to an absurd price level.
Other modified TP is ok.
You can see it here.

You can review my block flow as below.
https://fxdreema.com/shared/Lkvtl1kZb
Thanks.
-
This absurd value is also known as EMPTY_VALUE and I think that the object that should be picked in block 8 don't exist at that moment. Try to connect block 9 from the yellow output of block 7 (after the loop is done)
-
Thanks a lot admin.