Everything people ask us about AlphaBack — how it works, where the data comes from, what it costs, and what a backtest can and can't tell you.
AAPL, TSLA, NVDA…), ETFs (SPY, QQQ…), major indices, forex pairs, and large crypto pairs like BTC-USD and ETH-USD. The app has quick market tabs for stocks, crypto, and forex, plus a ticker search.yfinance library. Each run pulls the data fresh, so it's always current. You get full OHLCV bars — open, high, low, close, and volume — which is what the simulation trades on.backtesting.py, a widely used open-source framework. It walks the data bar by bar: your rules are evaluated only on information available at that moment, orders fill on the next bar, and commissions and slippage are deducted from every trade. That avoids the most common backtesting sin — accidentally letting the strategy peek at the future.yfinance and backtesting.py — install those two packages (pip install yfinance backtesting) and it runs locally, unchanged. It's your code; use it, modify it, build on it.The questions most backtesting tools hope you won't ask.
The fastest way to find out what AlphaBack can do is to ask it directly — open the chat and describe what you're trying to test.
Describe your strategy, hit Run, and get the numbers in seconds.
Run my first backtest →Free during beta · No card required