Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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:
3443
Note:
(13)
Publié:
2016.06.30 12:48
Mise à jour:
2023.03.29 13:47
\MQL5\Include\
xdpo.mq5 (8.36 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

XDPO indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by XDPO indicator algorithm.

In many situations, such approach may be more informative for the purpose of analysis.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Fig.1. XDPOCandle

Fig.1. XDPOCandle

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

DonchianChannelsCloud_Digit_Grid DonchianChannelsCloud_Digit_Grid

Donchian Channel indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits, and a price grid with these rounded values.

DonchianChannelsCloud DonchianChannelsCloud

Donchian Channel with the background filling inside the channel.

DonchianChannelsCloud_HTF DonchianChannelsCloud_HTF

DonchianChannelsCloud indicator with the timeframe selection option available in input parameters.

XTRIX_HTF XTRIX_HTF

XTRIX indicator with the timeframe selection option available in input parameters.