This indicator is not on bars or on tick based. It strictly works based on a time. It generates a new bar with Open, Close, High and...
Showing posts with label Seconds. Show all posts
Showing posts with label Seconds. Show all posts
MetaTrader 5 Expert Advisor | N seconds N points
0
The Expert Advisor tracks positions of all symbols with all magic numbers. If a position has been open for "Waiting for seconds...
MetaTrader 5 Script | Function for converting the number of seconds to years, months, days, hours, minutes, seconds
0
MetaTrader 5 Script | Function for converting the number of seconds to years, months, days, hours, minutes, seconds
RobotFX
10.6.25
string GetTimeSpan(datetime time_sec) { if (time_sec <= 0 ) return "0 seconds" ; string time_text =...