If I'm doing a study on the ES symbol using DonchianStudy() I can do this:
vDonch = new DonchianStudy(Length, Offset);
If I'm doing another study on an advanced chart that's plotting the ES symbol then how do I get the DonchianStudy() for say the NQ:
Looking for something like:
vDonch = new DonchianStudy(Length, Offset, Symbol);
vDonch = new DonchianStudy(Length, Offset);
If I'm doing another study on an advanced chart that's plotting the ES symbol then how do I get the DonchianStudy() for say the NQ:
Looking for something like:
vDonch = new DonchianStudy(Length, Offset, Symbol);
Comment