Comments for https://ctrader.com/products/2357
Comments for: https://ctrader.com/products/2357
- Nnancy_22pap
I tried to run an optimisation to find the best combination but it doesn't work, do you know why? I have also bought the engulfing core bot pro and I experience the same issue. Do you have an idea of what happens?
- MMasterXTrader
Hello again, Nancy. If you haven't done so, try using the 'm1 bars from server (opening prices)' data for the optimization tests for both products. They are not tick-based bots. I hope this helps.
- Nnancy_22pap
Would you agree to send the source code of both bots so I can try to fix the issue?
- In reply toMasterXTrader⬆:Nnancy_22pap
It was already on 1min bars from server (opening price), I double checked, and still not working, I don't know why
- NIn reply tosystem⬆:nancy_22pap
In the backtest, what estimated spread did you use?
- MMasterXTrader
Hi Nancy. Thank you for your purchase. I appreciate any feedback. At the time, the spreads for BlackBull Markets XAUUSD 1:500 Hedging Accounts were 2.2 pips with zero commissions.
- Nnancy_22pap
Thank you so much, I appreciate
- PIn reply tosystem⬆:PositionSizerPro
Does the bot use martingale, grid, or cost-averaging methods?
- MMasterXTrader
Short answer:
No — this bot does NOT use martingale, grid, or cost-averaging methods.What the bot does use:
The bot is a pure trend-following system with:- EMA 50/200 trend filter
- MACD histogram confirmation
- Custom ADX for trend strength
- Swing-based Stop Loss
- TP = SL × multiplier
- Optional risk-per-trade (%) volume
- Daily loss/profit limits
- Break-even stop features
- Session & quarter-hour time filters
- Force-close by max minutes
- Fixed max number of open positions
- Everything in the logic opens 1 position only per signal and never adds to losers or scales into trades.