Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3943
Note:
(14)
Publié:
2018.04.18 17:20
DPO_Bar.mq5 (12.7 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Detrended Price Oscillator Bar - this oscillator indicator eliminates the trend component of the price movement chart. This simplifies the process of determining price fluctuation cycles and overbought/oversold levels.

Long cycles consist of several short cycles. Analysis of such short elements helps to determine the critical moments of the cycle. The indicator allows eliminating the influence of the price on visibility of long-term cycles.

Calculation formula:

DPO = Price - SMA (Price, N)

The indicator has two input parameters:

  • Period - MA calculation period;
  • Method - MA calculation method.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20213

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.

Days of the week color Days of the week color

A colored histogram of the days of the week. Uses the drawing style DRAW_COLOR_HISTOGRAM.

BW_Zone_Trading BW_Zone_Trading

Modified BW Zone Trading - a modified indicator of Bill Williams' zone trading.

HA EMA3 Indicator HA EMA3 Indicator

A Moving Average based on Heiken Ashi candlesticks.