The "Chandem" strategy is a sample trading strategy implemented using the Freqtrade framework. It compares the stake currency with USDT and aims to achieve a minimal return on investment (ROI). The strategy uses various technical indicators to make buy and sell decisions.
Some of the indicators used include the Chande Momentum Oscillator (CMO) and Bollinger Bands.
The CMO is calculated with a time period of 50, while the Bollinger Bands are calculated with a window of 25 and a standard deviation of 3.5.
The buy signal is generated when the CMO crosses above zero and is positive. The sell signal is generated when the closing price crosses above the upper Bollinger Band. The strategy also incorporates a trailing stop, which allows for potential profit maximization by adjusting the stop-loss level as the price moves in favor of the trade. Overall, the strategy aims to capture profitable trading opportunities by identifying momentum and price volatility patterns in the market.