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

BW_Zone_Trading - indicatore per MetaTrader 5

Visualizzazioni:
5538
Valutazioni:
(15)
Pubblicato:
2018.04.18 17:22
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

A modified indicator of Bill Williams' zone trading.

In contrast to using standard Awesome Oscillator (AO) and Accelerator Oscillator (AC), this indicator allows setting the calculation price and period for the fast and slow MAs used for the AO calculation, the smoothing period and the method for AC calculation, as well as selecting the filter type - using two indicators or any of them separately.

The indicator has six input parameters:

  • AO Fast MA period - fast MA period for the AO calculation;
  • AO Slow MA period - slow MA period for the AO calculation;
  • AO Applied price - price of MA for AO calculation;
  • AO Calculation method - method of MA for AO calculation;
  • AC smoothing period - smoothing period for the AC calculation;
  • Filter type:
    • By AO and AC - filter zones both by AO and AC;
    • By AO - filter zones by AO;
    • By AC - filter zones by AC.

The indicator is drawn in a separate window as a candlestick chart, colored depending on the zone:

  • BUS zone is green
  • SELL zone is red
  • Neutral zone is gray

The indicator is provided with four buffers and can be used inside an Expert Advisor:

  • Buffer 0: Signal Up - has a non-empty value at the time of transition from non-bullish zone to a bullish one;
  • Buffer 1: Signal Down - has a non-empty value at the time of transition from non-bearish zone to a bearish one;
  • Buffer 2: Bullish zone - has a non-empty value on all bars of the bullish zone;
  • Buffer 3: Bearish zone - has a non-empty value on all bars of the bearish zone.

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

DPO_Bar DPO_Bar

Detrended Price Oscillator Bar - price chart without a trend.

SV v.4.2.5 SV v.4.2.5

The Expert Advisor opens no more than one position per day. Positions are opened at the specified time. It searches for the Highest and Lowest price in an interval. Data of two iMA (Moving Average, MA) indicators are used.

HA EMA3 Indicator HA EMA3 Indicator

A Moving Average based on Heiken Ashi candlesticks.

LRL LRL

Linear regression line (LSMA) - a moving average calculated by the linear regression method.