candel time
-
Hello. How to save candle time for example number 10?
-
More information, you will need code to get the time of an ID
-
In the loop, I find the desired candle and save its time in a variable.
-
So when you find this candle what value is returned?
-
I can store information like high price, low price, close price and open price but I don't know how to store candle time. I need candle time to draw the trend line
-
And candle time makes more sense than ID, this stays the same, save it into an int variable, this should give you seconds from 1970, put this into a comment, if not int is a string, once you know, try to use, and possibly turn back into a string, you can then use this in blocks. Get this working, any problems, put a shared link and I'll help with what to do next.
-
Thank You. The problem was solved.