Wordcloud
Strategy: MFIRSICross
Downloaded: 20220514
Stoploss: 0
The MFIRSICross strategy is a trading strategy that utilizes various technical indicators to generate buy and sell signals for a given financial instrument. Here is a brief description of what the strategy does: populate_indicators function: Calculates and adds the following technical indicators to the DataFrame: MFI (Money Flow Index) Stochastic Fast %D and %K RSI (Relative Strength Index) MFI and RSI averages using TEMA (Triple Exponential Moving Average) Difference between MFI and RSI averages Slope of the MFI-RSI difference Acceleration of the MFI-RSI slope Fisher RSI populate_buy_trend function: Determines the buy signal based on the following conditions: MFI-RSI acceleration is not null If enabled, MFI is less than or equal to a specified value (buy_mfi) MFI-RSI acceleration crosses above 0 populate_sell_trend function: Determines the sell signal based on the following conditions: If enabled, holds the sell signal when close prices are not null (sell_hold_enabled) MFI average is not null MFI is greater than or equal to 80 MFI-RSI acceleration crosses below 0 The strategy uses these indicators and conditions to generate buy and sell signals in the DataFrame, indicating when to enter or exit a trade.

stoploss: 0
timeframe: 5m
hash(sha256): 0b070279e013288a71e3e81500e864f2713601921facb6888882ace1e4fc9608
indicators:
mfi_rsi_dif upper mfi_ave close mfi_rsi_diff
bb_gain mfi bb_lowerband ema5 fastk
sma mfi_rsi_slope fastd ema10 sar
fisher_rsi lower mfi_rsi_accel rsi bb_upperband
rsi_ave

Similar Strategies: (based on used indicators)

Strategy: MFIRSICross_2, Similarity Score: 95.45%

last change: 2024-04-29 13:04:14