Wordcloud
Strategy: TrixV23Strategy
Downloaded: 20220113
Stoploss: -0.31


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The TrixV23Strategy is a trading strategy implemented in a backtesting website. Here is a brief description of what the strategy does: The strategy calculates various indicators based on the input data. It calculates the Buy TRIX indicator (a triple exponential moving average) and its percentage change, as well as the Buy TRIX signal (simple moving average) for different time periods.

Similarly, it calculates the Sell TRIX indicator, its percentage change, and the Sell TRIX signal.

Additionally, the strategy calculates the Buy RSI (Relative Strength Index) and Buy Stochastic RSI indicators, as well as the Sell RSI and Sell Stochastic RSI indicators.

Furthermore, the strategy calculates the Buy EMA (Exponential Moving Average) and its corresponding signal based on a multiplier. Lastly, the strategy calculates the ATR (Average True Range) and uses it to determine a stop-loss price for selling. In the populate_buy_trend function, the strategy defines conditions for entering a buy trade based on various indicators, such as volume, TRIX signals, BTC EMA, Stochastic RSI, and EMA. In the populate_sell_trend function, the strategy defines conditions for selling based on indicators such as volume, Stochastic RSI, and TRIX signals. The strategy marks the corresponding rows in the dataframe with 'buy' or 'sell' signals based on the defined conditions. Overall, the TrixV23Strategy combines multiple indicators to generate buy and sell signals for a trading strategy in the backtesting website.

startup_candle_count : 200
btc_usdt_ema_184_1h: -0.175%
atr_30: 0.003%
stoploss: -0.31
timeframe: 1h
hash(sha256): 15e1305ea0194dbdbf53109abc2707a316ff7445de4b1c40d3419534c4b18a74
indicators:
s_rsi close btc_stake_close_1h volume trix_b_val
trix_s_signal_val ema_b_signal b_stoch_rsi trix_s_val stoploss_price
high ema_b_val atr_val trix_b_pct open
high low close trix_s_pct ema_val
stake_currency s_stoch_rsi b_rsi low trix_b_signal_val

No similar strategies found. (based on used indicators)

last change: 2023-07-01 13:17:43