NowoIchimoku1hV2 Strategy Performance Results

Description:

This freqtrade strategy is called Nowo Ichimoku 1hV2. It is based on the Ichimoku Forex technical indicator and a combination of other indicators such as SMA, STDDEV, and RSI. This strategy uses a custom built stop-loss, trailing stop, minimal ROI and a plot for Buy Allowed, Should Buy, and Is Cloud Green. This strategy is designed to be used on the 1 hour timeframe and requires a startup candle count of at least 100 in order to start trading. The specific parameters that can be used with this strategy are SRSI_K_Min_Profit, Above_Upper_Min_Profit, Limit_Factor, Lower_Cloud_Factor, and Close_Above_Shifted_Upper_Cloud. These parameters allow users to customize their trading rules and take into account the market conditions.

Daily Profit

Pairs

Top cryptocurrency trading pairs

Pair Buys Avg Profit % Cum Profit Tot Profit Abs Tot Profit % Avg Duration Win Draw Loss Win %
SOL/USDT 3 4.96 14.88 2.828196 2.83 9:20:00 3 0 0 100.00
BTC/USDT 6 2.38 14.29 2.719592 2.72 10:40:00 6 0 0 100.00
BCH/USDT 2 4.21 8.42 1.595906 1.6 1 day, 13:00:00 1 1 0 50.00
BNB/USDT 3 2.09 6.27 1.231027 1.23 20:20:00 2 1 0 66.67
ETH/USDT 2 2.48 4.97 0.973855 0.97 18:30:00 2 0 0 100.00
ETC/USDT 1 1.43 1.43 0.269002 0.27 22:00:00 1 0 0 100.00
XRP/USDT 3 0.44 1.33 0.258503 0.26 1 day, 6:00:00 1 2 0 33.33
LUNA/USDT 0 0.00 0.00 0.000000 0.0 0:00 0 0 0
ALGO/USDT 2 -1.19 -2.38 -0.382374 -0.38 1 day, 2:30:00 1 0 1 50.00
ADA/USDT 2 -1.46 -2.91 -0.635143 -0.64 21:00:00 1 0 1 50.00
DOT/USDT 2 -3.36 -6.73 -1.380675 -1.38 22:00:00 1 0 1 50.00
LINK/USDT 2 -5.39 -10.78 -2.184678 -2.18 1 day, 12:00:00 1 0 1 50.00
LTC/USDT 3 -4.88 -14.63 -2.924885 -2.92 20:40:00 1 0 2 33.33
TOTAL 31 0.46 14.16 2.368325 2.37 20:56:00 21 4 6 67.74
  • 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 %
26 20 0 6 0.54 13.93 2.3259687999999996 2.79
5 1 4 0 0.05 0.23 0.04235654 0.05

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 $102.36832534, resulting in an absolute profit of $2.3683253399999997 and a total profit percentage of 0.023683253399999996. The average stake amount was $19.13142016451613 and the total trade volume was $593.0740251. The best pair was SOL/USDT and the worst pair was LTC/USDT. The maximum balance reached was $103.57475271 and the minimum balance was $94.32169734. The market change during this period was -0.0658271067867394.

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 102.36832534
Absolute profit 2.3683253399999997
Total profit % 0.023683253399999996
Avg. stake amount 19.13142016451613
Total trade volume 593.0740251
Best Pair SOL/USDT
Worst Pair LTC/USDT
Max Balance 103.57475271
Min Balance 94.32169734
Market Change -0.0658271067867394

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
  }