thnx, = how to get MQL4 VPS? thnx, L. In our case - MQL5 is the name of this portal (mql5.com) where VPS is located by webpage herehttps://www.mql5.com/en/vps ---------------- Forum on trading, automated trading
In MQL5 chart period constants changed, and some new time periods (M2, M3, M4, M6, M10, M12, H2, H3, H6, H8, H12) were added. To convert MQL4 time periods you can use the following function: ENUM_TIMEFRAMES TFMigrate(int tf) { switch(tf) { case 0: return(PERIOD_CURRENT); case...