Open trade at the opening of the next candlestick
-
Hi guys
Can you help me in referencing a link where this problem is solved that I will raise Or maybe can help me how to solve it please:
I want to open a trade for sale when my previous candlestick is bearish. And my closing or tp would be when the candle ends. It's simple but I don't know how to do it
Thank you
Roy -
I'm not sure I fully get the closing part. Do you mean the trade is to be closed at the end of the same candle the trades was open no matter what?
-
Exactly, the trade must be closed on the same candle that opened the trade but at the end or close of it (let's call it candle 0 if you want). It does not matter if the candle goes against, you should still close it at the close of this. Thank you
-
@1221278 Use blocks (If trade)-(check age)-(close trades)
- In check age block put the time of the candle you want it to close, for example let’s say this was a 15 minute candle put 15 in the minutes section.
-
Thank you very much, with what was indicated it was solved.
Roy
-
Thanks guys. Appreciate it. I'll try this. Thanks again.
-
You're welcome.