I am using Alertatron to send manual alerts to bybit testnet exchange. I am getting the following error log. Please let me know what the issue is
======error start==
[v283, bybit, jothibybit, EOSUSD] ::: market(side=buy, amount=1); Script market v1.0.0, by Alertatron using buy offset of 0 from 2.884 (current price) --> 2.884 [bybit, jothibybit, EOSUSD] Executing market order to buy 1. Not enough margin to cover order that size [post /v2/private/order/create] - status code: 30031 Session 40b71524 has no more commands to process on bybit (jothibybit), EOSUSD - waiting for background processes... bybit : jothibybit : No active background processes for EOSUSD. Done. Session 40b71524 finished waiting for related background tasks Request to close exchange connection bybit, jothibybit. Not being used any more. Bybit closed Bot entering idle state - updating to latest release. ===end log
my code
jothibybit(EOSUSD){
exchangeSettings(leverage=cross);
cancel(which=all);
market(side=buy, amount=1);
}
#bot