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:
4741
Note:
(12)
Publié:
2018.09.27 16:00
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Commodity Channel Index oscillator displayed as a color histogram, using volumes.

Calculation formula:

CCI Histogram Vol = CCI * Volume

For quite understandable reasons, the recalculation of overbought and oversold levels in such a modified oscillator should be performed using the same formula. This was implemented. In the final version, these levels are no longer permanent. Two levels with the appropriate breakout indication were used.

input int                 HighLevel2=+100;          // Overbought level 2
input int                 HighLevel1=+80;           // Overbought level 1
input int                 LowLevel1=-80;            // Oversold level 1
input int                 LowLevel2=-100;           // Oversold level 2

In the indicator input parameters, these levels are presented as the levels of the source CCI, and then multiplied by volumes at each indicator tick.

Fig. 1. The CCI_Histogram_Vol indicator

Fig. 1. The CCI_Histogram_Vol indicator

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

GD GD

The Generalized DEMA moving average

RSI_Histogram_Vol RSI_Histogram_Vol

The Relative Strength Index oscillator displayed as a color histogram, using volumes.

Investor_Preference_Index Investor_Preference_Index

The Investor Preference Index indicator

MA_Signal MA_Signal

The MA signal indicator