This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
hitbtc doesn't submit trades #2172
Comments
A small update after scrolling trough the output of the last day:
|
After changing the trading pair to ETH-USDT it's working! Yay 😁 Thanks for maintaining this repo! ⭐ |
Hello, {
"asset": "BTC",
"currency": "USD",
"min_size": 0.001,
"increment": "0.00001",
"label": "BTC/USD"
} Value from https://api.hitbtc.com/api/2/public/symbol/BTCUSD {
"id":"BTCUSD",
"baseCurrency":"BTC",
"quoteCurrency":"USD",
"quantityIncrement":"0.00001",
"tickSize":"0.01",
"takeLiquidityRate":"0.002",
"provideLiquidityRate":"0.001",
"feeCurrency":"USD"
} Now it work correctly |
This was referenced Sep 12, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System information
./zenbot.sh trade --paper hitbitc.BTC-USDT
Describe the problem
First of all, I'm aware there is a similiar open issue (#699), but since it wasn't updated in the last years I decided to open a new one.
After a successful installation everything seemed to work fine.
backfill
,sim
and Web-UI are all working.BUT:
In
trade
mode zenbot doesn't execute automatic orders, manual orders are only executed with--paper
option. It's running now for several hours and insim
mode there were some trades in that time range.Source code / Error logs
Not sure what could be helpful, so just write me and I'll provide logs and stuff.
Debug mode gave me no output.
The text was updated successfully, but these errors were encountered: