Wordcloud
Strategy: ObeliskRSI_v6_1_375
Downloaded: 20220113
Stoploss: -0.3


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The ObeliskRSI_v6_1 strategy is a trading strategy implemented in the form of a class. It has three main methods: populate_indicators, populate_buy_trend, and populate_sell_trend. In the populate_indicators method, the strategy calculates the RSI (Relative Strength Index) indicator using a time period of 14 on the provided dataframe.

It resamples the data to a specific interval and fills any missing values.

It also creates a binary column called 'bull' which is set to 1 if the resampled RSI value is greater than 60, indicating a bullish condition.

The populate_buy_trend method defines the conditions for entering a buy trade. It checks if the volume is greater than 0 and if the RSI value crosses below certain thresholds based on the 'bull' column. If the conditions are met, the 'buy' column is set to 1. Similarly, the populate_sell_trend method defines the conditions for selling. It checks the volume, RSI values, and the 'bull' column to determine if a sell trade should be initiated. If the conditions are met, the 'sell' column is set to 1. The last part of the code snippet seems to be unrelated to the strategy itself. It calculates a stop-loss value based on the time elapsed since the trade was opened. The stop-loss value is adjusted using a ramping function and returned. Overall, the strategy uses the RSI indicator, volume, and specific threshold values to generate buy and sell signals based on the market conditions.

stoploss: -0.3
timeframe: 5m
hash(sha256): 837fd8bd12e9f53b46f0d9be8068c25997a253a6b9a7e11afea231fec422d1b5
indicators:
bearsellrsivalue bull volume _long _longrsi
rsi bullbuyrsivalue bullsellrsivalue bearbuyrsivalue

No similar strategies found. (based on used indicators)

last change: 2023-07-04 03:33:11