logo
Freqtrade
New config
Initializing search
    GitHub
    GitHub
    • Home
    • Quickstart with Docker
      • Linux/MacOS/Raspberry
      • Windows
    • Freqtrade Basics
    • Configuration
    • Strategy Quickstart
    • Strategy Customization
    • Strategy Callbacks
    • Stoploss
    • Plugins
    • Start the bot
      • Telegram
      • freqUI
      • REST API
      • Web Hook
    • Data Downloading
    • Backtesting
    • Hyperopt
      • Introduction
      • Configuration
      • Parameter table
      • Feature engineering
      • Running FreqAI
      • Reinforcement Learning
      • Developer guide
    • Short / Leverage
    • Utility Sub-commands
    • Plotting
    • Exchange-specific Notes
      • Jupyter Notebooks
      • Strategy analysis
      • Backtest analysis
      • Advanced Post-installation Tasks
      • Trade Object
      • Lookahead analysis
      • Recursive analysis
      • Advanced Strategy
      • Advanced Hyperopt
      • Orderflow
      • Producer/Consumer mode
      • SQL Cheat-sheet
      • Edge Positioning
    • FAQ
    • Strategy migration
    • Updating Freqtrade
    • Deprecated Features
    • Contributors Guide

    New config

    usage: freqtrade new-config [-h] [-c PATH]
    
    options:
      -h, --help            show this help message and exit
      -c PATH, --config PATH
                            Specify configuration file (default:
                            `userdir/config.json` or `config.json` whichever
                            exists). Multiple --config options may be used. Can be
                            set to `-` to read config from stdin.
    
    Made with Material for MkDocs