Changing Colors in Ninja Trader

I want to change the color of the balance of power indicator where its green when above the line and blue when its below the line. Does anyone know the script for ninja trader on how to do this?

Thanks
 
Quote from elcowen:

I want to change the color of the balance of power indicator where its green when above the line and blue when its below the line. Does anyone know the script for ninja trader on how to do this?

Thanks

if x then PlotColors[x][x]...in other words search for "PlotColors" in the NT Help Guide.


It's really simple but please don't ask me to write the code for you because I'm too lazy
 
Back
Top