Ichimoku Strategy Performance Results

Description:

This strategy is based on the Ichimoku indicator. It defines trading signals by taking into consideration five components of this indicator: Tenkan Sen, Kijun sen, Senkou Span A, Senkou Span B and the green and red clouds. The buy signal is triggered when the Tenkan Sen is above the Kijun sen and the Red Cloud is true. The sell signal is triggered when the Tenkan Sen is below the Kijun sen and the Green Cloud is true. The orders are configured as limit, stoploss to market and trailing stop with a positive offset of 0.01 and a positive offset of 0.02.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
ETC/USDT 5 1.10 5.50 0.971182 0.97 12:01:00 4 0 1 80.00
BCH/USDT 1 2.31 2.31 0.424763 0.42 3 days, 20:50:00 1 0 0 100.00
LINK/USDT 3 0.27 0.81 0.132850 0.13 1 day, 2:22:00 2 0 1 66.67
ALGO/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
XRP/USDT 3 -0.33 -1.00 -0.146235 -0.15 1 day, 5:38:00 2 0 1 66.67
ETH/USDT 6 -0.02 -0.10 -0.209937 -0.21 1 day, 0:26:00 5 0 1 83.33
BTC/USDT 5 -0.64 -3.18 -0.479846 -0.48 1 day, 11:02:00 4 0 1 80.00
BNB/USDT 1 -6.43 -6.43 -1.175408 -1.18 8 days, 18:55:00 0 0 1 0.00
ADA/USDT 3 -1.87 -5.61 -1.182437 -1.18 1 day, 1:52:00 2 0 1 66.67
LTC/USDT 3 -1.93 -5.78 -1.208927 -1.21 1 day, 23:28:00 2 0 1 66.67
DOT/USDT 4 -1.68 -6.73 -1.273385 -1.27 16:59:00 3 0 1 75.00
SOL/USDT 6 -2.16 -12.95 -2.558660 -2.56 8:18:00 4 0 2 66.67
LUNA/USDT 4 -7.25 -29.00 -5.533042 -5.53 16:55:00 1 0 3 25.00
TOTAL 44 -1.41 -62.18 -12.239083 -12.24 1 day, 4:37:00 30 0 14 68.18
  • 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 %
29 29 0 0 1.92 55.72 10.213071890000002 11.14
10 0 0 10 -10.17 -101.75 -19.475876439999997 -20.35
5 1 0 4 -3.23 -16.15 -2.97627821 -3.23

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 3.67 trades per day. The starting balance was $100 and the final balance was $87.76091724, resulting in an absolute profit of $-12.239082760000002 and a total profit percentage of -0.12239082760000003. The average stake amount was $18.389282077272725 and the total trade volume was $809.1284113999999. The best pair was ETC/USDT and the worst pair was LUNA/USDT. The maximum balance reached was $102.456782 and the minimum balance was $87.76091724. The market change during this period was -0.02114756712873641.

Metric Value
Backtesting from 2024-01-01 00:00:00
Backtesting to 2024-01-13 15:40:00
Max open trades 5
Total/Daily Avg Trades 44 / 3.67
Starting balance 100
Final balance 87.76091724
Absolute profit -12.239082760000002
Total profit % -0.12239082760000003
Avg. stake amount 18.389282077272725
Total trade volume 809.1284113999999
Best Pair ETC/USDT
Worst Pair LUNA/USDT
Max Balance 102.456782
Min Balance 87.76091724
Market Change -0.02114756712873641

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
  }