Questions from Beginners MQL5 MT5 MetaTrader 5 - page 1561
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi, I am new to copying signals, please guide me, I subscribed a signal but it keep on unsuscribed on its own, so I have to go to options and enable the real time signal subscription each time, is there any problem with setting or I am doing something wrong, btw I do have vps enabled, please help!
Look at the instructions about HowTo (in case you missed something for example):
How to Subscribe to MT4/MT5 Signal - the instructions
https://www.mql5.com/en/forum/189731 (MT4)
https://www.mql5.com/en/forum/336422 (MT5)
Hello, I have an account with hedging in MT5, which is displayed correctly in the application from a phone, but from a laptop it says that it is netting. What to do with it? How to fix it?
Miracles do not happen. If the account type is netting or hedge, it will be netting or hedge on any platform.
Check if your login is correct (account number, account number).
1) Create an Expert Advisor using homemade bibliotecs (Will it be possible to put this Expert Advisor on the market?)
2) Write everything at once in the Expert Advisor without using homemade libraries.
Friends! Greetings!
Help me to fix it, it gives an error:
Line 49 'iStochastic' - wrong parameters count
built-in: int iStochastic(const string,ENUM_TIMEFRAMES,int,int,int,ENUM_MA_METHOD,ENUM_STO_PRICE)
Friends! Greetings!
Help me fix it, it gives an error:
Line 49 'iStochastic' - wrong parameters count
built-in: int iStochastic(const string,ENUM_TIMEFRAMES,int,int,int,ENUM_MA_METHOD,ENUM_STO_PRICE)
After stochasticDPeriod you did not specify the slowing value. Besides, the last value can be either STO_LOWHIGH or STO_CLOSECLOSE, but not PRICE_CLOSE.
Regards, Vladimir.
After stochasticDPeriod, you did not specify a slowing value. Also, the last value can be either STO_LOWHIGH or STO_CLOSECLOSE, but not PRICE_CLOSE.
Regards, Vladimir.
Vladimir, thank you very much!
Friends, greetings!
Help a newbie, the script opens the first position and that's it, no TP or SL. What can be the error? When compiling, everything is normal.
Greetings, friends!
Help a newbie, the script opens the first position and that's it, no TP or SL. What can be the error? When compiling, everything is normal.
First understand what is a script and what is an Expert Advisor. Then delete unnecessary lines from the code.