abayomi185 / simple-pump-and-dump-bot

Simple pump-and-dump bot for Binance and Kucoin Cryptocurrency Exchange
Apache License 2.0
78 stars 21 forks source link

Too small amount #32

Open calamarcus opened 3 years ago

calamarcus commented 3 years ago

255 in account and tried 0.01 as amount to buy.

{ code: '300000', msg: 'Order size invalid.' } (node:18092) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'orderId' of undefined at KucoinBot.getSellOrderDetails (file:///C:/Users/Marcus/simple-pump-and-dump-bot/node_wip/src/bot-kucoin.js:211:31)

might need some kind of check at bot init?

abayomi185 commented 3 years ago

I've just checked the app and there doesn't seem a lower limit. Do you know what the limit is or would it be better to fix it at 10 USDT?

Another issue may be with different coin pairs. They might have different quantity limits.

It should be possible to get the limit from the exchange but I haven't looked into it yet

calamarcus commented 3 years ago

Yes minimum would probably be sufficient.

// Marcus

22 maj 2021 kl. 20:28 skrev Yomi Ikuru @.***>:

 I've just checked the app and there doesn't seem a lower limit. Do you know what the limit is or would it be better to fix it at 10 USDT?

Another issue may be with different coin pairs. They might have different quantity limits.

It should be possible to the the limit from the exchange but I haven't looked into it yet

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.