help please - Open next position on new candle
-
Hi,
I am having trouble with getting the strategy to open the next trade after the candle has closed.
I have the condition set for >/< open price in the trade loop and I set the candle ID to 1 and on close of candle however it still opens when the price reaches the pip distance instead of using pip distance and the close of the candle.Is that a decent enough explanation?
I will add a screenshot shortly -
screenshot is from block 21

-
I have also tried using the candle open parameter with the candle ID as 0 - but that has not worked either
any suggestions?
-
Can you please share the link to the project instead?
-
Here is the project link
I am also having trouble with getting the losses to close when they hit the condition -
https://fxdreema.com/shared/cMotyOKue
updated link -
@funfx Here you have some initial changes to do:
- You can remove blocks 19,27,35 and 49. They are redundant.
- Blocks 38 and 64 can be substituted by a single condition block instead. Connecting light pink blocks to non pink blocks does not guarantee they are fully functional.
- If I understand your request correctly you need the distance specified in blocks 23 and 31 to be checked only once the candle is closed. If so then the 'once per bar' block should be moved on top of the corresponding block tree.
-
thanks man, will try this and test and let you know
-
You're welcome.
-
this worked correctly, thanks a ton!
-
You're welcome again.
