Renko bar timer that counts down till candle close on a user defined time frame. Options are 1,2,3,4,5,15,30 and 60 minute. Renko’s don’t have a time factor calculated into them so this helps to keep track of key candle closures during your trading. It has helped me out quite a bit in my daily NQ/MNQ scalping. It is positioned in the bottom right just like the standard bar time.
User Submitted App Category: Indicators
Candle percentage change in NinjaTrader 8
It is a custom NinjaTrader 8 indicator that calculates and displays each candle’s percentage change on the chart.
Users can customize the font size between 6 and 20, and display up to 6 decimal places.
———————————-
The indicator computes the percentage change using the following formula:
% Change = ((Close Price – Open Price) / Open Price) × 100
———————————-
Results are displayed as colored text above each candle:
Green = (close > open)
Red = (close < open)
Gray = (close = open)