The Chispei trading strategy is designed to backtest trading performance using the Freqtrade platform. It aims to provide similar results to a known industry platform. Key Features:
Timeframe: 4 hours (ticker interval)
Minimal ROI (Return on Investment) defined for the strategy at various time periods.
Stoploss set at -0.32336.
Indicators:
Simple Moving Average (SMA): Calculated using two different time periods (fastMA and slowMA).
Momentum (MOM): Calculated using a time period of 21. Buy Trend:
Condition: MOM is less than 15 and the fastMA is greater than the slowMA. Action: Set 'buy' flag to 1. Sell Trend:
Condition: MOM is less than 80 and the fastMA is less than the slowMA. Action: Set 'sell' flag to 1. Note: The script should be executed along with another script (freqtrade_backtest_validation_tradingview1) on their respective platforms for the same coin, period, and resolution.