Build your first strategy in 3 minutes
Follow this tutorial to create and run your first quantitative strategy in three minutes.
Overview
This tutorial walks through the BeeQuant strategy workflow: create a workflow → configure nodes → run a backtest. You will build an RSI overbought/oversold timing strategy.
Create a workflow
- Sign in to BeeQuant and select Workflows from the sidebar.
- Select New workflow in the top-right corner.
- Add nodes to the canvas in order: Data source → Data extraction & processing → Strategy type → Position management → Risk control → Trading engine
- Connect the nodes to complete the workflow.
Configure node parameters
Open each node configuration panel and apply the following values. The full strategy configuration is shown below and can be loaded onto your canvas.
RSI Overbought/Oversold Strategy
An overbought/oversold reversal strategy based on RSI. Go long when RSI breaks above 70 into the overbought zone and close the long below 50; go short when RSI breaks below 30 into the oversold zone and close the short above 50. Data source: Binance spot ETHUSDT, 4h. Trading engine: Binance USDT-margined futures.
Run a backtest
- Use Save in the top-right corner of the canvas.
- Select Run to start the backtest.
- Wait for the backtest to complete, usually within one or two minutes.