Wordcloud
Strategy: abydon_wbtc_ver1_0
Downloaded: 20220112
Stoploss: -0.99
3mFailedSpotv2Link

Strategy failed backtesting!
Reason: Duplicate of abydon_wbtc

You will be redirected to the original Strategy in 15 seconds.Redirecting...
The "wbtc" strategy is an arbitrage strategy designed for backtesting trading strategies. It is implemented as a subclass of the IStrategy class from the freqtrade.strategy module. The strategy focuses on trading the WBTC/BTC pair.

Here are the key elements of the strategy: Timeframe: The strategy operates on 3-minute candles.

Minimal ROI: The strategy sets different minimum return on investments (ROI) for various time periods.

Stoploss: The strategy has a fixed stop loss at -0.99, indicating that if the trade reaches a 99% loss, it will be stopped. Process Only New Candles: The strategy processes indicators only for new candles, improving efficiency. Use Sell Signal: The strategy utilizes a sell signal. Sell Profit Only: The strategy sells only when it has made a profit. Ignore ROI If Buy Signal: The strategy does not ignore the ROI condition if there is a buy signal. Order Type Mapping: The strategy defines order types for different actions (buy, sell, stop loss). Close Parameters: The strategy has two close parameters defined for optimization, one for buying and one for selling. Buy and Sell Hyperspace Parameters: The strategy defines hyperspace parameters for buying and selling. Informative Pairs: The strategy defines additional pair/interval combinations for caching from the exchange for informational purposes. Indicator Population: The strategy uses various technical indicators such as MACD, RSI, SAR Parabol, and SMA for making trading decisions. Buy Trend: The strategy populates the buy signal based on a condition involving the closing price. Sell Trend: The strategy populates the sell signal based on a condition involving the closing price. Overall, the "wbtc" strategy focuses on identifying opportunities for arbitrage in the WBTC/BTC pair using a combination of technical indicators and predefined conditions for buying and selling.

startup_candle_count : 50
macd: 509.349%
macdsignal: -151.574%
rsi: -0.705%
stoploss: -0.99
timeframe: 3m
hash(sha256): e6434dd4825f55d2c9e3455576029a3839630465fe3f8782da7531edde576383
indicators:
macdsignal close rsi macd sar
sma

No similar strategies found. (based on used indicators)

last change: 2024-01-28 18:50:20