Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
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_ColorFisher_m11 - sistema esperto per MetaTrader 5

Visualizzazioni:
4104
Valutazioni:
(19)
Pubblicato:
2017.11.03 11:48
\MQL5\Include\ \MQL5\Indicators\ \MQL5\Experts\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

A trading system based on the signals of the ColorFisher_m11 indicator. A signal to open a position is generated at the close of a bar if the color of the histogram has changed to blue or pink, i.e. when the oscillator has entered the overbought or oversold zone. The position closing signal is formed when the histogram color changes to opposite.

This Expert Advisor requires the compiled indicator file ColorFisher_m11.ex5 in order to run. Add it to <terminal_data_folder>\MQL5\Indicators.

Note that the TradeAlgorithms.mqh library file allows using Expert Advisors with brokers who offer nonzero spread and the option of setting Stop Loss and Take Profit during position opening. You can download more variants of the library at the following link: Trade Algorithms.

Default input parameters of the Expert Advisor were used during the tests shown below. Stop Loss and Take Profit were not used during testing.

Fig. 1. Examples of deals on the chart

Fig. 1. Examples of deals on the chart

Testing results for 2015 at GBPUSD H4:

Fig. 2. Testing results chart

Fig. 2. Testing results chart

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

ColorFisher_m11_HTF ColorFisher_m11_HTF

The ColorFisher_m11 indicator with the timeframe selection option available in input parameters.

Exp_AFStar Exp_AFStar

A trading system based on the AFStar indicator signals.

BarTimerCLineRoundedVertical BarTimerCLineRoundedVertical

The vertical version of the BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", using current timeframe data and producing a sound alert when the bar changes.

BarTimerCLineRoundedVertical_HTF BarTimerCLineRoundedVertical_HTF

The vertical version of the BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", with the possibility to set a fixed timeframe, data from which the indicator displays in input parameters, and producing a sound alert when the bar changes.