i had so many problems with this, here is my experiences:
In your strategy:
- If you use default quantity, all trades will be submited always with the same quantity.
- If you use AccountSize, all trades will be submited like it will count how many can be bought from AccountSize. (Eg, at FOREX trading, it uses Margin for counting.)
EnterLong(50000);
- If you use "by strategy" you can define everything from the code.

Comment