Beispiel #1
0
        public void Initialize()
        {

            donch1 = new DonchianChannel(Instr, period1);
            donch2 = new DonchianChannel(Instr, period2);
            donch3 = new DonchianChannel(Instr, period3);

        }
Beispiel #2
0
 public void Initialize()
 {
     ind1 = new DonchianChannel(Instr, Period1);
     ind2 = new DonchianChannel(Instr, Period2);
     ind3 = new DonchianChannel(Instr, 15);
 }