Wordcloud
Strategy: SMAOG_273
Downloaded: 20220216
Stoploss: -0.09


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
50.50.394.17845.6345.72
SharpeSortinoCalmar
2.294.3629.17
Prof.FactorExpectancyCagr
0.2700
Trades/DayRejected Signals
1.940
Ninja Score: 73
The SMAOG strategy is a trading strategy that utilizes simple moving averages (SMA) and exponential moving averages (EMA) to generate buy and sell signals. Here is a breakdown of what the strategy does: The strategy uses the SMA and EMA indicators from the TA-Lib library to calculate moving averages. It has several parameters that can be optimized, such as the number of candles to consider for buying and selling, offsets for the moving averages, thresholds for identifying bad pairs, etc.

The strategy operates on 5-minute timeframe data.

It includes a stop-loss parameter set to -0.09, which means that if the price drops by 9% from the entry point, the trade will be automatically exited.

It has a minimal return on investment (ROI) defined, where a minimum gain of 0.6 is expected before selling. The strategy uses a trailing stop, meaning that if the price increases by a certain percentage (trailing_stop_positive), the stop-loss level is adjusted to a positive offset (trailing_stop_positive_offset). The strategy does not use sell signals but relies on predefined conditions for selling, such as the price crossing above the sell moving average, certain patterns in the RSI indicator, and volume requirements. The strategy takes into account the run mode, distinguishing between hyperoptimization and regular trading, and adjusts the indicator calculations accordingly. The populate_indicators() function calculates various indicators and assigns them to the input dataframe. The populate_buy_trend() function determines the buy signals based on specific conditions, such as the price being above certain moving averages, the pair not being considered bad, and the volume being positive. The populate_sell_trend() function determines the sell signals based on conditions like the price being above the sell moving average, certain patterns in the RSI indicator, and volume requirements. Overall, the SMAOG strategy aims to generate buy signals when specific moving average and price conditions are met, and sell signals when the price reaches predefined levels or certain patterns occur in the RSI indicator.

startup_candle_count : 400
Recursive Analysis found no issues while using 400 startup_candle_count
stoploss: -0.09
timeframe: 5m
hash(sha256): a7ab8ce0db9bba2f1126a4e3c29e2be0c073ca49c63639343a78f557b17d27cc
indicators:
volume ema_200 ema_50 low_offset _is_bad
ma_offset_sell close sell_trigger ma_offset_buy high_offset
buy_trigger base_nb_candles_sell runmode open rsi_exit
base_nb_candles_buy

Similar Strategies: (based on used indicators)

Strategy: HSMAOG6, Similarity Score: 94.12%
Strategy: SMAOG, Similarity Score: 94.12%
Strategy: SMAOG_706, Similarity Score: 94.12%
Strategy: SMAOG_821, Similarity Score: 94.12%

last change: 2024-05-02 19:20:58