Available translations

AK MACD BB

foundations.png
Summary: This indicator combines an MACD with Bollinger Bands to help identify potential reversals in the price action.
AK MACD BB on the Charts
The MACD line acts as a trend identifier; when the line is above the BB ribbon then price action is likely to move upwards. The opposite is true when the MACD is below the ribbon.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
AkMacdBb akMacd macd, upper, lower, direction
The lengths of the indicator's calculationrs can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under "AK MACD BB" Procedure Loop.
Example:
This indicator can be used to enter a trade when the MACD rises above the upper BB value:
 chart.at01hs.akMacd.macd > chart.at01hs.akMacd.upper && chart.at01hs.akMacd.previous.macd <= chart.at01hs.akMacd.previous.upper
Maintainer:
Previous
Fisher Ribbons
Next
Hurst Channel Oscillator