Guide
How does the Acrypto - Weighted Strategy strategy work ?
The Acrypto - Weighted Strategy is an algorithmic trading approach combining five distinct strategies: MACD, Stochastic RSI, RSI, Supertrend, and MA crossover. Each of these strategies carries a weight, contributing to an overall 'weight_strategy' metric. A trade is only executed if this metric exceeds a predefined 'weight_signal', which defaults to a value of 2. This setup allows flexibility by enabling traders to modify the indicator parameters tailored to specific assets and time frames.
- Position Types: Capable of handling long, short, or both positions.
- Stop Loss: Set as a percentage of the previous candle's source, improving risk management.
- Take Profit: Executed as a percentage of the open position, customizable for long and short trades.
- Candle Delays: Adjust the evaluation period for MACD, Stochastic RSI, RSI, and entry timing.
- Customization: Traders can choose and weight specific strategies, allowing fine-tuning of each signal.
The algorithm emphasizes testing different data sets to prevent overfitting while allowing optimization based on specific trades and timeframes, such as 1H and 4H intervals.