This long-term trading system works on 28 pairs and M5 timeframe and uses different trading systems such as trend-following, counter-trending and others. It increases the chances of sustained growth and reduces the impact of one pair or specific trades. The risk is tightly controlled.
The settings are very simple and do not need to be changed. And there's no need to optimize either.
The Expert Advisor can self-correct. Instead of searching for the values satisfying the historical prices of each pair, the Expert Advisor uses the values effective for all pairs, which increases the probability of good results in future price movements.
The advisor does not use Martingale, Grid or other strategies with increasing lots.
Monitoring: https://www.mql5.com/en/signals/1484837
Advisor version for MetaTrader 4: 23478
For the EA you must open "Tools" > "Settings" > "Advisors". Check the "Allow WebRequest for the following URLs:" box. Add the following: , and click "OK".
Requirements and Recommendations
The settings are very simple and do not need to be changed. And there's no need to optimize either.
The Expert Advisor can self-correct. Instead of searching for the values satisfying the historical prices of each pair, the Expert Advisor uses the values effective for all pairs, which increases the probability of good results in future price movements.
The advisor does not use Martingale, Grid or other strategies with increasing lots.
Monitoring: https://www.mql5.com/en/signals/1484837
Advisor version for MetaTrader 4: 23478
For the EA you must open "Tools" > "Settings" > "Advisors". Check the "Allow WebRequest for the following URLs:" box. Add the following: , and click "OK".
Requirements and Recommendations
- Timeframe: M5
- Require ECN accounts with a low spread
- Advisor must be attached to only one chart (any of the working pairs and any timeframe) - all trading on all pairs is done from one chart only! In the settings you can enable and disable currencies.
- Minimum recommended balance for the EA (when using on the recommended pairs and timeframes) - $100.
- Broker with five-digit quotes.
- VPS.
- Consider, EA only for "hedging" accounts.
- Instructions to reduce the amount of RAM for EAs: post/744213 ( EA requires at least 5000 bars in history).
- Default settings.
- If you use multiple EAs on one account, be sure to check that all EAs have different Magic numbers.
- Multi_Currency_BackTest - multicurrency tester used.
- Test is recommended to use:
- Tick simulations:
- OHLC on M1.
- Real ticks.
- All ticks.
- Tick simulations:
- EURUSD
- GBPUSD
- GBPJPY
- USDCHF
- USDJPY
- AUDUSD
- GBPAUD
. - USDCAD
- GBPCAD
- EURAUD
- EURCAD
- EURGBP
- EURJPY
- GBPCHF
- NZDUSD
- GBPNZD
- EURCHF
- AUDCAD
- NZDCAD
- NZDCHF
- NZDJPY
- CHFJPY
- CADJPY
- CADCHF
- AUDNZD
- EURNZD
- AUDJPY
- AUDCHF
- EURUSD - the currency used in true;
- ...
- AUDCHF - currency used in true;
- Magic_Start / Magic_Finish - Trade ID;
- Symbols_Prefix(Suffix)_Name - enter ONLY prefix (suffix) if your broker uses it in the symbol name (for example: "m."(".m") if the name of the pair is "m.EURUSD"("EURUSD.m"));
- Use several Symbols or Timeframes simultaneously in trading - the setting for simultaneous operation of the number of currencies and timeframes.
- OFF / TF_For_All_Symbols / TF_For_Each_Symbol_Separately / Work_Symbols_at_one_Time.
- Number Timeframes or Symbols - number of currencies or timeframes.
- Custom_Risk - If true the lot size increases as the account balance grows (risk management);
- User_Balance - Custom balance;
- Add_to_User_Balance % - Add for User_Balance for smooth transition to a new lot.
- Lot_on_every - Lot size for each - User_Balance.
- Fixed_Lot - constant lot;
- Order Comment - order comments;
- Slippage - slippage before order triggering;
- Show_Info_Panel - info panel (false - fast backtest);
- Show_additional_panel - additional panel, only for backtest;
- Adaptation of the spread to the stop loss - adaptation of the stop loss to the spread;
- Max Spread - maximum spread;
- Stop trade - switches off trading for a time (from 1 minute to 24 hours) if the average spread exceeds Max_Spread;
- http / https - protocol for news;
- Monday -trading on Monday;
- ...
- Friday - trade on Friday.
- Use time - if true trade on time
- GMT Auto - automatic shift of GMT (not for tester);
- GMT Mode - manual setting
- Every_Day_Start - time of start (hh, mm):mm);
- Every_Day_End - end time (hh:mm).
- Use time - when true, trade is on time;
- Disable_in_Friday - Friday end time (hh:mm).