Wordcloud
Strategy: InformativeSample_688
Downloaded: 20220112
Stoploss: -0.1


Not Enough Data to display!

Average Overall
Not Enough Data! / Avg statistics not populated yet.
The "InformativeSample" strategy is an example strategy that uses informative pairs to compare a stake currency with USDT. It is not a high-performing strategy but serves as a demonstration of how to use a referential pair against USDT. Key Features: Minimal ROI: The strategy defines a minimal ROI (Return on Investment) for different time periods.

Stoploss: The strategy sets an optimal stop loss value.

Timeframe: The strategy operates on 5-minute candlesticks.

Trailing Stoploss: The strategy includes a trailing stop loss feature. TA Indicators: The strategy uses several technical analysis (TA) indicators, including exponential moving averages (EMA) with different time periods. Informative Pairs: The strategy retrieves OHLCV (Open, High, Low, Close, Volume) data for an informative pair (BTC/USDT) at a 15-minute interval and calculates the simple moving average (SMA) on the informative pair. Buy Signal: The strategy generates a buy signal when the 20-period EMA crosses above the 50-period EMA and the stake/USDT price is above the 20-period SMA of the informative pair. Sell Signal: The strategy generates a sell signal when the 20-period EMA crosses below the 50-period EMA and the stake/USDT price is below the 20-period SMA of the informative pair. The strategy can be executed by running the command "python3 freqtrade -s InformativeSample" in the terminal. Note: The strategy includes additional configuration options and experimental settings that can be customized or overridden in the configuration file.

startup_candle_count : 50
Recursive Analysis found no issues while using 50 startup_candle_count
stoploss: -0.1
timeframe: 5m
hash(sha256): 52e59a9eeb8a7a285c2247ba5a2049004b3cae559c09669f49008c33b8f0d659
indicators:
ema20 ema100 close sma20 ema50
sma20_15m close_15m

No similar strategies found. (based on used indicators)

last change: 2023-07-28 12:01:40