Available translations

Momentum Bars

foundations.png
Summary: The Momentum Bars indicator helps visualise momentum using simple technical anaysis techniques to become an enhanced MACD.
Momentum Bars On the Charts
Orignally written by RedK on tradingview, this indicator is loosely inspired by Elder's Impulse System (EIS). Similar to the MACD, if the value line (open value) is below the signal (close) then the bar is printed in red, and if these values are below the zero line then the momentum is said to be bearish. The opposite is true for a bullish momentum, printed in green.
The parameters of the Momentum Bars indicator can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under "Momentum Bars" Product Definition.
Momentum Bars Products & Properties
Product Setting Product Variable Properties
Momentum-Bar mombar valueOpen, valueClose, rising
Example:
A simple strategy can be built by entering a trade when the open value is above the close value and the open is above the zero line:
 chart.at15min.mombar.valueOpen > chart.at15min.mombar.valueClose && chart.at15min.mombar.valueOpen > 0
Next
Inside Bars