Works good
Stupid question: I'm trying the EA in backtest and no trades are opened with default settings
Very interesting, but the same thing happens to me. In backtest it doesn't open or close operations. Any adjustments to make?
AdaptiveTrader Pro EA backtest MT5 M5 USDCAD had no trades what am i missing?
Emmetcash100 #:
Works good
Works good
Really? It shouldn't have) This EA is just an example of MQL5 coding) Don't use it for trading. There are some holes in the code. For example, the function for backtesting results is empty:
// Function to perform backtesting with given parameters double BacktestWithParameters(int rsiPeriod, double atrMultiplier, double trailingStopMultiplier, double trailingTPMultiplier) { // Placeholder for backtesting logic double simulatedProfit = 0.0; // Implement real backtesting logic using historical data (this is a placeholder) return simulatedProfit; }
And so on
INCOMPLETE!
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
AdaptiveTrader Pro EA:
This Expert Advisor (EA) for MetaTrader leverages a combination of technical indicators, including RSI, ATR, and moving averages, to identify high-probability trading opportunities. Equipped with dynamic lot sizing, trailing stops, and performance-based adjustments, it is tailored to optimize trading decisions and manage risk effectively in volatile market conditions.
Author: Sassan Mohammadi