Wordcloud
Strategy: smart_money_strategy
Downloaded: 20220112
Stoploss: -99


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "smart_money_strategy" is a trading strategy designed for backtesting on a trading platform. Here's a short description of what the strategy does: The strategy aims to buy assets at a low price and sell them at a higher price, without implementing any advanced or sophisticated techniques. It uses various technical indicators to make buying and selling decisions, including the Chaikin Money Flow (CMF), Money Flow Index (MFI), and the Exponential Moving Average (EMA) with a period of 200.

The strategy tries to avoid false signals by considering the relationship between the closing price and the EMA(200) indicator, as well as the MFI and CMF values.

When the conditions for a buy signal are met (e.g., the closing price is below the EMA(200), MFI is below 35, and CMF is below -0.07), the strategy generates a buy signal.

Conversely, when the conditions for a sell signal are met (e.g., the closing price is above the EMA(200), MFI is above 70, and CMF is above 0.20), the strategy generates a sell signal. The strategy has a predefined minimal return on investment (ROI) target, where it aims for a 10% return. There is also a stop-loss mechanism implemented, with a value of -99, which indicates that the strategy does not use a stop-loss. The strategy is optimized for a timeframe of 1 hour and is primarily focused on maximizing sell profits rather than minimizing losses. The "smart_money_strategy_hyperopt" is an extension of the original strategy that includes hyperparameters for hyperparameter optimization. It uses the same technical indicators and buying/selling conditions as the base strategy but allows for the optimization of specific parameters. The hyperparameters that can be optimized include: "buy_mfi": The MFI value used as a threshold for a buy signal. "buy_cmf": The CMF value used as a threshold for a buy signal. "sell_mfi": The MFI value used as a threshold for a sell signal. "sell_cmf": The CMF value used as a threshold for a sell signal. By optimizing these hyperparameters, the strategy can be fine-tuned to improve its performance based on historical data. The hyperparameters have predefined ranges within which the optimization can be performed. The strategy still maintains the minimal ROI target, stop-loss value, timeframe, and sell profit preferences from the base strategy.

startup_candle_count : 50
Recursive Analysis found no issues while using 50 startup_candle_count
stoploss: -99
timeframe: 1h
hash(sha256): c209c2dc4f0e5a0741df4129954acb1f07faaf68468d1b681245d72a39abbc36
indicators:
cm ema_200 close cmf mfi

No similar strategies found. (based on used indicators)

last change: 2024-05-02 21:12:07