Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

AMA Histogram Normalize - indicator for MetaTrader 5

Views:
3140
Rating:
(8)
Published:
2018.08.23 13:18
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Version of the AMA Histogram indicator.

Normalize iAMA indicator parameters is added. Two options are available for it:

  • Digits() - data from iAMA are taken with usual accuracy;
  • Digits()-1 - more rough indicator data is taken.

What are possible Digits()-1 applications? For example, if you want to avoid small noise and catch only significant changes in the indicator values:

AMA Histogram Normalize

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21502

One MA EA One MA EA

The EA based on single iMA (Moving Average, MA) indicator signals.

Chaikin_Volatility_Histogram Chaikin_Volatility_Histogram

Chaikin volatility indicator as a colored histogram.

Ozymandias_System_Alert Ozymandias_System_Alert

Ozymandias_System indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.

Chaikin_Volatility_Histogram_HTF Chaikin_Volatility_Histogram_HTF

Chaikin_Volatility_Histogram indicator with the timeframe selection option available in the input parameters.