- how can i add minutes time filter for backtesting binary options
- help for write my first EA in mql4
- help me please [solved]
Please
- MT4 code belongs to the MT4 thread at the bottom
- describe an error with the indication of the code line and the exact wording of the error - make it easy for those you want them to help you.
You have unbalance brackets. However, what is worse, is why are you converting and concatenating into a string and then assigning it to an integer?
int signalID; ... signalID = IntegerToString(GetTickCount()) + IntegerToString(MathRand()); ... signalID = IntegerToString(AccountInfoInteger(ACCOUNT_LOGIN) ) // <- Missing closing bracket + IntegerToString(TerminalInfoInteger(TERMINAL_BUILD)) + AccountInfoString(ACCOUNT_NAME); //terminal wide_id
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