- Search Energy EXCH
- Mun replied Oct 8, 2006
Have you tried what wackena said? Try running a dummy EA and see what the Symbol() function is giving you. If it is something like USDJPYm then modify the EA and put "m" at the end of all the symbols hardcoded in the mq4 file. Eg. change: ...
Phoenix 2007 (new thread)
- Mun replied Oct 8, 2006
This is what I've done: Stick the EA in the Metatrader 4\experts directory + restart Metatrader. Load up 15 min charts for the pairs you wanna run the EA on. Drag and drop the EA from the Navigator window onto each chart. Confirm the EA params. Now ...
Phoenix 2007 (new thread)
- Mun replied Oct 8, 2006
Read this guide by Hendrick on how to get 90% modelling quality (90% is max btw): url Please remember the performance of an EA in a backtest should not be taken as proof the system works (or otherwise).
How to get past price data in Metatrader4?