open a trade only at specific time: when candle h4 (at 8:00) is closed
-
I need to find the way to open a trade, after checking some conditions, only when the candle h4 ends. that candle starts at 4:00 am, and ends at 8:00 am
-
@fra That is not possible. No one knows when a candle is close until a new candle is open. The closest you can get to that close price is exactly the, at the moment the following candle is open.
-
Since you have a condition, why not open trade at time 4.01am? And close trade when candle H4 close.