Isn't candle time working?
-
I created this structure to identify if there is a trade that was open this candle or not.
https://fxdreema.com/shared/SdDKpCY4c
For some reason I don't understand, it never identifies it correctly. Am I missing something too obvious, maybe?
-
Things have been wrong which is why I tend to use TimeCurrent(), put these 2 times into a comment so you can see what is being compared. I think the problem is that candle time is every x minutes 1, 5, 15, 30 etc, so the current time will rarely match.
-
Hi @l'andorrà , Thank you for your free content in YT, I'm learning a lot!
-
@jstap I will check it out. Thanks.
-
@MichaelVincent Thank you very much.

-
This is doing nothing

-
@Byens Yeah, I forgot to complete that part, but it didn't work yet.
-
@jstap You're right. The problem must be there. I decided to work with standard Unix times and it works, but definitely candles are not correctly identified that way.