PDA

View Full Version : Change Indicators Color/Width


simone
05-05-2009, 01:54 AM
Dear sirs,
in a Initialize callback event we are using some indicators, for example:

protected override void Initialize()
{
........................
Add(MAX(Close,5));
Add(MIN(Close,5));
Add(EMA(200));
........................
}

Is it possible change color and width of those indicators line?
Thank you

NinjaTrader_Bertrand
05-05-2009, 04:09 AM
Hi simone, sure - please review this tip - http://www.ninjatrader-support2.com/vb/showthread.php?t=3228