bmino / binance-triangle-arbitrage

Detect in-market cryptocurrency arbitrage
MIT License
1.07k stars 337 forks source link

ERROR: Filter failure: MIN_NOTIONAL #144

Closed ktanadkarn closed 3 years ago

ktanadkarn commented 3 years ago

Hi, I got ERROR: Filter failure: MIN_NOTIONAL in execution.log. Can you explain what does it mean?

Thank you.

[3/25/2021, 4:17:39 PM] INFO: -------------------------------------------------- [3/25/2021, 4:20:12 PM] INFO: Initialized [3/25/2021, 4:29:43 PM] INFO: Attempting to execute USDT-HOT-BNB with an age of 54 ms and expected profit of 0.7147% [3/25/2021, 4:29:43 PM] INFO: Buying 716 HOTUSDT @ market price [3/25/2021, 4:29:43 PM] ERROR: Filter failure: MIN_NOTIONAL [3/25/2021, 4:29:52 PM] INFO: Attempting to execute USDT-ATM-BTC with an age of 75 ms and expected profit of 0.5603% [3/25/2021, 4:29:52 PM] INFO: Buying 0.843 ATMUSDT @ market price [3/25/2021, 4:29:52 PM] ERROR: Filter failure: MIN_NOTIONAL

bmino commented 3 years ago

Every ticker has a minimum amount that can be placed in a buy or sell order. Quantities below that will trigger the a MIN_NOTIONAL error. Increase your INVESTMENT.MIN configuration

ktanadkarn commented 3 years ago

Okay, I will try. Thank you.