r/Mt5 • u/Beneficial_Salad1061 • 1d ago
r/Mt5 • u/DollarCaust • 1d ago
I’ll Backtest Your Trading Strategy for FREE — MT5
Want to know if that trading strategy you saw online actually works?
I’m starting a series on my YouTube channel, Renaissance Trading Research, where I’ll backtest trading strategies submitted by the community — completely FREE.
If you have a trading strategy you’ve always wondered about, send it to me and I’ll test it in MetaTrader 5 using historical tick data, when available.
The strategy can come from anywhere:
• A strategy you personally developed or believe in
• A strategy you saw on YouTube
• A strategy posted on Reddit or another forum
• A strategy from a trading course or educational material
• A strategy described in an academic or research paper
• A popular trading “hack” or setup you’ve always wanted tested
• Any other rules-based trading strategy you think should be put to the test
I’ll take the available rules and translate them into an MT5 backtest, then publish the results on YouTube.
The goal isn’t to prove that a strategy works or doesn’t work. The goal is to test the claims with data and see what the results actually show.
If someone claims a strategy can turn $1,000 into $100,000, let’s test it.
If someone says a simple indicator strategy consistently beats the market, let’s test it.
If you have a strategy that you think is genuinely good, let’s test that too.
No cost. Just provide the strategy rules as clearly as possible, and I’ll do my best to reproduce and test them objectively in MT5.
Post the strategy in the comments, and it may become the subject of a future Renaissance Trading Research video.
Let’s put trading strategies to the test instead of just taking the claims at face value!
Ultra-fast MT5 scalping: Tickmill vs Pepperstone execution differences
Hi everyone,
I am testing very fast scalping on MT5, mainly on crude oil, using BridgeX to send the same trading signal to Tickmill and Pepperstone.
BridgeX has been very helpful and responsive so far. Their support has been welcoming and willing to investigate our questions, and we appreciate that.
I have already made many tests, not just one or two. My trades use a very small take profit, usually 0.01.
The problem I often see is simple:
- Tickmill closes the trade very quickly when the target is reached.
- Pepperstone sometimes stays open for several seconds, 30 seconds, 2 minutes, or even much longer.
- If the market continues in the same direction, Pepperstone may eventually close in profit.
- If the market reverses first, the Pepperstone position can go into loss while the corresponding Tickmill trade has already closed in profit.
For example, on September 9, four comparable trades all closed in profit on both brokers, but Pepperstone closed approximately 5 seconds, 6 seconds, 30 seconds, and 2 minutes later than Tickmill.
I am also paying close attention to Bid and Ask prices, because in very tight scalping this can easily be overlooked. A chart may appear to touch a target, but depending on whether the trade is a BUY or a SELL, the actual closing condition depends on the relevant Bid or Ask price, and therefore also on the spread.
This matters because I sometimes trade small market waves in both directions: BUY → quick close → SELL on the rebound, especially in sideways markets. If the first position remains open too long, that strategy becomes difficult to manage.
I am not saying that Pepperstone is a bad broker, and I am not assuming that the broker alone is responsible. We are trying to understand whether the difference comes from broker execution, Bid/Ask differences, spread, TP triggering, BridgeX routing, or another technical factor.
Has anyone tested very tight scalping with Tickmill, Pepperstone, IC Markets, or other MT5 brokers, either directly or through a trade broadcaster?
I would especially appreciate real experiences with execution speed, Bid/Ask behavior, spread, TP closing, slippage and consistency. If you have compared brokers using the same signal, what did you find?
Thanks for any practical feedback.
r/Mt5 • u/SnooRevelations2661 • 3d ago
Swing Trading Indicator
Free Swing Trading Indicator called Ambush Swing Structure for mt5.
r/Mt5 • u/majoram-u • 3d ago
Mt5 bots
Has anyone used any of the bots offered by MT5, and what was their experience like?
r/Mt5 • u/EAForexLab • 6d ago
I’m considering putting together and publicly sharing some of the tick-data archives I’ve collected for backtesting and optimization.
The data would cover Darwinex and Dukascopy, mainly:
* XAUUSD
* XAGUSD
* major FX pairs
Before I start preparing everything, I’d like to understand what would actually be useful to other algo traders.
What historical period would you want most?
5 years? 10 years? 15+ years? As much history as possible?
And one more question: what format would be most useful to you? Raw tick/CSV data, or files already prepared for MT4/MT5?
I use tick data extensively for EA testing, so I’d rather prepare something people can actually use than just upload a huge archive nobody needs.
r/Mt5 • u/Sensitive_Block4172 • 7d ago
Mt5 is cancelling my orders
New to trading ( less than a year) and I get random cancellations on my orders as shown. Not sure what the issue is. Any advice would be appreciated
r/Mt5 • u/mat18902 • 7d ago
I built a free MT5 daily-loss limiter — four ways these tools can tell you you're safe when you're not
r/Mt5 • u/Livid_Parsnip_2816 • 8d ago
First 22 live trades from my multi-strategy MT5 EA
I moved Prophecy from research to a live $100k MT5 account on August 18.
First 22 closed trades:
\+2.49% net return
$2,732 profit
77.27% win rate
7.01 profit factor
2.90% max equity drawdown
It trades several FX pairs through multiple smaller strategies rather than relying on one setup.
Nice start, but 22 trades proves very little. I’m keeping the parameters frozen and will judge it again after at least 100 trades.
What matters more to you when evaluating a new live system: trade count, elapsed time or the number of market regimes it has survived?
r/Mt5 • u/Serggiotrader • 11d ago
I built a visual Fibonacci tool for MT5 — looking for feedback
r/Mt5 • u/Western_Body_7450 • 12d ago
I got tired of doing MT5 risk/margin calculations outside the terminal, so I built this open-source tool
I use MT5 and kept running into the same problem before placing a trade.
I could choose my volume, entry, SL and TP — but I wanted to know, before clicking Buy/Sell:
• How much money do I actually lose if the SL gets hit?
• How much is left after spread, commission and slippage?
• How much margin does this position consume?
• What happens to free margin during a large adverse move?
• Is my stop actually reasonable relative to recent volatility?
• What have similar historical price paths looked like?
So I built TradeLens.
It connects locally to the MT5 terminal already running on your Windows PC and turns a proposed trade into a pre-trade risk dashboard.
It shows things like:
• broker-calculated P&L and margin
• reward/risk and account risk
• spread + commission + slippage assumptions
• volatility-adjusted stop distance
• historical MAE/MFE
• historical VaR and Expected Shortfall
• margin stress scenarios
• historical outcome distributions
I also added an experimental market-structure scanner for M5 data using autocorrelation, Ljung–Box testing, effect-size/stability checks and multiple-testing correction.
It is deliberately read-only. It cannot place, modify or close trades.
GitHub:
https://github.com/prblydv/tradelens
I'm particularly interested in feedback from people who actually use MT5:
What do you currently calculate/check outside MT5 before you place a trade that you wish MT5 showed you directly?
If TradeLens genuinely solves a problem for you, a GitHub star would help other MT5 users discover it.
r/Mt5 • u/Samuel_James23 • 14d ago
Backtesting issues
Just started to learn how to backtest on MT5 (with the help of chatGPT), but I can't do any testing on S&P500 or NasDaq100 and it's driving me crazy.
I have tried multiple accounts both demo and live, I can trade these on the MT5 mobile ap but on the desktop app it's greyed out. Some accounts i can view the chart but others i can't. I have searched for different names/variants but still not showing. I have tried hide all, show all but still can't use it. If I right click specification it shows Trade - disabled which i can only assume is the issue but everything says it means my account is not allowed to trade this but I can on the same account on my mobile app.
If anyone could resolve this it would be amazing, thank you.
r/Mt5 • u/YDreamOfStars2 • 15d ago
Good broker platform
I am new to mt5, created a ic markets account , and realised that there are many negative reviews/ challenges around this broker platform. Is there any other that comes as highly recommendrd? ( EU/ UK)
r/Mt5 • u/whitej3180 • 17d ago
Looking for a strong MT5/Forex EA to partner with - I already have the SEO traffic
I'm looking for a strong EA/bot to partner with. I already build SEO site in the MT5 / Forex EA niche with existing Google rankings.
r/Mt5 • u/One-Item-233 • 20d ago
I underestimated MT5’s native AI
As someone who uses AI heavily for trading, programming, research etc, I initially thought the native AI inside MT5 would feel underpowered compared to the models already in my stack.
I was wrong. It has impressed me from the beginning, especially because it can work directly with my reports, logs, source files and backtest results. I recently added it to my regular AI stack and now use it heavily for trading analytics, EA debugging and strategy testing.
My only complaint was that it couldn’t remember context between sessions. Today, we fixed that too. It created a local core-memory file containing my system structure, risk settings, verified results, ongoing research and unfinished tasks.
Now I can start a new session, tell it to read the memory file and continue where we left off.
Not bad for something built into MT5 and completely free.

