Wordcloud
Strategy: momentum_v2
Downloaded: 20220112
Stoploss: -0.08


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "Momentumv2" strategy is a trading strategy implemented in Python using the Freqtrade library. It aims to identify and take advantage of momentum trends in the market. Here's a breakdown of what the strategy does: The strategy uses the 4-hour timeframe for trading.

It defines a set of parameters and settings, including ROI (return on investment) targets, stop-loss level, trailing stop, and order types.

The strategy uses various technical indicators to make trading decisions.

It calculates the MACD (Moving Average Convergence Divergence), RSI (Relative Strength Index), EMA (Exponential Moving Average), and ATR (Average True Range) indicators. The "populate_indicators" function is responsible for calculating and populating these indicators in the input dataframe. The strategy also includes buy and sell parameters that can be optimized. These parameters control the values used for the EMA and RSI indicators in the buy and sell signals. The "populate_buy_trend" function determines the conditions for initiating a buy signal. It checks for conditions such as the MACD crossing above the MACD signal, the price being above the EMA, and positive volume. The "populate_sell_trend" function determines the conditions for initiating a sell signal. It checks for conditions such as the MACD crossing below the MACD signal or the RSI crossing below a specified threshold, along with positive volume. The strategy includes a custom stop-loss function, "custom_stoploss," which calculates the stop-loss level based on the ATR trailing stop method. Additionally, the strategy includes a cooldown period protection to prevent frequent trading during short time intervals. Overall, the Momentumv2 strategy aims to capitalize on momentum trends by generating buy signals when certain conditions are met and sell signals when momentum weakens or reverses.

stoploss: -0.08
timeframe: 4h
hash(sha256): 4dc364758715e0cd8f734dc849924c4f142a2d01f79ce6fd519bdde92938204d
indicators:
atr macdsignal ema volume close
rsi macd

No similar strategies found. (based on used indicators)

last change: 2023-06-24 23:43:18