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:
5263
Note:
(11)
Publié:
2011.11.29 14:31
Mise à jour:
2023.03.29 13:43
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This indicator shows the direction of the acceleration of JFatlSpeed price from a larger timeframe at a smaller one.

Besides, the indicator alerts about the speed current direction at each change of a large timeframe bar.

Two colors of large dots are used for speed display. If the speed is positive and raising, the dot color is lime. If the speed is positive but falling, the dot color is yellow. The opposite case is also defined by dot colors. If the speed is negative and falling, the dot color is red. If the speed is negative but raising, the dot color is magenta.

It must be noted that this indicator does not show the current trend direction but only its first derivative or the speed. Therefore, it is better to filter it using a trend indicator.

Place the ColorJFatlSpeed indicator compiled file to MQL5\Indicators\. Indicator ColorJFatlSpeed uses the classes of the SmoothAlgorithms.mqh library. Working with that class was described in details in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

JFatlSpeed HTF

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

Three-Pole Super Smoother Filter Three-Pole Super Smoother Filter

Three-pole super smoother filter from John Ehlers' book "Cybernetic Analysis for Stocks and Futures: Cutting-Edge DSP Technology to Improve Your Trading" is used in this indicator for moving average calculation.

XML parser XML parser

A library for parsing of XML documents. Pure MQL5, it doesn't uses any external libraries.

ZigZag on Parabolic + Fibo + Channel ZigZag on Parabolic + Fibo + Channel

ZigZag indicator built using the values of the Parabolic SAR technical indicator with the added possibility to build Fibo levels on the last two indicator peaks and the channel generated with the use of three successive zigzag peaks with selection of these peaks.

Two-Pole Super Smoother Filter Two-Pole Super Smoother Filter

Two-pole super smoother filter from John Ehlers' book "Cybernetic Analysis for Stocks and Futures: Cutting-Edge DSP Technology to Improve Your Trading" is used in this indicator for moving average calculation.