Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
The EA entered a 3rd trade (next_trade) after the initial trade with a value of .01 lots but it should be at .13 lots. The 2 consecutive next trades after the initial are .11 & .12 lots (lot size increment set at .01). Could you please take a look at this when you have some time?
Thanks Wolfe that is what I have done "set the Lot_Size_Increment in the external variables to 0" see in preset file attached in my previous post.
And it will produce profit at least for a certain period of time.
In terms of using a more aggressive progression yet only invest the money you won you could follow this example:
0.1 0.1 0.1 0.2 0.3 0.5 0.8 1.3 etc..
The first 3 element are 0.1 and then it is the sum of the last two.
This is as far as I will go in terms of "aggressivness" but I like the simple pyramiding 0.1 0.1 0.1 0.1 etc...
In any case you can always have x variantes of progression but always risk your winning pips so in the worst case you dont win or lose much.
I have a suggestion:
1)
Maybe it is better to set the starting Lot as a percentage of your account via a external variable.
Example 1% with 10000 Capital = 100 $ so you will start with 0.1 Lot
but if Capital 50000 you will start with 0.5 lot
The EA entered a 3rd trade (next_trade) after the initial trade with a value of .01 lots but it should be at .13 lots. The 2 consecutive next trades after the initial are .11 & .12 lots (lot size increment set at .01). Could you please take a look at this when you have some time?
Thanks,
lcfxtrader
I just ran a quick back test on Interbank using 0.01 Start_Lot_Size and 0.01 Lot_Size increment, and it incremented properly. So I'm not yet sure what the problem you're having is. Have a look:
Please see the print screen attachment. It started with .1 lot and should increase by .01 for each next trade (ex: .11, .12, .13, .14 , etc.).
I checked out your screen shot, and am not sure what is happening yet. I have attached EA to Interbank with your parameters. I'll let it run and try to figure out the problem.
I checked out your screen shot, and am not sure what is happening yet. I have attached EA to Interbank with your parameters. I'll let it run and try to figure out the problem.
Icfxtrader,
This is what happened when I attached to live Interbank Demo. I'm still not sure what happened to your test yet.