Click here to Login
Email
Password
Remember me
Forgot my Password
Trading Software
Features
Trading objects
How-to
Blog
QuantShare Blog
Users Blog
Forum
Partnership
White Label
Search
0
MacdExtHist 0
Function - MACDEXTHIST
MACDEXTHIST
MACD Historigramme with controllable MA type
Indicators
SYNTAX
MacdExtHist( ARRAY close, ARRAY fastperiod, ENUM fastmovingaveragetype, ARRAY slowperiod, ENUM slowmovingaveragetype, ARRAY signalperiod, ENUM signalmovingaveragetype)
RETURNS
NUMERIC ARRAY
DESCRIPTION
MACD Historigramme with controllable MA type
ADDITIONAL INFO
The MACD Histogram show the divergence between the MACD and its reference line (the 9-day Exponential Moving Average).
The MACD Histogram with controllable MA type let you choose the Moving average type to use in MACD Histogram calculations.
EXAMPLE
MacdExtHist(close, 5, _MaSma, 3, _MaSma, 15, _MaSma)