
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)
Created By | Hwop38 |
NinjaTrader Version | 8 |
File Size | 2.5 KB |
Create Date | 06/03/2025 |
# of Downloads | 13 |
Importing to NinjaTrader 8 is Easy!
To import your 3rd party app or add-on to NinjaTrader, simply follow these 3 steps:
- Download the app or add-on file to your desktop
- From the NinjaTrader Control Center window, select the menu Tools > Import > NinjaScript Add-On…
- Select the downloaded file from your desktop
Questions?
Visit the NinjaScript File Sharing discussion in the NinjaTrader user forum to interact with fellow traders and the NinjaTrader support team.