what is the journal say.
journal say no error on it.
i got the problem is. my alpari mt5 account only support "execution_exchange" mode. and the program provider another 3 mode coincidentally.
modify TradeFunction.mqh line 174 as below would be solve
//if(symb.execution_mode==SYMBOL_TRADE_EXECUTION_MARKET) // miss symb.execution_mode ==SYMBOL_TRADE_EXECUTION_EXCHANGE
if(symb.execution_mode==SYMBOL_TRADE_EXECUTION_MARKET||symb.execution_mode ==SYMBOL_TRADE_EXECUTION_EXCHANGE)
the solution is made by fxmeter , thanks him again.
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
I've been verify all necessary parameter and procedure, but not any trade which program made after test , why ?
anybody can help me ?
I test the program downloaded from here https://www.mql5.com/en/articles/647