Well, this was my idea: let's assume that you start with a deposit of 10000 and the "Risk" parameter set to 1..
then the first order placed will be 0,10, and it will increase proportionally, so that, for example, it will be 0,15 when the deposit reaches the amount of 15000, and 0,20 when it turns to 20000 and so on..
The "MaxLots" parameter should behave exactly in the same way..for example, setting it at 2 initially (meaning that in the current session the total amount of the orders can't be higher than 2) and then increasing it proportionally.. This way, when the deposit reaches 15000, it will turn to 3, on 20000 it will become 4 and so on..
What do you think about it?
And one last last request..is it too bothering for you to add a parameter to set only buy or sell orders for every one of the strategies?