Forum

I cannot subscribe signals

Hi I cannot subscribe several signals (ITC , Loading..). "subscribe" button is not active in MT4 platform but i can subscribe from MQL5.com (but i cannot from my VPS ) do you know why ? best regards

automtization

i trying to automate terminal startup like this article : https://www.metatrader5.com/en/terminal/help/start_advanced/start but i have some problems have you a working example ? best regards

signals ..

hi on my MT4 platform i can see only 80 signals. example 'loading' (first signal for subscribers) is not seen. thank's for you help best regards

Signals with multiple accounts

Hello On a MT5 platform i have 3 demo accounts can i activate one signal on each account ? the orders passed by the signals are they considered by a not active account ? thank you for your help

resistances and supports

Hello Do you know where i can find an example of code to determine the resistances and supports x hours slippery. thank you for your help

economic calendar

hi where can i download a economic calendar with ftp thank's

ExpertRemove()

hi ! ExpertRemove () But where are ExpertAdd(),ExpertChange() ? ...... i wish stop my E.A.1 for holiday , attach E.A2. fot restart the E.A.1 after holiday thanks

Pb SymbolInfoSessionTrade

hi ! my code datetime datetimeDeb,datetimeFin; SymbolInfoSessionTrade ( "EURUSD" , WEDNESDAY , 0 ,datetimeDeb,datetimeFin); Print ( "/" +datetimeDeb+ "/" +datetimeFin+ "/" ); my result / 1970.01 . 01 00 : 00 : 00 / 1970.01 . 02 00 : 00 : 00 / where is the ? please

Mode (run or backtest)

hi i'am looking for a function or constant to know if my E.A. is in run mode or backtest mode. thank's

SymbolInfoSessionTrade()

hello i try to use SymbolInfoSessionTrade() to get session open and close time this function need session_index ( https://www.mql5.com/en/docs/marketinformation/symbolinfosessiontrade ) what's this please? Thank's