logo
Freqtrade
Create userdir
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

    Create userdir

    usage: freqtrade create-userdir [-h] [--userdir PATH] [--reset]
    
    options:
      -h, --help            show this help message and exit
      --userdir PATH, --user-data-dir PATH
                            Path to userdata directory.
      --reset               Reset sample files to their original state.
    
    Made with Material for MkDocs