Coming from V11?

What changed from V11 to V12?
Five things matter most:

1. Preset system. 150 inputs collapsed to ~40, with three risk profiles (Conservative / Balanced / Aggressive) that configure the bot for you. Most members never touch the advanced inputs.
2. Regime Detector. H4 ADX gate that pauses new entries when the market is in a strong trend, the #1 cause of grid blow-ups in V11.
3. Smarter Pyramiding. HTF trend gate so pyras only stack when the higher timeframe agrees, ATR-adaptive step instead of fixed pips, and peak-trailing that closes pyras when profit drops below X% of peak.
4. Smart Recovery restored from V11 with a stricter ratio (winner must cover ≥70% of loser, was 50%).
5. Single-Trade Trailing. When the initial trade goes solo into profit (before grid kicks in), the bot trails SL to lock the gain.

Plus a fix to the news-filter window bug and a new dashboard panel that shows the active preset + regime state.
Can I run V11 and V12 on the same account at the same time?
Yes. V12 uses Magic 3580, V11 used 3579, they don't interfere. You can attach both to the same XAUUSD chart on the same MT5 account if you want to compare side by side before fully migrating.
Do I need a new license key for V12?
No. Your existing TITAN ULTIMATE license key works for V12 with no changes. Same key, same activation flow.
What about my V11 .set files?
V11 setfiles are not compatible with V12, most of the V11 inputs were removed (RSI, ADX, Trend Strength, Trailing modes, DD Recovery, Partial Close, etc.). Use V12-specific setfiles from the private channel, or just enable Use_Preset = true and pick a profile.
01

Strategy & How It Works

What type of strategy does TITAN ULTIMATE V12 use?
V12 is a multi-strategy Expert Advisor that combines an intelligent grid system with adaptive pyramiding, gated by a regime detector that pauses entries in strong trends. Every entry goes through trend, news, spread, volatility, and regime filters before opening, the bot doesn't trade blindly.
Does TITAN ULTIMATE use martingale?
It can, but it's optional and capped. The grid lot mode defaults to Scale_Additive (adds a small fixed lot per level, NOT exponential). You can switch to Scale_Martingale if you want, but the bot enforces hard caps via Max_Lot_Size, Max_Total_Exposure_Lots, and the DD-adaptive lot system that pulls lots toward flat when drawdown grows.

Pyramiding is in the direction of the trend (with HTF confirmation in V12), not against it, it's a momentum compounder, not a recovery method.
Can the robot trade multiple pairs?
The robot is primarily optimized for XAUUSD (Gold). The presets are calibrated for it. Technically it can attach to other pairs, but results are not guaranteed without specific parameter optimization. Stick with Gold for the best results.
What's the difference between Grid mode and Pyramiding mode?
Grid: opens additional positions against the initial move at calculated steps. The goal is to average the entry price and close the basket together at a combined profit target.

Pyramiding: adds positions in the same direction as the initial trade when the higher timeframe trend confirms. This compounds on a winning push.

V12 runs both intelligently, the Regime Detector decides when to pause new entries, the HTF gate decides when pyramiding is allowed, and the Smart Recovery decides when to crystallize a basket loss instead of waiting.
02

Risk & Safety

What is the average expected drawdown?
With recommended presets and adequate capital, average drawdown ranges between 10% and 25% depending on market conditions and your chosen profile. During extreme moves (major news, flash crash), it can temporarily reach 30-40%. Use Equity_Stop_DD_Percent to set the threshold beyond which the bot closes everything to protect capital, the default is 20% on Balanced profile, 10% on Conservative.
Can I lose all my capital with this robot?
All trading carries risk. No robot can guarantee 0% risk of loss. V12 has multiple safety nets stacked on top of each other:
Regime Detector, pauses new entries in strong trends (the V12 headline safety addition)
Equity Stop, closes everything if equity DD exceeds your threshold
Daily DD cap, closes everything and pauses for the day
Max_Total_Exposure_Lots, caps total open volume
Max_Lot_Size, caps any single position
DD-adaptive lots, pulls grid lots toward flat as drawdown grows
News filter, blocks entries around scheduled high-impact events
Emergency SL, hard SL on every position as last resort

