ie.
ma.Set(ma1(period1)[0];
I can do the period without a problem by using:
private int period1 = 4; in the Variables section.
I am stuck with the ma1?
I have tried this:
private ma1 = SMA; but this does not work.
I want to be able to type in the MA into the field and it then applies it tot he formula.
Thanks

Comment