I did this:
protected override void Initialize()
{
Add(PeriodType.Minute,2);
Overlay = false;
}
and I do this:
if (BarsInProgress == 0)
MEFLinRegAngle(Closes[1],60,14,3,9,3,false);
which from what I read is correct, can someone help me understand why it will not plot the indicator at all?
Thanks,
R.T.

Comment