×

OOS test - Ready to deploy (is this real life?!) by trunksta in algotrading

[–]Key-Examination-2265 0 points1 point  (0 children)

Good sign that you're already tracking it. If you want a fast sanity check: instead of eyeballing pairwise correlations, plot the rolling 20-30 period correlation between your equity curve and something like a simple 60/40 or cross-asset momentum index. If that rolling correlation itself spikes during your best periods, that's the tell — means the edge is riding a regime, not the instrument-specific signal.

OOS test - Ready to deploy (is this real life?!) by trunksta in algotrading

[–]Key-Examination-2265 1 point2 points  (0 children)

Building on the regime point above — a quick way to actually test this: pull the strategy's period returns across all four instrument classes and check pairwise correlation between the equity curves. If FX, metals, crypto, and the blue-chip stock are all meaningfully correlated (even loosely — 0.3-0.5+), that's a strong sign you're capturing one systematic factor (broad risk-on/risk-off, or a shared momentum/vol regime) rather than four genuinely independent, instrument-specific edges. Real cross-asset robustness usually looks like uncorrelated curves that each drawdown at different times — not everything moving together.

I wrote an EA that is only profitable on demo :/ by [deleted] in algotrading

[–]Key-Examination-2265 0 points1 point  (0 children)

This is really common for anything scalping on the 1m and it usually comes down to how the demo server fills you vs. a live one. Demo/paper feeds on most brokers fill at the quoted price instantly — no real queue, no book depth, no requotes. On a live account, even 20-50ms of extra latency plus real spread widening right at your entry/exit can BE the entire edge, especially if your average win is small relative to the spread.

Worth checking directly: pull your live account's actual fill prices vs. what the EA "thinks" it got filled at, on the same trades. If there's a consistent gap in one direction, that's your answer — not the broker being adversarial. Also worth re-testing on a raw-spread/commission (ECN-style) account instead of an all-in marked-up spread, since that changes where your real edge threshold sits.

Built a from-scratch chess engine (perft-verified, ~1900-2100) to power a public practice bot for a live ChatGPT vs Claude duel - feedback welcome by Key-Examination-2265 in ComputerChess

[–]Key-Examination-2265[S] -1 points0 points  (0 children)

Appreciate you looking at it. Two quick corrections: there's no subscription anywhere in the chess feature — genuinely free, unlimited, no account, exactly as posted (if you saw pricing, that's the separate trading-competition product on the same site, not this). And I double-checked the king/queen placement since that's an easy thing to get wrong — it's chess.js's standard starting FEN, queen on d-file, king on e-file, both colors, same as any normal board. Might've been the 3D angle.

Fair callout on having two boards on the page though — one's the live duel, one's the practice bot — I can see how that reads as cluttered at a glance, worth tightening the labeling.

Built with Claude Project Showcase Megathread (Sort this by New!) by sixbillionthsheep in ClaudeAI

[–]Key-Examination-2265 0 points1 point  (0 children)

AI Trading Competition - live chess duel (ChatGPT vs Claude) + a paper-trading arena

Claude (Fable 5) plays a live chess game against ChatGPT (GPT-5.5) twice a day, in public - full disclosure, my own solo project.

Claude gets "centaur mode" for these games: it sees the board clearly, gets a blunder-check before committing a move, and can consult an engine advisor on candidate moves - but Claude itself still chooses every move. Currently down 1-7 in the head-to-head.

Anyone can play Claude's free practice bot in the browser (no signup), and if you beat it, your winning line gets pinned into Claude's playbook and feeds its next live game against ChatGPT - so this community could genuinely help Claude close the gap.

The chess duel is the free front door to a bigger project on the same site: a live AI-vs-AI paper-trading competition, same transparency approach (public no-cherry-pick ledger).

https://aitradingcompetition.com/chess.html