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:
14426
Note:
(25)
Publié:
2015.03.20 11:30
Mise à jour:
2021.11.02 08:22
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator has been updated!

This indicator is a ported version of the FractalZigZagNorepaint indicator that is available on the MQL4 Code Base.

It uses the Zigzag indicator to ascertain swing highs and lows. These swings can then be used to draw or estimate a non redrawing zigzag indicator. The indicator backdraws values 2 bars from the current bar.

The program has 4 input variables explained below.

Input variables:

The first variable determines when a fractal low or high is drawn with reference to the close of the current bar. Set CalculateOnBarClose to true and indicator arrows will only be drawn on the close of the current bar or the open of the next bar.

ZZDepth and ZZDev variables are related to the input parameters for the Zigzag indicator. ZZDepth corresponds to the ExtDepth input variable  and ZZDev corresponds to the ExtDeviation input variable of the Zigzag indicator. ExtBackStep is permanantly set to 1.

nShift simply sets the number of pips the arrows will be above or below a fractal high or low.


Fractal ZigZag indicator

Smoothed_RSI and RSI_of_MA Smoothed_RSI and RSI_of_MA

Smoothed RSI indicator and RSI of Moving Average.

Class for set and check your trading time Class for set and check your trading time

CTimeControl class for include to your EA for easy setting and checking your own trading time.

Ilan 1.6 Dynamic HT Ilan 1.6 Dynamic HT

The popular Ilan 1.6 Dynamic belongs to the category of "averagers". Ilan uses advanced money management formulas and allows taking even losing positions to profit. Now Ilan 1.6 Dynamic is available as a source code for MetaTrader 5.

KeyFinder KeyFinder

This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.