timestamp
-
how do i save the time a trade was opened so i can refer to a value of another indicator at the time the trade was opened
ex trade opened at 13:00 i want to know the value of some indicator at 13:00 -
@purelife173 Save time into a variable (string is time format), when trade is opened modify variable, alternatively, pink block in loop, this will save time in seconds, so unless time you are comparing to is in seconds will need converting.