After compile, test, compile, test.. ect. ect. ...
New code compiles correctly but settings changed like Input Constants do not change.
After setting up a new demo account and decreasing the leverage from 1:200 to 1:50 Leverage does not change when called from Scripts and EA.
Any Ideas to clear the Cache or is it another problem?
Leverage : 200 Equals: 50.0
Its not a code problem if compile and change the Input Constant Like
input int Inp_MA_Period = 20;
to
input int Inp_MA_Period = 30;
and compile...
The Input Constant should change. to Inp_MA_Period 30;
In Strategy Tester it does not. Just Inp_MA_Period 20; and i have to go to the inputs and change it.
This doesn't happen after a couple of tests. More like 60 to 100. The input constants refuse to change.
As for the leverage it doesn't matter what I change it to even after a clean install if i open a new demo at 1:50 1:100 it still does 1:200.
Its not a code problem if compile and change the Input Constant Like
As for the leverage it doesn't matter what I change it to even after a clean install if i open a new demo at 1:50 1:100 it still does 1:200.
Maybe any small error inside the code?
Well, I don't know if anyone can help you with that, given the description you gave us. Anyway, good luck!
Its not a code problem if compile and change the Input Constant Like
input int Inp_MA_Period = 20;
to
input int Inp_MA_Period = 30;
and compile...
The Input Constant should change. to Inp_MA_Period 30;
In Strategy Tester it does not. Just Inp_MA_Period 20; and i have to go to the inputs and change it.
This doesn't happen after a couple of tests. More like 60 to 100. The input constants refuse to change.
As for the leverage it doesn't matter what I change it to even after a clean install if i open a new demo at 1:50 1:100 it still does 1:200.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
After compile, test, compile, test.. ect. ect. ...
New code compiles correctly but settings changed like Input Constants do not change.
After setting up a new demo account and decreasing the leverage from 1:200 to 1:50 Leverage does not change when called from Scripts and EA.
Any Ideas to clear the Cache or is it another problem?
Leverage : 200 Equals: 50.0
2014.06.07 23:49:28.913 TestMaxandMinLots (AUDCAD,H1) Contract Size: 100000.0Times Lot Size: 1.0Divided By Leverage : 200 Equals: 50.0