highest and lowest price between two time stamps
-
Hello community,
does anybody know a solution to find the highest and lowest price between two dates. The dates are defined in seconds code not as string.
Have a nice day!
Greetings
Tommi -
Do you mean using UNIX time? There is no fxdreema blocks doing that directly. You will need a custom loop to do that, but IMHO using an indicator would make it easier, in general.
-
You can add this into the block time stamp box: TimeToString(xxxxxxxxx,TIME_DATE | TIME_MINUTES);
-
Thank you!