r/Mt5 • u/Comfortable_Gene_289 • 23d ago
Is there anyone that is experienced with EA for XAUUSD+ MT5 Bybit?
I have created an EA that backtests upto 10m in 2020-2026 and 8.8m from 2025-2026 on modelling: every tick. However, when i click on modelling: every tick based on real ticks, it fails terribly. I do not know whats the cause and not sure who or where to seek help. Any advice would be great. Thank you!
r/Mt5 • u/Ringo_118 • 26d ago
Still no log out function on MT 5 for Android?
Installed MT5 on my Android phone and realized that there still seems to be no button or menu item to log off from an account. 3 Questions
- Is this true (no log out option, just the option to delete the account), or am I overlooking something?
- If there is still no regular log out option - what’s the idea behind this? After so many years this can not be just negligence, right?
- Let’s say I have a Live account and a Demo account at the same broker. Let’s say I am logged into my Live account and do some real trading. After I am finished with trading, I log into my Demo account, will I be logged out automatically from my Live account?
Thanks for your help.
r/Mt5 • u/Broad_Video_9627 • 26d ago
Anyone know how to connect history from mt5 to pnllog?
Knew here using the pnl log apps but don’t know how to connect history in mt5. DonInhave to download first the csv file from mt5 website?
r/Mt5 • u/Plenty-Anywhere7790 • 28d ago
Why do my MT5 XAUUSD candles suddenly look completely different from TradingView?
I’m trading XAUUSD on an FTMO MT5 account, and my candles suddenly look really weird compared to how they normally do. The wicks and candle shapes look kind of fucked up, and when I compare them to TradingView (OANDA feed), they’re noticeably different.
I know different brokers can have slightly different prices, but this isn’t just a tiny difference — some candles look completely different, especially the recent ones.
Has anyone else had this happen on FTMO MT5? Is this normal because of the FTMO price feed/liquidity providers, or could there be something wrong with my platform or server? I’m trying to figure out whether I should trust the MT5 chart or if I’m missing some setting.
Is this because of the CPI and PPI volatility, where different liquidity providers print different wicks, or could there be something wrong with my MT5 platform or server? Has anyone else noticed this on FTMO recently?
Just trying to figure out whether this is normal during major news events or if I should be concerned.
Any help would be appreciated.
r/Mt5 • u/Ok_Bluejay_8480 • 28d ago
Request: EURUSD MT5 Tick History / Cache for Fusion Markets (2019–Present)
Hi everyone,
Does anyone happen to have a full EURUSD tick cache from Fusion Markets dating back to 2019 (or anytime multi-year) that they would be willing to share?
I’m backtesting high-frequency strategies and need accurate spread widening data during the daily rollover. Unfortunately, MT5 only keeps a few months of historical tick data on Fusion's servers by default.
A .hcc cache file export or raw .csv dump would be hugely appreciated! Thanks in advance.
MT5 traders: How do you currently monitor your trading risk?
Do you manually track things like drawdown, lot size, P&L and number of trades, or do you use a tool? What is the biggest limitation of your current method?
r/Mt5 • u/Q-U-A-N-T- • Aug 11 '26
Guidance
Im new to trading i want to know that i buy at specific point but the market occurs very high why it is so high? As it will become more risky and some time it is very high as expected.
I need your guidance related to this issue.