-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
The bot starts correctly :
Reading config file 'bot.cfg'
--------------------------------------------------------------------------------
Address : (WALLET)
Amount Asset ID : WAVES
Price Asset ID : 8LQW8f7P5d5PZM7GtZEBgaqRPGSzS3DfPuiXrURJ4AJS
--------------------------------------------------------------------------------
Cancelling open orders...
Deleting order history...
Then it loops with the following error :
[ERROR] Order Rejected - The order is invalid: price should be > 0
This is the config :
[main]
node = http://nodes.wavesnodes.com
network = mainnet
matcher = http://matcher.wavesnodes.com
order_fee = 300000
order_lifetime = 900
[account]
private_key = (...)
[market]
amount_asset = WAVES
price_asset = 8LQW8f7P5d5PZM7GtZEBgaqRPGSzS3DfPuiXrURJ4AJS
[grid]
interval = 0.005
tranche_size = 200000000
grid_levels = 10
base = last
flexibility = 20
type = symmetric
[logging]
logfile = bot.log
Metadata
Metadata
Assignees
Labels
No labels