Odin
Tuurt Trading's third robot, for MetaTrader 5. It is the MQL5 port of Tuurt's Python gold bot, built so the Strategy Tester can measure it on real ticks. We already measured it: all four variants tested lose. We publish the full table below, unedited.
- Platform
- MetaTrader 5MQL5, Windows terminal
- Origin
- Port of the gold botIn Python, same signal core
- Status
- Under measurementReal ticks, Strategy Tester
- Trades measured
- 1,692On the base arm, no management
An MQL5 port of Tuurt's Python gold bot.
Odin is not a new robot built from scratch: it's the MQL5 translation of the signal core Tuurt already runs in Python on gold. The design doesn't change in the port — what changes is the engine that measures it.
The architecture, as designed, is top-down: H4 defines the trend, H1 confirms the level, M15 gives the timing. Three timeframes, each with a distinct job — the largest sets the bias, the middle one validates the entry level, the smallest fine-tunes the exact moment to pull the trigger.
The Python bot sees 48 moments a day. Its backtester had never been checked.
The Python bot samples every 30 minutes — it sees about 48 moments a day, not every tick. And its own backtester had never been checked against real data.
Porting the core to MQL5 lets the MetaTrader 5 Strategy Tester model it on real ticks, and so answer the only question that matters before any other: does the signal have an edge at all.
Four arms, same signal. None wins.
Strategy Tester run from August 13, 2026, on real ticks (confirm_ticks.csv).
core is the signal alone, with no management of the open position. The other
three are variants of one rule: once profit reaches a given percentage of the target, if price
comes back to that level the position closes and collects that minimum — they differ in the
threshold and in how the level arms.
| Arm | Profit factor | Net | Max drawdown |
|---|---|---|---|
| core Signal alone, no position management | 0.99 | −3,026 | 27.8% |
| piso30 | 0.92 | −24,140 | 52.4% |
| clamp20 | 0.93 | −22,971 | 52.7% |
| arm20 | 0.92 | −24,242 | 55.8% |
Four variants, none wins. A profit factor below 1 means that, over the course of the run, more money went out than came in.
Management does not rescue a signal with no edge
The three managed arms — piso30, clamp20, arm20 — don't just lose: they lose more than the bare signal, and roughly double the maximum drawdown. Putting a guaranteed minimum on a winning position doesn't make up for the fact that the core already loses over 1,692 trades.
The core arm ran 1,692 trades; the three managed arms, around 4,800 each.
No robot ships whose best measured result is losing less.
Odin is under measurement, not for sale. Of the four variants measured, the best one loses less — it does not win. That is not a configuration ready to ship; it's a starting point for more measurement.
When Odin wins on real ticks, you'll read it on this same page, with this same table updated. Until then there is no sign-up, no price, and nothing to sign.
Risk disclosure
Odin is not for sale. Nothing on this page is an invitation to trade, with real money or with your own demo account. The numbers above describe a Strategy Tester run, not a live account.
The instrument measured is high-risk. The bot trades leveraged gold via CFDs; it can make you lose the entire capital of an account.
The measured result is negative on all four variants. A profit factor below 1 means a net loss over the course of the run; no configuration on this page is profitable today.
No number on this page comes from real money. All of it comes from the Strategy Tester run on historical ticks, not from an account with client funds.
Nothing published here is investment advice nor a promise of future profitability. No past result, measured or projected, guarantees a future one.
Trading leveraged CFDs carries a high risk of losing money rapidly, including the entire deposit.