Wordcloud
Strategy: mark_strat
Downloaded: 20220112
Stoploss: -0.239
1mSpotv2UnbiasedLink


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
401.75-0.13-10.9545.7516.4883.63
SharpeSortinoCalmar
-5.7-4.88-7.52
Prof.FactorExpectancyCagr
0.2200
Trades/DayRejected Signals
14.61308.5
Ninja Score: 46
The mark_strat strategy is a trading strategy that utilizes several technical analysis (TA) indicators to generate buy and sell signals. Here's a breakdown of what the strategy does: populate_indicators function: This function adds various TA indicators to the given DataFrame, such as RSI (Relative Strength Index), Stochastic RSI, MACD (Moving Average Convergence Divergence), SAR (Stop and Reverse), and Bollinger Bands. It calculates and populates columns in the DataFrame with the values of these indicators.

It's important to note that uncommenting only the indicators being used in your strategies or hyperopt configuration can improve performance by reducing memory and CPU usage.

populate_buy_trend function: This function determines the buy signals based on the TA indicators in the DataFrame.

It sets the 'buy' column to 1 for the rows that meet the following conditions: The close price is below the lower Bollinger Band. The volume is greater than 0. populate_sell_trend function: This function determines the sell signals based on the TA indicators in the DataFrame. It sets the 'sell' column to 1 for the rows that meet the following conditions: The RSI value is above 90. The close price is above the middle Bollinger Band. The volume is greater than 0. Overall, the mark_strat strategy uses TA indicators like RSI, Stochastic RSI, MACD, SAR, and Bollinger Bands to identify potential buying opportunities when the price is below the lower Bollinger Band and selling opportunities when the RSI is high and the price is above the middle Bollinger Band.

stoploss: -0.239
timeframe: 1m
hash(sha256): d6c7af041c6d32a97913b59113255e6f9ea2ff64dbbfc86fa11cdaec0eb4b645
indicators:
upper wbb_lowerband close bb_lowerband fastd_rsi
macdhist fastk volume fastd sar
wbb_width macdsignal mid wbb_percent fisher_rsi
fastk_rsi macd wbb_middleband roc lower
bb_middleband rsi bb_upperband wbb_upperband

No similar strategies found. (based on used indicators)

last change: 2024-05-02 22:49:29