Forum

How to check Market Open/Closed in MT5 ?

Please, how I can check if market is open or closed in MT5, I cant find answer. something similar to MT4 - MarketInfo(Symbol(),MODE_TRADEALLOWED) this command doesn't exist in MT5 anymore. Thank you

SignalInfoSetInteger() - error 4060

Please, does anyone know why I always get error 4060 when i try to use SignalInfoSetInteger() function ? for example : result=SignalInfoSetInteger(SIGNAL_INFO_DEPOSIT_PERCENT,value); thank you

ObjectCreate - anchor points

Hi, Please I would like to know how to create object between candles. I use MT4 (830) for example when i set time 8:55 at H15, its moved to next anchor point 9:00. I would like to see that before candle 9:00. Thanks a lot

Signal REsynchronization - closed market

hi, I need to resynchronize signal at specific time. Problem is that my broker close market for about 10 min daily, and positions opened by signal provider at this time are not copied. I dont want change broker and I dont want to close MT4 always, and open again only because of that. Please, does