Wordcloud
Strategy: Vulcan
Downloaded: 20220718
Stoploss: -0.25


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "vulcan" strategy is designed to backtest trading decisions using a combination of technical indicators. Here's a brief description of what the strategy does: Indicator Population: Calculates the Relative Strength Index (RSI) with a time period of 14 and its simple moving average (SMA) with a window of 50. Calculates the SMA with a time period of 23.

Determines if the SMA is growing by comparing the current SMA value with the previous three SMA values.

Computes the Stochastic Oscillator (STOCH) with specific parameters.

Identifies a sell signal when the slow %K and %D lines of the Stochastic Oscillator are both above 75 and the %K line crosses below the %D line. Determines if the current closing price is lower than the lowest low in the last 100 periods. Buy Signal Generation: Generates a buy signal when the following conditions are met simultaneously: The current closing price is above the SMA. The SMA is growing. The RSI is above its SMA. The RSI is above 50. Sell Signal Generation: Generates a sell signal when either of the following conditions is true: The Stochastic Oscillator indicates a sell crossover (slow %K and %D lines above 75, %K crosses below %D). The current closing price is lower than the lowest low in the last 100 periods. The strategy sets a fixed stop-loss level of -0.25 and operates on a timeframe of 30 minutes. It defines a minimal return on investment (ROI) of 100. The strategy also configures the plot settings for visualizing the SMA, RSI, and Stochastic Oscillator indicators. Please note that this is a brief summary, and the actual implementation of the strategy may involve additional details or considerations.

stoploss: -0.25
timeframe: 5m
hash(sha256): 2bdc48e500416cc7c3306ac5187b90888f318283a253d5fb38e8d2167bf4eb63
indicators:
slowd slowk SMA stoch_sell_cross last_lowest
lower_low close growing_SMA RSI_SMA RSI

No similar strategies found. (based on used indicators)

last change: 2023-07-01 12:54:16