• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA EA_DCA

As i can see you alway use martingale for money managerment

why don't you try using d'alembert for money management?
D'alembert works differently from martingale in that it will add 1 when you lose and subtract 1 when you win.
For example:
Trade 1: SL 1$
Trade 2: SL 2$
Trade 3: Sl 3$
.....
If you win, you will return to the previous 1 order, if you continue to win, you will continue to return 1 order until the basic stop loss is reached.
will stop.
With this management, as long as you have a system with a win ratio of 1:1 higher than 53%, it will be profitable.
My Ea has a function like,
if your trade was loss, then next lot size is multiple.
Is it same ?
 
My Ea has a function like,
if your trade was loss, then next lot size is multiple.
Is it same ?
It's not multiple lotsize.

For each loss, an amount equal to the stop loss will be added to subsequent orders. That is, the first order stops losing $1, the next orders if you lose, will add 1 $ and if you win, you will subtract $ 1. Of course the lot size will have to be adjusted so that the stop loss has such value.
The minimum value is $ 1 if this value will not continue to deduct money if you win.

Here is an example transactions:
1st order : ( SL = 10 pips lotsize = 0.01 ) = 1$ - LOSS
2nd order : ( SL = 10 pips lotsize = 0.02 ) = 2$ - LOSS
3nd order : ( SL = 10 pips lotsize = 0.03 ) = 3$ - LOSS
4th order: : ( SL = 10 pips lotsize = 0.04 ) = 4$ - LOSS
5th order: : ( SL = 10 pips lotsize = 0.05 ) = 5$ - WIN
4th order: : ( SL = 10 pips lotsize = 0.04 ) = 4$ - WIN
3nd order : ( SL = 10 pips lotsize = 0.03 ) = 3$ - LOSS
4th order: : ( SL = 10 pips lotsize = 0.04 ) = 4$ - WIN
3nd order : ( SL = 10 pips lotsize = 0.03 ) = 3$ - WIN
2nd order : ( SL = 10 pips lotsize = 0.02 ) = 2$ - WIN
1st order : ( SL = 10 pips lotsize = 0.01 ) = 1$ - WIN
1st order : ( SL = 10 pips lotsize = 0.01 ) = 1$ - WIN
 
It's not multiple lotsize.

For each loss, an amount equal to the stop loss will be added to subsequent orders. That is, the first order stops losing $1, the next orders if you lose, will add 1 $ and if you win, you will subtract $ 1. Of course the lot size will have to be adjusted so that the stop loss has such value.
The minimum value is $ 1 if this value will not continue to deduct money if you win.

Here is an example transactions:
1st order : ( SL = 10 pips lotsize = 0.01 ) = 1$ - LOSS
2nd order : ( SL = 10 pips lotsize = 0.02 ) = 2$ - LOSS
3nd order : ( SL = 10 pips lotsize = 0.03 ) = 3$ - LOSS
4th order: : ( SL = 10 pips lotsize = 0.04 ) = 4$ - LOSS
5th order: : ( SL = 10 pips lotsize = 0.05 ) = 5$ - WIN
4th order: : ( SL = 10 pips lotsize = 0.04 ) = 4$ - WIN
3nd order : ( SL = 10 pips lotsize = 0.03 ) = 3$ - LOSS
4th order: : ( SL = 10 pips lotsize = 0.04 ) = 4$ - WIN
3nd order : ( SL = 10 pips lotsize = 0.03 ) = 3$ - WIN
2nd order : ( SL = 10 pips lotsize = 0.02 ) = 2$ - WIN
1st order : ( SL = 10 pips lotsize = 0.01 ) = 1$ - WIN
1st order : ( SL = 10 pips lotsize = 0.01 ) = 1$ - WIN

OK,so like this.

Initial SL=10pips
If closed with loss, next SL=20pips
If next is win, SL=10pips.

etc.,,
 
Rev A , autolot is working but if the grid start.. the second trade will be reopened with the baselot
2023-01-08_04h38_37.png
 

Attachments

  • 2023-01-08_04h38_37.png
    2023-01-08_04h38_37.png
    65.4 KB · Views: 525
Hi, I added Tanaka boost.
You will be rich with this switch.


View attachment 152152
GU M1 or M5 is good.

View attachment 152155

oops! Looks like you misunderstood me Mr.tanaka. D'alembert does not have to increase stop loss pips but increase and decrease the money value of each order.
You used the correct d'alembert but increased the stop loss pips, not the money value of each order.
Keeping the stop loss pips and take profit the same and only increasing the money value of each order is the right thing to do.
 
how i said... the EA has bugs... Tanaka must first fix this problems.. testing now the EA has no sense :)
 
This EA use stoploss entry, so it is very safe.
oops! Looks like you misunderstood me Mr.tanaka. D'alembert does not have to increase stop loss pips but increase and decrease the money value of each order.
You used the correct d'alembert but increased the stop loss pips, not the money value of each order.
Keeping the stop loss pips and take profit the same and only increasing the money value of each order is the right thing to do.

What is money value?
Is it take profit ?
How can I code it ?
 
Back
Top