iterativv / NostalgiaForInfinity

Trading strategy for the Freqtrade crypto bot
GNU General Public License v3.0
1.97k stars 488 forks source link

No entry or exit points at all #234

Closed Mohammad699 closed 10 months ago

Mohammad699 commented 2 years ago

Hi, Thanks for your great job. I'm trying your strategy but I can't see any entry or exit point on any chart. I'm using strategy version 11.1.161 Window 10 with docker v20.10.17 Freqtrade v 0.4.3 I'm not a professional, I'm just learning. Here's my config:

   "dry_run": true,
    "max_open_trades": 6,
    "stake_currency": "USDT",
    "stake_amount": "unlimited",
    "tradable_balance_ratio": 0.99,
    "fiat_display_currency": "USD",
    "force_entry_enable": true,
    "trading_mode": "spot",
    "cancel_open_orders_on_exit": false,
    "unfilledtimeout": {
        "entry": 15,
        "exit": 15,
        "exit_timeout_count": 0,
        "unit": "minutes"
    },
    "order_types": {
        "entry": "limit",
        "exit": "limit",
        "emergency_exit": "limit",
        "force_entry": "limit",
        "force_exit": "limit",
        "stoploss": "limit",
        "stoploss_on_exchange": false,
        "stoploss_on_exchange_interval": 60
    },
    "entry_pricing": {
        "price_side": "other",
        "use_order_book": false,
        "order_book_top": 1,
        "price_last_balance": 0.0,
        "check_depth_of_market": { "enabled": false, "bids_to_ask_delta": 1 },
    },
    "exit_pricing": {
        "price_side": "other",
        "use_order_book": false,
        "order_book_top": 1,
        "price_last_balance": 0.0
    },
    "exchange": {
        "name": "kucoin",
        "key": "",
        "secret": "",
        "ccxt_config": {},
        "ccxt_async_config": {},
        "pair_whitelist": [
            ".*/USDT"
        ],
        "pair_blacklist": [
            // Exchange Tokens
            "KCS/.*",
            // Leverage tokens
            ".*(3S|5L|5S)/.*",
            // Fiat
            "(AUD|BRZ|CAD|CHF|EUR|GBP|HKD|IDRT|JPY|NGN|RUB|SGD|TRY|UAH|USD|ZAR)/.*",
            // Stable tokens
            "(BUSD|CUSD|CUSDT|DAI|PAXG|SUSD|TUSD|USDC|USDN|USDP|USDT|VAI|UST|USDD|USDJ|USTC)/.*",
            // FAN Tokens
            "(ACM|AFA|ALA|ALL|ALPINE|APL|ASR|ATM|BAR|CAI|CITY|FOR|GAL|GOZ|IBFK|JUV|LEG|LOCK-1|NAVI|NMR|NOV|OG|PFL|PORTO|PSG|ROUSH|STV|TH|TRA|UCH|UFC|YBO)/.*",
            // Other Coins
            "(1EARTH|ILA|MEM|AMPL|BOBA|CWAR|OMG|XYM|POLX|CARR|SKEY|KLV|KRL|KOK|DMTR|CHMB|CPOOL|MLS|RBS|SRBS|XDB)/.*"
        ]
    },
    "pairlists": [{
            "method": "VolumePairList",
            "number_assets": 100,
            "sort_key": "quoteVolume",
            "refresh_period": 1800
        },
        { "method": "AgeFilter", "min_days_listed": 30 },
        {
            "method": "RangeStabilityFilter",
            "lookback_days": 3,
            "min_rate_of_change": 0.03,
            "refresh_period": 1800
        },
        {
            "method": "VolatilityFilter",
            "lookback_days": 3,
            "min_volatility": 0.01,
            "max_volatility": 0.75,
            "refresh_period": 43200
        },
        {
            "method": "VolumePairList",
            "number_assets": 70,
            "sort_key": "quoteVolume"
        },
        { "method": "ShuffleFilter" }
    ],
    "edge": {
        "enabled": false,
        "process_throttle_secs": 3600,
        "calculate_since_number_of_days": 7,
        "allowed_risk": 0.01,
        "stoploss_range_min": -0.01,
        "stoploss_range_max": -0.1,
        "stoploss_range_step": -0.01,
        "minimum_winrate": 0.60,
        "minimum_expectancy": 0.20,
        "min_trade_number": 10,
        "max_trade_duration_minute": 1440,
        "remove_pumps": false
    }

Other strategies does give entry and exit signals. For example shouldn't be some entry points here : image

and here

image

Thank you very much

iterativv commented 2 years ago

Hi. Yes, it's based on current conditions too. The truth is, right now is very strict. But patience, it will open trades.

Also, there is a new version planned, and yes going to trade a lot more. With minimal risk.

Mohammad699 commented 2 years ago

Hi. Yes, it's based on current conditions too. The truth is, right now is very strict. But patience, it will open trades.

Also, there is a new version planned, and yes going to trade a lot more. With minimal risk.

Ok thank you, waiting for the new version.

jotacor commented 2 years ago

It happens the same to me with exactly the same configuration on dry-run with Kucoin. Even with the updated strategy v11.1.185 from this morning (FYI).

c0dehunter commented 2 years ago

@ssoruf I'm not sure if this matters but your entry_pricing and exit_pricing differ from proposed example config here: https://github.com/iterativv/NostalgiaForInfinity/blob/main/configs/exampleconfig.json

iterativv commented 10 months ago

This is too old already. If there are still issue, please, don't hesitate to open a new issue.