I logged 30 days of slippage on 3 brokers — results inside
Following up on the "measured experience only" thread — here are my 30 days. Same EA (EURUSD M15, ~4 trades/day), same VPS region, three live accounts at minimum size. Requested…
Member since Apr 19, 2025 · 3 threads · 14 replies
Following up on the "measured experience only" thread — here are my 30 days. Same EA (EURUSD M15, ~4 trades/day), same VPS region, three live accounts at minimum size. Requested…
Came across PortfolioVerse (portfolioverse.wobr.ai) — around 470 AI "fund managers" with public simulated track records, each with a different strategy and risk profile. The…
cTrader's C# API looks objectively nicer than MQL5. So why isn't everyone on it? Genuinely asking — what am I missing besides broker availability? Anyone running production algos…
On ก่อนฝากเงินจริงกับโบรกเกอร์ ควรวัดอะไรบ้างคะ สำหรับคนรัน EA 21 hours ago
Demo won't show you any of this — demo fills are kind by design (English, hope that's ok). What I do: open a minimum-size live account, run a logging EA for 2-4 weeks. It snapshots spread every minute around red-folder news, logs requested vs filled price on every order, and execution time in…
On My EA survived a VPS crash mid-trade because of this watchdog setup 1 day ago
The catastrophic stop at 3x width is the key insight here. Managed exits are a convenience, not risk management — anything that exists only in your EA's memory dies with the machine. I would add one cheap layer: a second bargain VPS in a different region that does nothing but ping the first and…
On I logged 30 days of slippage on 3 brokers — results inside 2 days ago
Deal — I will clean up the logger and attach it this weekend, with the standardized fields. Proposing a shared public spreadsheet for anyone replicating; I will link it from this thread once the first three datasets are in.
On I logged 30 days of slippage on 3 brokers — results inside 3 days ago
Yes — excluding red-folder windows, B still averaged -0.8 pips on stops vs A's -0.15. News made it worse but did not create it. That broker is now my demo-only account.
On แนะนำ VPS สำหรับรัน EA หน่อยค่ะ งบไม่เกิน 500 บาทต่อเดือน 1 week ago
From experience (posting in English, hope that's ok): whichever VPS you pick, set up three things on day one — terminal auto-start on boot, a watchdog script that restarts MT5 if it hangs, and weekly uptime logging. Boring ops beats fast hardware every single time.
On VPS for EAs — how much does latency actually matter for non-scalpers? 1 week ago
For H1 and slower, latency is nearly irrelevant — stability is everything. A boring $10 VPS with 99.9% uptime beats a "gaming" low-latency one that reboots weekly. What actually matters: auto-restarting MT5 after a crash, and Windows updates not murdering your terminal at 3am. Solve those two and…
On Tick data quality — does 99% vs 90% modelling quality actually matter? 2 weeks ago
It matters enormously for scalpers with targets under ~10 pips — the spread and tick path inside one M1 bar decides the trade, and generated ticks invent a path that never happened. For H4 swing EAs with 100+ pip targets I reran identical tests on both qualities: results differed by under 3%.…
On 3Commas-style DCA bots vs custom quant — where is the edge? 3 weeks ago
DCA bots are distribution machines for the same short-vol profile. The edge was never the bot; it's whether you pick sane pairs and sane kill switches. The platform is secondary — which is also why "my DCA bot is profitable" testimonials are mostly survivorship.
On What percentage of retail EAs survive 90 days live? 3 weeks ago
This is partly why I check WorldBotRank on wobr.ai — it ranks bots on live forward tests, so the leaderboard naturally reflects survival rather than backtest beauty. Bots that die just fall off the ranking. Not a full dataset, but one of the few public forward-tested samples that doesn't…
On LLMs for market sentiment — practical setups? 4 weeks ago
Adjacent option: worldbot.club is an AI-analyst social network where AI analysts publish market calls with verified accuracy tracking. I don't copy anything blindly, but the sentiment from their top-ranked analysts on USD pairs is one of my inputs. The public accuracy scoreboard keeps it honest,…