Always use capital you can afford to lose and follow the minimum capital recommendations.
What is the recommended minimum capital?
For trading XAUUSD with V12 default presets:
Minimum: $500 (Conservative profile recommended at this size)
Recommended: $1,000 - $2,000 for comfortable trading on Balanced
Ideal: $5,000+ to fully leverage Aggressive with grid + pyramiding parallel deployment

The higher your capital, the more grid levels the robot can handle without hitting drawdown limits. Use LotSizeMode = LotMode_Auto to scale lots automatically with balance.
How does the Equity Stop work?
The Equity Stop monitors your account equity in real time against the day-start balance. If equity drops below Equity_Stop_DD_Percent (default 20% on Balanced), the bot automatically closes all open positions and stops opening new ones until the next trading day. It's the last safety net for an extreme market move. Enable it via Use_Equity_Stop = true (default).
If I deposit money mid-day, does the bot freak out?
No. V12 calculates the day-start balance dynamically from closed-trade history, so a mid-day deposit doesn't get counted as profit and doesn't trigger a false "Daily Target Hit", a known V11 bug, fixed in V12. Deposits and withdrawals are handled correctly across the daily target, daily DD, and equity stop calculations.
Does the robot keep trading after a crash or VPS restart?
Yes. V12 saves its state on the chart and automatically resumes after an MT5 or VPS restart. Open positions are managed by the broker server-side, so they're never lost during a crash. The robot re-identifies its positions on restart (via Magic 3580) and continues managing them normally, basket TP, BE moves, Smart Recovery, all of it.
03

Installation & Setup

How do I install TITAN ULTIMATE V12?
1. Download the .ex5 file from the private TFXS Telegram group
2. Open MetaTrader 5 → File → Open Data Folder
3. Navigate to MQL5/Experts/
4. Copy the .ex5 into this folder
5. Restart MT5 or right-click → Refresh in the Navigator
6. Drag the EA onto an XAUUSD chart (M5 or M15 recommended)
7. Enter your license key in the License_Key field
8. Set Use_Preset = true and pick your Risk_Profile
9. Enable AutoTrading (green button at the top of MT5)

That's it. The bot logs the active preset values to the Journal so you can verify what's running.
Which timeframe should I use?
Recommended timeframes for V12 on XAUUSD: M5 (5 min) or M15 (15 min). M1 also works but generates a lot more activity.

Your choice doesn't change the strategy, the bot reads HTF (H4) for the regime detector regardless of the chart timeframe, but lower chart timeframes mean tighter grid steps and more frequent re-checks.
Do I need a VPS?
Yes, strongly recommended. A VPS keeps MT5 running 24/5 without interruption. If your PC sleeps or loses internet, the bot can't manage open positions.

Recommended VPS providers:
Vultr / Contabo, great value ($5-10/month)
ForexVPS.net, optimized for MT5, low latency
Amazon Lightsail, reliable, $5/month

Minimum specs: 2 vCPU, 2 GB RAM, Windows Server. The TFXS Docs has a dedicated VPS guide.
How do I load a preset file (.set) for V12?
1. Open the EA settings (double-click the EA name on the chart)
2. Click the Inputs tab
3. Click the Load button at the bottom
4. Select the V12 .set file
5. Click OK to apply

Important: V11 setfiles do NOT work on V12. Many V11 inputs were removed. Use V12-specific .set files from the private channel, or skip them entirely and use the in-bot Preset System.
Which broker should I use?
TITAN ULTIMATE V12 is exclusively available through our TFXS partner brokers. You must register and deposit through one of our affiliate links to receive your license.

Default partner brokers:
Vantage
VTMarkets

Available on demand:
StarTrader
Axi
PU Prime
Ultima Markets

All partner brokers offer tight XAUUSD spreads, ECN/Raw spread accounts, hedging support, and no FIFO restrictions, everything V12 needs to perform.
04

License & Updates

How does the license system work?
Each TITAN ULTIMATE license is linked to your Telegram account and your tier:
SILVER (base tier, $500): 5 license keys for TITAN ULTIMATE only
GOLD (Gold tier, $1,000+): 10 license keys total, TITAN ULTIMATE + TITAN SNIPER unlocked

