Wait for next candle
-
Should this not wait for next candle?

-
What you're saying is the Candle Open must equal the Candle close for the current candle, which is pretty much impossible since Candle ID 0 is the current open candle.
If you're trying to wait for the next bar/candle, can you not just use Once Per Bar/Candle block? -
I got this info a while ago from here, then took a break and now back into it--LOL, Once per bar didn't work, there are some other ways documented here, I will have to find them again, Thanks
-
This condition does pass, just doesn't wait long enough
-
What I'm trying to say is Candle ID (0) never has a close because Candle ID (0) is always the current candle. So the condition you're trying to make will never be met, therefor any blocks after won't execute. Generally, you normally always look back 1 candle unless you're doing something specific.
-
@willramsey But it does pass and they execute, have one trade running now
-
The problem is it passed about 30min in but im on H1 chart, so was looking for a candle to go by, I found this elsewhere on the forum, may try this one after my triggered trade closes

-
Yeah, using time makes more sense in some way then what you had before.
-
This is why I like to bounce this stuff off you guys, helps a lot--thanks