Wordcloud
Strategy: tema_pure_neat
Downloaded: 20220215
Stoploss: -0.101


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The TemaPureNeat strategy is a sample strategy implemented in Python for backtesting trading strategies. It compares a stake currency with USDT (Tether) and is not performing very well, but serves as an example of how to use a referential pair against USDT. Key features of the strategy: Minimal ROI (Return on Investment) is defined, indicating the desired minimum return from the strategy.

Optimal stoploss is defined, specifying the maximum acceptable loss before exiting a trade.

Timeframe is set to 5 minutes, indicating the interval at which the strategy operates.

Trailing stop is enabled, allowing the stop-loss level to be adjusted as the price moves in favor of the trade. Various technical indicators are used, such as CMO (Chande Momentum Oscillator), TEMA (Triple Exponential Moving Average), and Bollinger Bands. The strategy generates buy signals when the TEMA crosses above the lower Bollinger Band and the CMO value is greater than -5. Sell signals are generated when the CMO crosses below -58. To use this strategy, you can execute the following command: python3 freqtrade -s TemaPureNeat For more details and the complete implementation, you can refer to the GitHub repository: https://github.com/freqtrade/freqtrade-strategies

stoploss: -0.101
timeframe: 5m
hash(sha256): c76e6d10166b7c7002c01daae3b842602d8c5302aee287fb0dbbc0c25f62eb04
indicators:
upper mid lower lowerband stake_currency
bb_upperbandTA bb_middleband bb_middlebandTA bb_upperband bb_lowerband
CMO TEMA middleband bb_lowerbandTA upperband

Similar Strategies: (based on used indicators)

Strategy: bblower, Similarity Score: 93.75%
Strategy: tema_pure, Similarity Score: 93.75%
Strategy: tema_pure_two, Similarity Score: 93.75%

last change: 2023-06-28 06:57:13