Wordcloud
Strategy: keltner
Downloaded: 20220112
Stoploss: -0.1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "keltner" strategy is a trading strategy implemented in Python using the Freqtrade framework. Here's a short description of what the strategy does: The strategy is designed to achieve a minimal ROI (Return on Investment) of 0.2. The stoploss is set at -0.10, meaning that if the price of an asset drops by 10%, the strategy will trigger a sell order to limit losses.

The strategy operates on 4-hour candlestick data (ticker interval).

The order types used in the strategy are "market" orders for buying, selling, and stoploss.

The time in force for orders is set to "gtc" (Good Till Cancelled) for both buy and sell orders. The strategy does not define any additional informative pair/interval combinations. The strategy uses several technical indicators from the TA-Lib library, such as EMA (Exponential Moving Average) and ATR (Average True Range). It calculates the lower and upper bands of a Keltner Channel using the EMA and ATR indicators. The buy signal is generated when the closing price crosses above the lower band of the Keltner Channel. The sell signal is generated when the closing price crosses below the upper band of the Keltner Channel. Overall, the strategy aims to identify potential buying opportunities when the price is at or below the lower band and selling opportunities when the price is at or above the upper band of the Keltner Channel.

startup_candle_count : 50
ema: -0.005%
atr: 0.959%
lowerband: -0.026%
upperband: 0.016%
stoploss: -0.1
timeframe: 4h
hash(sha256): b2fb4d84c7ba52a39a5b69a01954fa87b578956df622ab6ab2d4f32c264daaee
indicators:
atr lowerband ema close upperband

No similar strategies found. (based on used indicators)

last change: 2023-06-28 23:19:41