please can somone help me with a compounding block?
-
please can someone help me with a compounding block?.....i am really stuck and confused.....here is what i actually want to do.......once i hit a certain profit level the lot size is being doubled.......Eg let us say my initial deposit is 100$ and i hit a profit of 100$ using 1 lot size i would like my next trade start with a lot size of 2......
-
@godwin How many times is lot size supposed to be increased? Is there any limit?
-
thank you very much the lot size just needs to be multiplied by 2 when the initial specified amount is doubled....however the amount value still has to change.....what i mean is that let us say i have an initial amount of 100$ and i used 1 lot size to double it.....that means i would now be having a total of 200$......so the next positions i want to be opening should use a lot size of 2 and then change to 4 only when i have doubled that 200$....thanks in advance
-
Hi
Here the link if your trade is win 100 pips it will add double lot for the exiting order
you can modify the pips as you like and you can play also with size i make it for you 200 that is means it will add X2 each +100 pips -
@ramisignals thanks a lot but i think you did this with respect to a trade i want it to double when my current balance has been doubled thanks
-
-
@ramisignals yeah....but I want to multiply my lot only when my account has been doubled....let’s say..I have a 100$ account....and after several trades I make 100$ profit using a fixed lot size of 1(that means my balance would now be 200&).....now I would like my Ea to open positions using a lot size of 2 soo I can make up to 200$ before the lot size is doubled to 4
-
- create a constant for your initial balance, inibal
- create a constant lot amount for that balance, lot0
Now, set your next trade lots as
current balance / inibal * lot0 -
@roar please I really do not know how to go about that....if you can make a block I’ll really appreciate
-
-
@roar I am still finding it confusing guys....this is just a break down of what I want to do
Initial balance 100$ initial lot size 1 lot
100———1
200———2
400———4
800———8

