Trendline Surge
FREE
Publié:
12 mai 2025
Version actuelle:
1.2
Vous ne trouvez aucun robot qui vous convient ?
Commandez le vôtre
dans la section Freelance
Aller à la section Freelance
Commandez le vôtre
dans la section Freelance
Comment acheter un robot de trading ou un indicateur
Exécutez votre EA sur
hébergement virtuel
hébergement virtuel
Test un indicateur/robot de trading avant d'acheter
Vous voulez gagner de l'argent sur Market ?
Comment présenter un produit pour qu'il se vende bien
Vous manquez des opportunités de trading :
- Applications de trading gratuites
- Plus de 8 000 signaux à copier
- Actualités économiques pour explorer les marchés financiers
Inscription
Se connecter
Vous acceptez la politique du site Web et les conditions d'utilisation
Si vous n'avez pas de compte, veuillez vous inscrire

EA looks good in the backtest but one thng didn`t work. I have 10000 in LossCapAmount and the bot just kill the hole Account in the backtest. Could you please check it?
Hello,
EA looks good in the backtest but one thng didn`t work. I have 10000 in LossCapAmount and the bot just kill the hole Account in the backtest. Could you please check it?
✅ Thanks for your feedback! I’ve checked the logic regarding LossCapAmount. The EA was designed according to my old manual trading strategy, but since this version uses a grid + martingale system, things can become very risky.
🔴 Important Note on LossCapAmount:
LossCapAmount is meant to act as a safety net, calculated with a multiplication factor (mf).
Formula reminder:
mf = initial lot size / current lot size
TakeProfit = TP × mf
StopLoss = SL × mf
LossCap = LossCapAmount × mf
In backtests, if the lot size grows too fast (martingale effect), the multiplication factor shrinks and LossCap may not trigger in time — which can wipe the account.
⚠️ Risk Warning:
This EA is a grid martingale system, which is inherently dangerous. Even though the TakeProfit, StopLoss, and LossCap are designed based on risk values, martingale scaling can quickly outgrow the account if not handled properly.
👉 My strong recommendations:
Always use the smallest possible lot size (default 0.01 ).
Keep risk percentage very low
Never run it on your entire capital — always allocate only what you are prepared to risk.
Forward-test carefully on demo before live use.
I’ll double-check the LossCap calculation logic to ensure it respects balance protection correctly. But remember, no martingale system can guarantee safety if parameters are too aggressive.