This commit is contained in:
27942
2025-12-23 14:35:58 +08:00
parent be27616e3e
commit c3c506cbd1

View File

@@ -966,13 +966,13 @@ if __name__ == '__main__':
tge_id=196495, # TGE浏览器ID
trading_url="https://derivatives.bitmart.com/zh-CN/futures/ETHUSDT",
spread_percent=0.01, # 0.01%价差
order_size_usdt=10.0, # 每单10 USDT
max_position_usdt=100.0, # 最大持仓100 USDT
order_size_usdt=2.0, # 每单10 USDT
max_position_usdt=30.0, # 最大持仓100 USDT
order_refresh_interval=2.0, # 2秒刷新一次
order_timeout=60.0, # 60秒超时
max_daily_loss=50.0, # 每日最大亏损50 USDT
max_daily_trades=1000, # 每日最大1000笔
leverage="100",
leverage="10",
open_type="cross"
)