Skip to article frontmatterSkip to article content
用法: freqtrade [-h] [-V]
                 {trade,create-userdir,new-config,show-config,new-strategy,download-data,convert-data,convert-trade-data,trades-to-ohlcv,list-data,backtesting,backtesting-show,backtesting-analysis,edge,hyperopt,hyperopt-list,hyperopt-show,list-exchanges,list-markets,list-pairs,list-strategies,list-hyperoptloss,list-freqaimodels,list-timeframes,show-trades,test-pairlist,convert-db,install-ui,plot-dataframe,plot-profit,webserver,strategy-updater,lookahead-analysis,recursive-analysis}
                 ...

免费、开源的加密货币交易机器人

位置参数:
  {trade,create-userdir,new-config,show-config,new-strategy,download-data,convert-data,convert-trade-data,trades-to-ohlcv,list-data,backtesting,backtesting-show,backtesting-analysis,edge,hyperopt,hyperopt-list,hyperopt-show,list-exchanges,list-markets,list-pairs,list-strategies,list-hyperoptloss,list-freqaimodels,list-timeframes,show-trades,test-pairlist,convert-db,install-ui,plot-dataframe,plot-profit,webserver,strategy-updater,lookahead-analysis,recursive-analysis}
    trade                 交易模块。
    create-userdir        创建用户数据目录。
    new-config            创建新配置。
    show-config           显示已解析的配置。
    new-strategy          创建新策略。
    download-data         下载回测数据。
    convert-data          将蜡烛图(OHLCV)数据从一种格式转换为另一种格式。
    convert-trade-data    将交易数据从一种格式转换为另一种格式。
    trades-to-ohlcv       将交易数据转换为 OHLCV 数据。
    list-data             列出已下载的数据。
    backtesting           回测模块。
    backtesting-show      显示过去的回测结果。
    backtesting-analysis  回测分析模块。
    edge                  Edge 模块。
    hyperopt              超参数优化模块。
    hyperopt-list         列出超参数优化结果。
    hyperopt-show         显示超参数优化结果的详细信息。
    list-exchanges        打印可用的交易所。
    list-markets          打印交易所上的市场。
    list-pairs            打印交易所上的交易对。
    list-strategies       打印可用的策略。
    list-hyperoptloss     打印可用的超参数优化损失函数。
    list-freqaimodels     打印可用的 freqAI 模型。
    list-timeframes       打印交易所上可用的时间周期。
    show-trades           显示交易。
    test-pairlist         测试您的交易对列表配置。
    convert-db            将数据库迁移到不同的系统。
    install-ui            安装 FreqUI。
    plot-dataframe        绘制带有指标的蜡烛图。
    plot-profit           生成显示利润的图表。
    webserver             Web 服务器模块。
    strategy-updater      将过时的策略文件更新到当前版本。
    lookahead-analysis    检查潜在的前瞻性偏差。
    recursive-analysis    检查潜在的递归公式问题。

选项:
  -h, --help            显示帮助信息并退出。
  -V, --version         显示程序版本号并退出。