How can I print the remaining time of the actual candle?
-
I´m trying to program this but I´m in a loop. I only need the remaining time of the actual candle printed in the screen but I can´t find the way to ask for that parameter, not even doing any math with the Value>Time>CandleTime parameters. Any clue?. Thanks!!!
-
I finally solved! If anyone need it, pls let me know
-
@ancient199 That sounds very interesting. Could you please share it?
-
@ancient199 can you send me how did you did it?
-
@ancient199 Could you please explain this!
-
can you send me how did you did it?
-
@pruebaea @mohammedaldahas @username100 @l-andorrà
Add this to custom code PeriodSeconds() - (TimeCurrent()-iTime(NULL,0,0))Here's the example you can thank @roar for the code: https://fxdreema.com/shared/HAw1ZiKUc
-
@jstap said in How can I print the remaining time of the actual candle?:
PeriodSeconds() - (TimeCurrent()-iTime(NULL,0,0))
Gracias, funciona perfectamente
-
@pruebaea Your welcome