Super BitMoon quantitative momentum trading strategy
1
Follow
1781
Followers
This strategy is called Super BitMoon. It is a short-term quantitative momentum trading strategy suitable for Bitcoin. The strategy has both long and short capabilities, allowing it to trade when Bitcoin breaks through key support or resistance levels.
How the strategy works:
- Use the ATR indicator to calculate recent volatility range and stop loss levels. When the price breaks through the previous candle's stop loss level, it signals a trend reversal.
- Use the Weighted Moving Average (WVF) and Bollinger Bands to determine if Bitcoin is overbought or oversold. If the WVF crosses below the Bollinger upper band, the market may be oversold and present a long opportunity.
- Use the RSI indicator to check if Bitcoin is oversold. If the RSI is below two oversold lines, it presents an opportunity to buy the dip.
Specific trading rules:
- If WVF crosses below Bollinger upper band, and price is above ATR stop loss level, go long Bitcoin.
- If RSI goes below 50 or 30 oversold lines, go short Bitcoin.
Advantages of this strategy:
- Has both long and short capabilities for two-way trading.
- Uses ATR stops to control risk and limit losses.
- Uses WVF, Bollinger Bands and RSI together to improve signal accuracy.
Risks of this strategy:
- Incorrect Bollinger and RSI parameters may generate bad signals.
- Sudden price spikes or crashes may trigger stop loss.
- Transaction costs impact profitability.
In summary, Super BitMoon is a solid quantitative momentum strategy ideal for short-term Indicators combos trading, with both trend following and mean reversion characteristics. With proper parameter tuning, it can achieve good risk-reward ratio. But traders still need to consider cost control and money management to reduce risks in live trading.
Source
Pine
/*backtest
start: 2023-09-07 00:00:00
end: 2023-09-08 09:00:00
period: 5m
basePeriod: 1m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
//@version=2
strategy("Super BitMoon v1", overlay=false, commission_value = 0.25, default_qty_type=strategy.percent_of_equity, default_qty_value = 100)
/////////////////////////////////////////////////////////////Strategy parameters
Related strategies
Comment
All comments (0)
No data
- 1
