Launch Your Bot Stack Faster

Start with one exchange, one VPS, and the Telegram group. Supports FreqST at no extra cost.

Full Setup Guide

Obelisk_TradePro_Ichi_v1_1 Strategy Performance Results

Description:

This is an Ichimoku Cloud-Based Strategies for trading with Obelisk Trade Pro. It uses the tenkan-sen, kijun-sen, senkou-span-a, senkou-span-b, chikou-span, and leading-senkou-span-a and leading-senkou-span-b indicators to generate buy and sell signals. The strategy buys when the tenkan-sen crosses above the kijun-sen and when the close is above the senkou-span-a and senkou-span-b. The sell signal is generated when the tenkan-sen is crossed below the kijun-sen or when the close crosses below the kijun-sen. Additionally, the strategy requires that the leading-senkou-span-a is higher than the leading-senkou-span-b and the chikou-span is higher than the senkou-span-a and senkou-span-b.

Run This Strategy With The Recommended Stack

Download the strategy pack, join Telegram for updates, then use the recommended exchange and VPS links to get your bot online faster.

Join TelegramGet strategy updates and setup help

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
ETH/USDT 5 0.75 3.73 0.693323 0.69 16:36:00 1 0 4 20.00
LINK/USDT 2 0.68 1.37 0.253483 0.25 1 day, 1:30:00 1 0 1 50.00
BCH/USDT 3 0.09 0.26 0.030450 0.03 12:00:00 1 0 2 33.33
ALGO/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
DOT/USDT 1 -1.69 -1.69 -0.312837 -0.31 0:00:00 0 0 1 0.00
LUNA/USDT 1 -1.69 -1.69 -0.313090 -0.31 0:00:00 0 0 1 0.00
ETC/USDT 1 -1.66 -1.66 -0.313396 -0.31 2:00:00 0 0 1 0.00
ADA/USDT 1 -1.69 -1.69 -0.314930 -0.31 1 day, 19:00:00 0 0 1 0.00
XRP/USDT 1 -1.68 -1.68 -0.317965 -0.32 4:00:00 0 0 1 0.00
LTC/USDT 2 -1.69 -3.38 -0.644507 -0.64 6:00:00 0 0 2 0.00
BTC/USDT 5 -1.10 -5.52 -1.068794 -1.07 12:24:00 0 0 5 0.00
SOL/USDT 4 -1.69 -6.76 -1.214089 -1.21 2:45:00 0 0 4 0.00
BNB/USDT 5 -1.68 -8.40 -1.605989 -1.61 5:48:00 0 0 5 0.00
TOTAL 31 -0.87 -27.10 -5.128341 -5.13 10:45:00 3 0 28 9.68
  • Pair: This is the cryptocurrency trading pair that was used for the backtesting.
  • Buys: This is the total number of buy orders placed during the backtesting.
  • Avg Profit %: This is the average percentage of profit that was made on each buy order.
  • Cum Profit: This is the cumulative profit made over all buy orders.
  • Tot Profit Abs: This is the total absolute profit made over all buy orders.
  • Tot Profit %: This is the total percentage of profit made over all buy orders.
  • Avg Duration: This is the average duration of each buy order.
  • Win: This is the total number of buy orders that resulted in a win.
  • Draw: This is the total number of buy orders that resulted in a draw.
  • Loss: This is the total number of buy orders that resulted in a loss.
  • Win %: This is the percentage of buy orders that resulted in a win.

Sell Reason

Sell Reason Sells Win Draws Loss Avg Profit % Cum Profit % Tot Profit ABS Tot Profit %
24 0 0 24 -1.69 -40.49 -7.62198783 -8.1
7 3 0 4 1.91 13.38 2.49364696 2.68

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 2.58 trades per day. The starting balance was $100 and the final balance was $94.87165913, resulting in an absolute profit of $-5.12834087 and a total profit percentage of -0.0512834087. The average stake amount was $18.808530109677417 and the total trade volume was $583.0644333999999. The best pair was ETH/USDT and the worst pair was BNB/USDT. The maximum balance reached was $99.6680746 and the minimum balance was $92.6750128. The market change during this period was -0.021579795499375755.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 14:00:00
Max open trades 5
Total/Daily Avg Trades 31 / 2.58
Starting balance 100
Final balance 94.87165913
Absolute profit -5.12834087
Total profit % -0.0512834087
Avg. stake amount 18.808530109677417
Total trade volume 583.0644333999999
Best Pair ETH/USDT
Worst Pair BNB/USDT
Max Balance 99.6680746
Min Balance 92.6750128
Market Change -0.021579795499375755

Config

                  
{
    "pairlists": [
      {
        "method": "StaticPairList"
      }
    ],
    "timeframe": "15m",
    "tradable_balance_ratio": 0.99,
    "fiat_display_currency": "USD",
    "stake_amount": "unlimited",
    "stake_currency": "USDT",
    "amend_last_stake_amount": true,
    "exchange": {
      "pair_whitelist": [
        "BTC/USDT",
        "BCH/USDT",
        "ETH/USDT",
        "LINK/USDT",
        "LTC/USDT",
        "SOL/USDT",
        "BNB/USDT",
        "XRP/USDT",
        "ADA/USDT",
        "DOT/USDT",
        "ETC/USDT",
        "ALGO/USDT",
        "LUNA/USDT"
      ],
      "name": "binance"
    },
    "dry_run_wallet": 100,
    "max_open_trades": 5
  }