Build your first backtest.
Watch how it works (30 sec demo below), then scroll on to build your own. No jargon assumed — explanations next to every step.
A backtest, start to finish.
Below is exactly what happens inside Discord when you run the bot. Watch the steps, then scroll down to build your own.
/recipe in any Discord channel where the bot is installed.
That's the whole thing. Glossary · /learn inside Discord — every term explained.
Pick what to test
A company (e.g. Apple, Tesla) or an ETF (a basket of companies, e.g. SPY = the S&P 500 index, QQQ = the 100 biggest tech names). Type a name and pick from the dropdown.
Pick a strategy type
A strategy is a rule that tells you when to buy and sell. Pick the one whose description matches what you'd like to test. You can change it later.
/compare-strategies in Discord — it runs all 7 famous strategies on your company in one go and shows a side-by-side table. Or, if you just want to see returns across multiple stocks, /compare stocks: Tesla, Apple years: 5.
Buy when the short-term price average crosses above the long-term average. Sell when it crosses back. The classic "golden cross" / "death cross" idea.
Best on: indices and big ETFs (SPY, QQQ).
Like SMA crossover but the average reacts faster to recent prices. Better for shorter-term momentum signals like the classic 12/26 MACD setup.
Best on: individual stocks, faster trends.
Buy when the stock looks "oversold" (RSI drops below a threshold like 30). Sell when it looks "overbought" (RSI rises above 70). Counter-trend bet.
Best on: individual stocks with clear ranges.
Describe your idea in plain English (e.g. "buy when RSI(14) drops below 25, sell at 75"). The bot parses it into a strategy. Power-user option.