覆盖费用¶
默认情况下,Hummingbot 使用交易所的默认费用。但是,如果您处于 VIP 等级并获得费用折扣,则可以通过编辑 conf
或 hummingbot_conf
目录中的 conf_fee_overrides.yml
来覆盖此设置,具体取决于您的安装方式。
- 从源码安装:
hummingbot/conf
- 通过 Docker 安装:
hummingbot_files/hummingbot_conf
hummingbot_files
是父目录的默认名称。这可能会因实例创建时的设置而有所不同。- 通过二进制文件安装(Windows):
%localappdata%\hummingbot.io\Hummingbot\conf
- 通过二进制文件安装(MacOS):
~/Library/Application\ Support/Hummingbot/Conf
注意
退出并重新启动 Hummingbot 以使更改生效。