ichiV1 Strategy Performance Results

Description:

This is "IchiV1" a strategy based on the Ichimoku Cloud. It uses symmetrical, leading and lagging indicators to generate entries and exits, as well as a fan indicator to analyze volume. This combination of indicators allows us to identify trends, support and resistance levels, and identify possible reversals and continuations. This strategy requires you to set up your buy and sell parameters, so you can be sure to get the best entry and exit points. The buy parameters include “buy_trend_above_senkou_level”, “buy_trend_bullish_level”, “buy_fan_magnitude_shift_value” and “buy_min_fan_magnitude_gain”. These parameters will help you set prefered levels for when you want to enter your trade. The sell parameters include “sell_trend_indicator”. This parameter allows you to set when you want to exit your trade in order to maximize your profits. The strategy also allows you to set a minimal ROI and a stop-loss. This will help you protect your investments and make sure they will be profitable. Finally, this strategy includes a trailing stop that you can use to protect your profits. Overall, this is a well-crafted strategy that combines many indicators to ensure you maximize your profits and minimize your losses.

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 21 1.52 31.90 7.396502 7.4 0:41:00 14 0 7 66.67
BCH/USDT 13 1.22 15.90 3.710243 3.71 0:49:00 11 0 2 84.62
ADA/USDT 8 1.65 13.18 2.850673 2.85 0:51:00 7 0 1 87.50
LUNA/USDT 11 1.04 11.47 2.464034 2.46 0:42:00 8 0 3 72.73
ALGO/USDT 8 1.43 11.44 2.400819 2.4 0:47:00 7 0 1 87.50
SOL/USDT 12 0.86 10.35 2.146358 2.15 0:56:00 8 0 4 66.67
DOT/USDT 6 1.37 8.19 1.809836 1.81 1:00:00 6 0 0 100.00
LINK/USDT 8 0.92 7.38 1.560174 1.56 1:06:00 6 0 2 75.00
XRP/USDT 5 0.74 3.70 0.830168 0.83 1:04:00 4 0 1 80.00
ETH/USDT 7 0.53 3.68 0.820799 0.82 1:03:00 5 0 2 71.43
BNB/USDT 4 0.79 3.18 0.685001 0.69 1:09:00 3 0 1 75.00
BTC/USDT 5 0.24 1.21 0.234815 0.23 0:32:00 2 0 3 40.00
LTC/USDT 2 0.55 1.10 0.221487 0.22 0:30:00 1 0 1 50.00
TOTAL 110 1.12 122.68 27.130909 27.13 0:51:00 82 0 28 74.55
  • 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 %
71 71 0 0 1.94 137.67 30.55401369 27.53
39 11 0 28 -0.38 -14.99 -3.42310476 -3.0

Summary

A backtesting was performed with a maximum of 5 open trades and an average of 9.17 trades per day. The starting balance was $100 and the final balance was $127.13090893, resulting in an absolute profit of $27.13090893 and a total profit percentage of 0.27130908930000003. The average stake amount was $21.90054408027272 and the total trade volume was $2409.0598488299993. The best pair was ETC/USDT and the worst pair was LTC/USDT. The maximum balance reached was $127.7248616 and the minimum balance was $100.0602351. The market change during this period was -0.03292688701762525.

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 110 / 9.17
Starting balance 100
Final balance 127.13090893
Absolute profit 27.13090893
Total profit % 0.27130908930000003
Avg. stake amount 21.90054408027272
Total trade volume 2409.0598488299993
Best Pair ETC/USDT
Worst Pair LTC/USDT
Max Balance 127.7248616
Min Balance 100.0602351
Market Change -0.03292688701762525

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
  }