Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 8209
- Rating:
- Published:
- 2019.01.02 14:30
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23126

Brief Description

Two 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