Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 5870
- Valutazioni:
- Pubblicato:
- 2018.06.18 13:57
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Intraday intensity index oscillator.
It has two input parameters:
- Period - calculation period;
- Use normalization - switch (Yes/No) of using normalization in calculations.
Calculations:
No normalization:
Idx = Sum[Volume * (2*Close - High - Low) / (High - Low)] за Period
With normalization:
Idx = 100*(Sum[Volume * (2*Close - High - Low) / (High - Low)]) / (Sum [Volume]) за Period
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20858

Channel indicator HWC (Holt-Winters Channel).

Indicator HWMA (Holt-Winter Moving Average) is a three-parameter moving average by the Holt-Winter method.

Oscillator MACD Squeeze similar to indicator Trade The Markets Squeeze, but based on MACD.

Trading panel based on class CDialog.