Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Normalized_Volume - indicatore per MetaTrader 5
- Visualizzazioni:
- 7771
- Valutazioni:
- Pubblicato:
- 2019.01.02 14:30
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Normalized Volume is an indicator showing the normalized volume value. It displays the average volume within the bars range, in the form of a colored histogram with a threshold value.
It has two input parameters:
- Period - normalization period
- Threshold - threshold level
Calculation:
VolumeNorm = Volume / MA * 100.0
where:
MA - SMA(Volume, Period)
Volume - tick volume
- If VolumeNorm is greater than Threshold
Histogram bars are colored green.
- Otherwise
Histogram bars are colored red.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/23126
Flat Channel
Brief Description
Exp_Slow-Stoch_DuplexTwo identical trading systems (for long and short positions) based on the signals of the Slow-Stoch indicator, which can be configured in different ways within one Expert Advisor