Wordcloud
Strategy: Apollo11_311
Downloaded: 20220113
Stoploss: -0.16


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The Apollo11 strategy is a trading strategy implemented as a class that performs backtesting. Here's a short description of what the strategy does: populate_indicators: This function calculates and populates various technical indicators based on the given price data. These indicators include Exponential Moving Averages (EMAs), Bollinger Bands, and Volume Weighted Moving Average Convergence Divergence (VWMACD).

populate_buy_trend: This function determines the conditions for initiating a buy signal based on the calculated indicators.

It checks multiple conditions, such as the crossover of EMAs, the relationship between price and EMA levels, and the crossing of lower bands.

If the conditions are met, it sets the "buy" flag and assigns a corresponding tag to identify the buy signal. populate_sell_trend: This function is responsible for populating the sell signal. In this strategy, it simply sets the "sell" flag to 0, indicating no sell signal. should_cancel_order: This function determines if an order should be canceled based on the current profit. If the profit exceeds certain thresholds, it returns a specific percentage as a cancellation fee. If the profit is below a certain threshold and a specific time has passed since the trade was opened, it returns a scaled negative profit value to encourage closing the trade. Overall, the Apollo11 strategy combines various technical indicators to generate buy signals based on specific conditions. It does not provide a sell signal, but it includes a function to cancel orders based on the current profit.

stoploss: -0.16
timeframe: 5m
hash(sha256): 94be9ac12c9e1004b38301dad4a84cf236700a81a7df96a0992c0262c943ba69
indicators:
s1_ema_xxl close s2_bb_lower_band s2_fib_lower_band s1_ema_md
volume s3_bb_lowerband s1_ema_xl s2_bb_std_dev_value s2_ema
slowMA s1_ema_xs s2_ema_xxl_off s2_ema_xxl s1_ema_sm
hist vwmacd signal fastMA low

Similar Strategies: (based on used indicators)

Strategy: A11, Similarity Score: 95.24%
Strategy: Apollo11, Similarity Score: 95.24%
Strategy: Apollo11_162, Similarity Score: 95.24%
Strategy: Apollo11_TB_MOD_TranZ, Similarity Score: 95.24%
Strategy: Saturn5, Similarity Score: 95.24%
Strategy: Saturn5_1, Similarity Score: 95.24%

last change: 2023-07-01 16:16:37