Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Indicateurs

MT5 CCI with shift parameter - indicateur pour MetaTrader 5

Vues:
6402
Note:
(7)
Publié:
Mise à jour:
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

A simple extension to the CCI indicator using the iCCI function call. Now you have a shift parameter which will shift the plot by user defined bars.

This is somewhat an educational code as it reveals how to apply a shift feature to any indicator based on shifting the buffer index.

When you use [i - shift], you are effectively shifting the index in the buffer.
Visually, it moves the plot from right to left. It is giving an after the fact representation of the signal...which may not be useful to most people, but can be useful in some trading systems.


No shift

Shift applied


The "Test_CustomCCI" script shows how the indicator can be utilized with iCustom. 

Place both files in the Indicators/Examples folder and compile CCI_withShift before compiling the other file. They will both show as usable indicators in the software.





























Smooth Algorithms - Corrected/Modified - library for MetaTrader 5 Smooth Algorithms - Corrected/Modified - library for MetaTrader 5

Smooth Algorithms fixed version plus Trade Algorithms plus full operational EA, plus two indicators . So you will get complete project where you be able to see example how to use and implement this libraries

Double Bolling Band Signal Double Bolling Band Signal

Let follow previous EA by this link https://www.mql5.com/en/code/46630

Simplest CSV file reader Simplest CSV file reader

Provide simplest class to read and parse CSV file

Keltner Channel code for beginners by William210 Keltner Channel code for beginners by William210

Keltner Channel for traders or young developers by William210