Lot Manual Inputs...
-
Please i'm trying to build an EA that the first 20 trades respectively has a manually inputed lot size in the EA setting if there's a loss...
Something like martingale but each lot sizes for the first 20 positions has to be manually inputed by me...Example:
1st trade Lot 0.10
if first trade loses (Hits SL)
2nd trade Lot 0.14
If second trade loses (Hits SL)
3rd trade Lot 0.10
If third trade loses (Hits SL)
4th trade Lot 0.14
If fourth trade loses (Hits SL)
5th trade Lot 0.19
...So on till the 20th trade...Then starts with the initial 0.10 after the 20th losing trade...
-
Because you have lots that change different to what the las trade has done, so there all losses but different lots, you will need to set up a logic tree using variables, you'll have to set up a test project, and keep adding until it does what is necessary.
-
-
isnt exactly what you are searching for but idea is similar