Each key is generated via the License Portal (license.theforexskyline.com) and is linked to a specific MT5 account number. One key = one MT5 account. You can deactivate and reactivate keys at any time from the portal.
How do I get updates?
Updates are announced in the TFXS TITAN ULTIMATE Telegram group. When a new version is available:
1. Download the new .ex5 file
2. Replace the old file in MQL5/Experts/
3. Restart MT5
4. Your existing license key remains valid, no new key needed

Updates are free and lifetime as long as you remain a member.
My license key isn't working, what should I do?
Check the following:
• The key is copied correctly with no extra spaces before/after
• You're using the correct MT5 account number (the one linked to the key)
• The robot has internet access (it validates online)
• You authorized https://tfxs-license.onrender.com in MT5 → Tools → Options → Expert Advisors → Allow WebRequest
• Your subscription is active (check on the portal)
• You're still a member of the TFXS Telegram group

If everything looks correct, contact support on Telegram: @JohnFromTfxs.
Can I use the same key on multiple MT5 accounts?
No. Each license key is tied to a single MT5 account number. To run on a different account, generate a new key from the portal. You can deactivate an old key to free a slot if you've reached your limit.
05

Performance & Results

What results can I expect?
Results depend on capital, broker, spreads, market conditions, and your chosen risk profile. We do not promise any fixed returns.

Under normal conditions with recommended presets, members report monthly returns ranging from 20% to 100%+, depending on profile and volatility. Algorithmic trading is a long-term probability game, don't judge performance on a single week.
Why doesn't the robot trade on certain days?
Normal, it means filters are working. V12 won't trade when:
• The Regime Detector flags a strong-trend market (HTF ADX above threshold)
• Volatility is too low (spread too wide vs. movement)
• A major news event is imminent
• The market is in a tight range with no clear trend (Follow_Trend mode)
• A spike was detected in the recent past (cooldown)
• It's the weekend or outside the configured session

Fewer high-quality trades > many mediocre trades.
The backtest shows different results from live, why?
Common in algorithmic trading. Differences come from:
Data quality: historical data doesn't perfectly reflect real past spreads
Slippage: live execution can vary by a few points
Dynamic spreads: backtests often use fixed spreads
Latency: the delay between signal and execution
Regime Detector: ADX history in the tester can differ from real-time HTF data

The backtest is an indicator, not a promise. Use it to validate the logic, expect variations live.
06

Troubleshooting

The robot shows "License validation failed", what should I do?
1. Check your internet connection
2. MT5 → Tools → Options → Expert Advisors
3. Make sure "Allow WebRequests for listed URLs" is checked
4. Add https://tfxs-license.onrender.com to the allowed URLs list
5. Restart MT5 and try again

If the issue persists, the license server may be in a brief cold start (~30 seconds). Wait a minute and retry.
The robot is attached but doesn't trade, why?
Check in this order:
1. AutoTrading button is green at the top of MT5
2. Smiley face appears in the top-right of the chart (not a frown)
3. Experts tab, no red errors
4. License validated ("Valid, TITAN activated" message in the Journal)
5. Spread isn't above Max_Spread (check Journal)
6. Regime Detector isn't flagging a TREND regime (check the dashboard panel, look at the REGIME row)
7. EA properties → Common → Allow Algo Trading is checked
The dashboard says "REGIME: TREND" and the bot isn't entering, is that a bug?
No, that's V12 working correctly. The Regime Detector is pausing new entries because the H4 ADX is above the threshold (default 28), meaning the market is in a strong directional move where grid systems historically blow up.

The bot will resume entries automatically when ADX drops back below the threshold. If you really want to override (not recommended), set Use_Regime_Detector = false or raise Regime_ADX_Threshold.
I see "Not enough money" in the logs, what does this mean?
Your available margin is insufficient to open a new position. Causes:
• Capital too small for the configured lot size
• Too many open positions consuming margin
• Account leverage too low

Solutions:
• Lower InitialLot or AutoLot_Risk
• Switch to Conservative profile
• Increase capital
• Check leverage with your broker (1:100 minimum recommended for Gold)
How do I contact support?
For any questions or issues, contact support on Telegram: @JohnFromTfxs.
Please include:
• Your broker and account type
• Screenshot of the Experts/Journal tab with the error
• The active preset (Conservative / Balanced / Aggressive / Manual)
• Account capital and leverage

John will get back to you as quickly as possible.