-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter failure MIN_NOTIONAL when selling #180
Comments
Can you share your configuration file? |
Yeah sure, this is my config {
"KEYS": {
"API": "",
"SECRET": ""
},
"INVESTMENT": {
"BTC": {
"MIN": 0.00072,
"MAX": 0.00112,
"STEP": 0.0002
}
},
"SCANNING": {
"DEPTH": 10,
"WHITELIST": []
},
"EXECUTION": {
"ENABLED": true,
"CAP": 0,
"STRATEGY": "linear",
"TEMPLATE": ["BUY", "SELL", "SELL"],
"FEE": 0.075,
"THRESHOLD": {
"PROFIT": 1.5,
"AGE": 1000
}
},
"HUD": {
"ENABLED": false,
"ROWS": 3,
"REFRESH_RATE": 500
},
"LOG": {
"LEVEL": "debug",
"PRETTY_PRINT": true,
"STATUS_UPDATE_INTERVAL": 2
},
"WEBSOCKET": {
"BUNDLE_SIZE": 4,
"INITIALIZATION_INTERVAL": 200
},
"BINANCE_OPTIONS": {
"useServerTime": true
}
} I found some things related to this topic |
I don't know much about coding but the only thing I can see is that Do you need min max step values for all other currencies ie BTC-IDEX-BNB, for IDEX and BNB? |
I have a Filter failure
MIN_NOTIONAL
when i try to sell.For example:
Do I have to increase my
INVESTMENT.[].MIN
to avoid this error?The text was updated successfully, but these errors were encountered: