i keep getting error what am i doing wrong
How to Become a Signals Provider for MetaTrader 4 and MetaTrader 5
- www.mql5.com
Do you want to offer your trading signals and make profit? Register on MQL5.com website as a Seller and specify your trading account to offer your signals to traders.
chukwudi igbojionu:
i keep getting error what am i doing wrong
i keep getting error what am i doing wrong
do you expect people to just guess what your problem is? how about you provide some details or do you expect everyone to download your code, compile and run it!
-
longStop = iHighest(NULL, 0, MODE_CLOSE, ATR_Period) - atr;
Incorrect number of parameters. Read the documentation.
-
iHighest does not return a price. Read the documentation.
-
longStopPrev = longStop; shortStopPrev = shortStop; if (Close[0] > longStopPrev) longStop = MathMax(longStop, longStopPrev);
What is the purpose of xPrev when they are always the same?
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