I use
var vDonchian = new DonchianStudy(40, 0);
at the first line of the efs.
How to I make the 40 become a variable that can be defined in Edit Studies?
var vDonchian = new DonchianStudy(40, 0);
at the first line of the efs.
How to I make the 40 become a variable that can be defined in Edit Studies?
Comment