Wordcloud
Strategy: slope_is_dope2_2
Downloaded: 20230327
Stoploss: -0.9


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "slope_is_dope2" strategy is a trading strategy that uses various indicators to generate buy and sell signals. In the "populate_indicators" method, the strategy calculates several indicators including RSI (Relative Strength Index), moving averages (marketMA, fastMA, slowMA, entryMA), and slope values for the fastMA and slowMA. It also calculates the lowest value of the previous 10 periods and stores it as "last_lowest".

In the "populate_buy_trend" method, the strategy defines the conditions for a buy signal.

It checks if the close price is above the market moving average, if both the fastMA and slowMA have positive slopes, if the close price is higher than the close price 11 periods ago, if the RSI is above 55, and if the fastMA is above the slowMA.

If all these conditions are met, the "buy" signal is set to 1. In the "populate_sell_trend" method, the strategy defines the conditions for a sell signal. It checks if the fastMA is below the slowMA or if the close price is below the lowest value of the previous 10 periods. If either of these conditions is true, the "sell" signal is set to 1. The strategy uses these buy and sell signals to generate trading decisions based on the defined conditions.

stoploss: -0.9
timeframe: 4h
hash(sha256): a8fcbce872bb21eb93c08dc49a8eb80ca7cf285ecaf53457441d5fc7e98bef98

Was not able to fetch indicators from Strategyfile.

last change: 2023-03-27 19:15:13