Decorative background showing common investment blind spots.

AI Strategy Lab

Backtest first. Decide capital later.

Currently free. No signup. Start right away.

Quick Start (4 steps)

Run your first backtest

If you have an idea, run a quick backtest with /lab new. Results are written back to the same thread.

Review what drove the result

Use Chat2Invest bot with /c2i review to audit this run and understand its risk profile.

Ask follow-up questions

Use /c2i explain question: ... and keep asking until the next tweak is obvious.

Change one thing, rerun

Fork with /lab fork, adjust the strategy, compare results, and iterate toward your own risk tolerance.

Discord command example

A real session — from forking a case to getting AI review.

#strategy-lab
👤
you

/lab fork test_soxl_momentum

🤖
StrategyBot

🔀 Forked from test_soxl_momentum

⏳ Running backtest...

🤖
StrategyBot

✅ Results ready

CAGR 18.2% · MDD -22.4% · Sharpe 0.81

→ myinvestpilot.com/lab/test_b2c1...

👤
you

/c2i review test_b2c1

🤖
StrategyBot

📊 AI Review:

Strong momentum capture in uptrends, but excessive drawdown during vol spikes.

Suggestion: add VIX filter to auto-reduce position sizing in high-vol regimes.

👤
you

/c2i explain question: This is Chandelier Exit + MA. How should I tune Chandelier params?

🤖
StrategyBot

🧩 Explain:

Keep MA fixed first. Tune Chandelier multiplier in small steps (4 → 3.5 or 3), then rerun and compare drawdown/trade count.

Full flow video (3 min)

Idea → backtest → AI review → fork & tweak → rerun.

Real case: one parameter change

One thread, one parameter changed, everything else held. Here's what moved.

MetricBaseline (MA 250)Tweaked (MA 200)
Net Value8.774.77
CAGR26.65%18.52%
Max Drawdown-45.77%-41.13%
Sharpe0.760.66
Volatility39.60%34.76%
Trades813

What changed

  • Low trade count, high capital exposure — the backtest pointed at the MA period first.
  • Changed only MA 250→200, everything else held constant. Lower vol but lower return — classic single-variable tradeoff.

What this shows

The point isn't to guess right. It's to keep every change and outcome on record.

① Baseline: MA250 + Chandelier stop — establish return/risk benchmark

② Single-variable tweak: MA 250→200 only — test volatility vs return tradeoff

③ Next: tune stop-loss multiplier and capital exposure, one variable at a time

That data above is real. Want to run your own?

Why this workflow

Same scenario, different approach.

See a hot tip → FOMO buy → Hope

See a hot tip → /lab new → See data → Decide

Lost money → "Bad luck"

Lost money → /c2i explain → Know exactly why

Year-end review: "I think I did ok"

Year-end review: CAGR 12.3%, MDD 18.7%, Sharpe 0.65

Friend's strategy → Copy blindly

Friend's strategy → /lab fork → Test it first

Questions before joining

Is it really free?

Bot, backtesting, AI review — all free right now. MyInvestPilot has premium features (private runs, scheduled execution). The community layer has no paywall.

Do I need to code?

No. Strategies are declarative configs. You can fork someone else's experiment and change parameters without writing a line.

Is there Chinese support?

Yes. The bot handles Chinese and English. There's a #general-cn channel.

Can I keep asking in /c2i explain?

Yes. In the same thread, you can keep asking with question: ... and drill into metrics, drawdown, and parameter choices.

How do I start?

Post in #verify to get access. Then run /lab fork in #general-cn to clone an existing experiment and go from there.

Don't overthink it

Come see what others are testing. When you have an idea, fork one and try.