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
- Visualizzazioni:
- 5159
- Valutazioni:
- Pubblicato:
- 2018.07.13 16:04
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Indicator of volumes. It displays a color histogram of relative volumes by day hours:
- Hour from 08 to 13 - color red
- Hour from 14 to 17 - color bright green
- Hour from 18 to 21 - color red
- Hour from 22 to 23 - color green
- Hour from 00 to 07 - color blue
Volume of each hour is calculated as a ratio between the current volume to the mean volume value within the predefined range.
The indicator has one input parameter:
- Period - calculation period
Calculations:
VLM = Volume/VolAvg
where:
VolAvg = SMA(Volume, Period)
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21335

The EA uses Martingale. Initial entry by indicator iStochastic (Stochastic Oscillator).

Indicator Swing Shift