Builds 600 and up include the control functions, but only in indicators. That is still helpful. The "TPEHEP" (Trainer) was...
Showing posts with label Checking. Show all posts
Showing posts with label Checking. Show all posts
MetaTrader 4 Libraries | TimeInRange time checking function
0
Fast time range checking function. Doesn't use slow string parsing. Function returns TRUE if time in range, FALSE otherwise. Us...
MetaTrader 5 Script | Checking the time change on the server due to daylight saving time transition
0
MetaTrader 5 Script | Checking the time change on the server due to daylight saving time transition
RobotFX
1.8.25
Unfortunately, I found that some brokers The time change on the server is a bit incorrect, which I did not expect. and which surprise...
MetaTrader 5 Script | Checking the server time changes due to the summer time changeover
0
MetaTrader 5 Script | Checking the server time changes due to the summer time changeover
RobotFX
31.7.25
Unfortunately, I had to realise that some brokers are a bit careless with the server time changeover, which I had not expected and wh...
MetaTrader 5 Script | Checking the server time changes due to the daylight saving time (DST) changeover
0
MetaTrader 5 Script | Checking the server time changes due to the daylight saving time (DST) changeover
RobotFX
13.6.25
Unfortunately, I discovered that some brokers are a bit sloppy with the server time change due to the daylight saving time (DST), whi...
MetaTrader 5 Script | Function for checking whether the market is open for trading at the moment by the current symbol
0
MetaTrader 5 Script | Function for checking whether the market is open for trading at the moment by the current symbol
RobotFX
10.6.25
bool CheckTradeAllowed() { MqlDateTime date_cur; TimeTradeServer (date_cur); datetime seconds_cur = date_cur.hour ...