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
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