Wordcloud
Strategy: SMAOPv1_TTF
Downloaded: 20220117
Stoploss: -0.5


Not Enough Data to display!

Average Overall
BuysAvgprofTotProfWin%DD%Time
260.592.6474.253.3236.95
SharpeSortinoCalmar
2.22.9641.05
Prof.FactorExpectancyCagr
0.200
Trades/DayRejected Signals
1.030
Ninja Score: 72
The SMAOPv1_TTF strategy is a trading strategy that uses several indicators to generate buy and sell signals. Here's a short description of what the strategy does: In the populate_indicators function: Calculates Exponential Moving Averages (EMAs) for different time periods and adds them as columns to the dataframe. Calculates the Elder's Force Index (EWO) and adds it as a column to the dataframe.

Calculates the Relative Strength Index (RSI) and adds it as a column to the dataframe.

Calculates a custom indicator called Time Till Flip (TTF) and adds it as a column to the dataframe.

In the populate_buy_trend function: Defines conditions for buy signals based on various indicators such as price crossing below a moving average, EWO value, volume, and RSI. If any of the conditions are met, sets the 'buy' column of the dataframe to 1 for the corresponding rows. In the populate_sell_trend function: Defines conditions for sell signals based on indicators such as price crossing above a moving average and TTF value. If any of the conditions are met, sets the 'sell' column of the dataframe to 1 for the corresponding rows. Calculates the TTF value outside of the strategy class by performing some calculations on the 'high' and 'low' columns of the dataframe. The strategy uses these indicators and conditions to determine when to buy or sell assets. The TTF indicator plays a significant role in generating signals, and the strategy considers various factors such as price, volume, and other indicators to make trading decisions.

startup_candle_count : 30
Recursive Analysis found no issues while using 30 startup_candle_count
stoploss: -0.5
timeframe: 5m
hash(sha256): b7aefac2ea1094a8942b92ca9d4c50e252aa3afd3d9e3653c52a2099053f68ed
indicators:
rsi_buy high ma_sell_val volume EWO
ttf ewo_high low_offset close ewo_low
rsi high_offset base_nb_candles_sell tt low
base_nb_candles_buy ma_buy_val

Similar Strategies: (based on used indicators)

Strategy: SMAOPv1_TTF_2, Similarity Score: 94.44%

last change: 2024-05-02 20:29:10