# NostalgiaForInfinity **Repository Path**: ddh-open/NostalgiaForInfinity ## Basic Information - **Project Name**: NostalgiaForInfinity - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: feature/partial-exits - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-29 - **Last Updated**: 2024-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NostalgiaForInfinity Trading strategy for the [Freqtrade](https://www.freqtrade.io) crypto bot. For backtesting results, check out the comments in the individual [commit](https://github.com/iterativv/NostalgiaForInfinity/commits/main) page. ## Clone The Repository If you plan to only clone the repository to use the strategy, a regular ``git clone`` will do. However, if you plan on running additional strategies or run the test suite, you need to clone the repository and it's submodules. ### Newer versions of Git ```bash git clone --recurse-submodules https://github.com/iterativv/NostalgiaForInfinity.git checkout-path ``` ### Older versions of Git ```bash git clone --recursive https://github.com/iterativv/NostalgiaForInfinity.git checkout-path ``` ### Existing Checkouts ``` git submodule update --remote --checkout ``` ## Change strategy Add strategies to the [user_data/strategies](user_data/strategies) folder and also in the [docker-compose.yml](docker-compose.yml) file at `strategy-list` add your strategy in the list. [Additional Information : NFINext is a older strategy on 5m tf , NFI-NG is a 15m tf stategy abandoned mid development , NFIX is the currently developed strategy (a rework of NG on 5m tf)] ## General Recommendations For optimal performance, suggested to use between 4 and 6 open trades, with unlimited stake. A pairlist with 40 to 80 pairs. Volume pairlist works well. Prefer stable coin (USDT, BUSD etc) pairs, instead of BTC or ETH pairs. Highly recommended to blacklist leveraged tokens (*BULL, *BEAR, *UP, *DOWN etc). Ensure that you don't override any variables in you config.json. Especially the timeframe (must be 5m). * `use_sell_signal` must set to true (or not set at all). * `sell_profit_only` must set to false (or not set at all). * `ignore_roi_if_buy_signal` must set to true (or not set at all). ## Donations Absolutely not required. However, will be accepted as a token of appreciation. * BTC: `bc1qvflsvddkmxh7eqhc4jyu5z5k6xcw3ay8jl49sk` * ETH (ERC20): `0x83D3cFb8001BDC5d2211cBeBB8cB3461E5f7Ec91` * BEP20/BSC (USDT, ETH, BNB, ...): `0x86A0B21a20b39d16424B7c8003E4A7e12d78ABEe` * TRC20/TRON (USDT, TRON, ...): `TTAa9MX6zMLXNgWMhg7tkNormVHWCoq8Xk` * Patreon : https://www.patreon.com/iterativ ### Referral Links If you like to help, you can also use the following links to sign up to various exchanges: * Binance: https://accounts.binance.com/en/register?ref=EAZC47FM (5% discount on fees) * Kucoin: https://www.kucoin.com/r/af/QBSSSPYV (5% discount on trading fees) * Gate.io: https://www.gate.io/signup/8054544 (10% discount on trading fees) * FTX: https://ftx.com/eu/profile#a=100178030 (5% discount on trading fees) * OKX: https://www.okx.com/join/11749725760 (5% discount on trading fees) * ByBit: https://partner.bybit.com/b/nfi * Huobi: https://www.huobi.com/en-us/topic/double-reward/?invite_code=ubpt2223 * Bitvavo: https://account.bitvavo.com/create?a=D22103A4BC (no fees for the first € 1000) ### Discord Link This is where we chat, hangout and contribute as a community * [Discord](https://discord.gg/DeAmv3btxQ)