• 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 CMD EA - Super EA 2026

large loss today with this ea more than 380 € of loss. perhaps set is no good for me
the only difference with your ea basic set is balance per lot = 400.
You took the risk too high.
You have to try the EA in demo account first
You have to set BalancePerLot at least 10.000. For start, you can set it 30.000 or more.
You must understand, no EA strategy will always work 100%. You have to prepare for the worst scenario.
 
One useful check is to separate strategy logic from execution assumptions. I would compare the same EA idea under different spread assumptions, then check out-of-sample behavior and forward-test drift. If the system changes too much when spread or session filters are adjusted, that usually means the backtest is more fragile than it first appears.
 
You took the risk too high.
You have to try the EA in demo account first
You have to set BalancePerLot at least 10.000. For start, you can set it 30.000 or more.
You must understand, no EA strategy will always work 100%. You have to prepare for the worst scenario.
so if my account is 500 usd which is the risk level and balance per lot i have to set ?
 
so if my account is 500 usd which is the risk level and balance per lot i have to set ?
Try this settings:

Balance Per Lot 20000
DailyProfit_percent 2

Default settings for the others.

PS.
This EA still under development and testing. There're will be more update to come.
Try it in demo accounts first.
 
so if my account is 500 usd which is the risk level and balance per lot i have to set ?
Sorry, buddy, if you put 400 per lot, it's normal for you to explode, even for a very simple issue of available margin.

I'm testing it now on a demo account and left 10,000 per lot (which roughly corresponds to 0.01 for every 100 EUR/USD) and now it's hovering around 300 EUR with 0.03 lot sizes.

As a test, I applied a 10% basket profit. I started with a demo account at 200 EUR.

This week, there were some "unpleasant" positions that brought the DD up to 20%, but within 2 days they closed in profit. Even now, I have open positions with a DD around 10% (paradoxically, if it had opened inverted, I would have closed more quickly and without the DD).

I think this EA is very interesting. It obviously needs to be thoroughly tested and optimized.
 
Sorry, buddy, if you put 400 per lot, it's normal for you to explode, even for a very simple issue of available margin.

I'm testing it now on a demo account and left 10,000 per lot (which roughly corresponds to 0.01 for every 100 EUR/USD) and now it's hovering around 300 EUR with 0.03 lot sizes.

As a test, I applied a 10% basket profit. I started with a demo account at 200 EUR.

This week, there were some "unpleasant" positions that brought the DD up to 20%, but within 2 days they closed in profit. Even now, I have open positions with a DD around 10% (paradoxically, if it had opened inverted, I would have closed more quickly and without the DD).

I think this EA is very interesting. It obviously needs to be thoroughly tested and optimized.
hi thanks, did you change or delete any pairs of the basic setting ?
 
hi thanks, did you change or delete any pairs of the basic setting ?
You're welcome, I'm always happy to lend a hand!

Anyway, I left all the pairs at their default settings. The only change I made was the 10% basket profit instead of the standard 3%.

This 10% concept should be applied to small investments, like €100. For example, starting from €1,000, I would reduce both the profit and the DD stop loss, for example, 1% profit and 5% DD stop loss, also adjusting the lot ratio, moving to 0.01 for every €1,000.

In this case, both the profit and loss are reduced tenfold, but with larger amounts, the risk is more acceptable.

It all depends on the EA's ability to manage its positions. If it always manages to close positions, especially if you hedge with buys and sells on the same pair, then you could risk a little more.
 
Back
Top