Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Exp_Skyscraper_Fix_ColorAML_X2MACandle_MMRec - sistema esperto per MetaTrader 5

Visualizzazioni:
2156
Valutazioni:
(12)
Pubblicato:
2018.10.25 18:05
Aggiornato:
2023.03.29 13:48
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Three independent trading systems using Skyscraper_Fix, ColorAML and X2MACandle indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system. Trading signals are formed when a bar closes if a trend has changed (which is displayed by any of the three indicators changing its color). The EA is a further complication of the Exp_Skyscraper_Fix_ColorAML and Exp_Skyscraper_Fix_ColorAML_MMRec code by adding another trading system using the X2MACandle indicator.

The EA inputs are divided into three groups A, B and C according to indicators applied in trading systems:

  • A - Skyscraper_Fix;
  • B - ColorAML;
  • C - X2MACandle.

Each trading system should be configured separately by disabling the remaining trading systems with the corresponding EA inputs:

input bool    A_BuyPosOpen=true;    //A Permission to enter long positions
input bool    A_SellPosOpen=true;   //A Permission to enter short positions

For the generated EA to operate correctly, the compiled files of indicators Skyscraper_Fix.ex5, ColorAML.ex5 and X2MACandle.ex5 should be present in the <terminal_data_directory>\MQL5\Indicators.

Default Expert Advisor's input parameters have been used during tests shown below. Stop Loss and Take Profit have not been used during the tests.

Fig. 1. Examples of trades on the chart

Fig. 1. Examples of trades on the chart

Testing results for 2017 on EURJPY H6:

Fig. 2. Test results chart

Fig. 2. Test results chart

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22391

Exp_BrainTrend2_AbsolutelyNoLagLwma_X2MACandle_MMRec Exp_BrainTrend2_AbsolutelyNoLagLwma_X2MACandle_MMRec

Three independent trading systems using BrainTrend_V2, AbsolutelyNoLagLWMA and X2MACandle indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

WPR_Histogram_Vol WPR_Histogram_Vol

Williams’ Percent Range oscillator displayed as a color histogram, using volumes

X2MACandle_Chl_HTF X2MACandle_Chl_HTF

The X2MACandle_Chl indicator with the timeframe selection option available in the input parameters

BARS Alligator BARS Alligator

The Expert Advisor based on iAlligator (Alligator) indicator.