i know this system can't be tested (multi-currencies) so my questions are:
Surely you can test multicurrency expert advisers, and experiment for getting answers for your questions 1 and 2.
Surely you can test multicurrency expert advisers, and experiment for getting answers for your questions 1 and 2.
Dear korotky
thanks a lot for reply, can you explain to me how to back test multi currency ea
i know this system can't be tested (multi-currencies) so my questions are:
1- is there any better way for deciding whether to buy or sell (other than currency strength meter?
2- are these profitable testing is the case or is it just by accident (luck) am still making profit?
best of luck for all
Multiple currency trading is no problem via EA, I regularly monitor and trade multiple currencies from a single MT4 chart.
1- is there any better way for deciding whether to buy or sell (other than currency strength meter?
That depends entirely on your personal trading strategy. If a strength meter is part of your strategy and it works for you, why change it?
2- are these profitable testing is the case or is it just by accident (luck) am still making profit?
Again, That depends entirely on your personal trading strategy.
Markets change over time and something that works right now might not work in the future.
- Jack
thanks a lot for reply, can you explain to me how to back test multi currency ea
In MT5, backtesting of multicurrency EAs does not differ from standard backtestings: the tester supports this feature natively.
All you need is to obtain/code a EA which will issue orders in different symbols. The tester will automatically download data for the symbols being used, open charts, and execute trades. Of course, finally you'll get a report with multiple symbols.
Multi-Currency Expert Advisors in MT5 - backtesting and optimization
The threads/posts
- Buying or Selling all 7 pairs - the thread with the explanation.
- Multi-Currency Expert Advisors the post with the examples of backtesting/optimization
CodeBase
- Multi-currency night scalper - Night Scalper Multi - expert for MetaTrader 5
- Multi-symbol Two iMA Simple - expert for MetaTrader 5
- and more on CodeBase here (the link to the search result).
The articles
- LifeHack for trader: "Quiet" optimization or Plotting trade distributions
Interesting results can also be obtained by running a multi-currency EA in the strategy tester. As an example, the free Multicurrency Expert from the CodeBase was used. In addition, the "#include <DistributionOfProfits.mqh>" file was specified and the "CDistributionOfProfits ExtDistribution" variable was declared in the header of the EA, and the "OnTester()" function was added at the end of the code. After a single run, the following statistics had been received: "TestAnalysis.htm". - How to Test a Trading Robot Before Buying
optimization it over all symbols selected in Market Watch - Creating a Multi-Currency Multi-System Expert Advisor
- Creating an Expert Advisor, which Trades on a Number of Instruments
- How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 1): Indicator Signals based on ADX in combination with Parabolic SAR
- How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 2): Indicator Signals: Multi Timeframe Parabolic SAR Indicator
- How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 3): Added symbols prefixes and/or suffixes and Trading Time Session
- How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 4): Triangular moving average - Indicator Signals
Documentation
- MetaTrader 5 Help → Algorithmic Trading, Trading Robots → Optimization Types - All Symbols Selected in Market Watch
- MetaTrader 5 Help → Algorithmic Trading, Trading Robots → Strategy Testing - Multi-Currency Expert Advisors
- MetaTrader 5 Help - Trading Platform — User Manual
- www.metatrader5.com
Multi Symbol Chart - indicator for MetaTrader 5
The indicator plots candlestick formations for four symbols in one separate window.
It can be altered easily to show more or fewer symbols.
Multi currency library - library for MetaTrader 5
- www.mql5.com
Therefore, ... we can create a simple Multi-Currency Expert Advisor which in this article uses Indicator Signals: Average Directional Movement in combination with Parabolic SAR Indicator.
- www.mql5.com
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Dear All
i was trying a trading strategy to buy or sell all the USD Currency pairs together, i only check the daily strength of the USD, then i take decision to buy or sell (open 7 positions), then i check after so many hours, sometimes waiting for days looking for total positive profit after that i close all the 7 pairs together, after so many testing on demo account i realized it worth studying trying i didn't lost any of trials so far.
when the dollar strength is high i open sell, and vise versa. (same lot size)
i know this system can't be tested (multi-currencies) so my questions are:
1- is there any better way for deciding whether to buy or sell (other than currency strength meter?
2- are these profitable testing is the case or is it just by accident (luck) am still making profit?
best of luck for all