Hi on some days I want to modify my default lot size thats passed from the back tester config menu. This is what I did and I can not get it to work.
var size = Strategy.getDefaultLotSize()
It always retruns a value of 100 no matter what.
I have it set to 5 in my menu (futures). Not sure where its getting this value.
Any ideas?
thx
Geoff
var size = Strategy.getDefaultLotSize()
It always retruns a value of 100 no matter what.
I have it set to 5 in my menu (futures). Not sure where its getting this value.
Any ideas?
thx
Geoff
Comment