Trouble-shooting cheat sheet.
API key wonât connect
Error: âInvalid key / no permissionâ on 3Commas, TradeSanta, Autoview.
Fix:
Regenerate the key.
Tick âEnable SpotâŻ&âŻMargin Tradingâ (Binance resets this every 90âŻdays).
Paste fresh key into the bot and save.
On 3Commas check My exchangesâŻââŻReconnect if status is red.
âInsufficient balance / order size too smallâ
Why: Start order below the exchange minimum or wallet split across subâaccounts.
Fix:
Raise start size: Binance needs ââŻ$11 per order.
Move funds to the trading wallet; free up margin in futures.
Webhook 400 / 401 / 500
Why: Bad JSON or missing Autoview key.
Fix: Put the
key=YOUR_KEYtext at the very start of each TradingView alert. Doubleâcheck braces.
Bot armed, but no fills
Kryll: launch date misâaligned; entry block never fires. Use Simulate Entry to test path and shift the Start block earlier.
3Commas Signal Bot: bot paused after error flag. Toggle bot OFF â ON; clear âInvalid API keyâ notice.
Backâtest looks great, live PnL stinks
You started at a different price zone than the test. Grid/DCA need the same entry level.
Fees and slippage not switched on in the tester. Add them, retest.
Double orders / overâtrading
Duplicate alerts firing on every tick. Set TradingView alert to Once Per Bar Close.
For Autoview append
&C=allbefore new entries to flush stray limits.
Rateâlimit hits (error 429)
Add a 250âŻms sleep in Python loop or cut signal frequency.
For 3Commas raise bot âmax active dealsâ throttle.
Mobile push silent
Kryll/TradeSanta/3Commas: open app, SettingsâŻââŻNotifications, flip Push, allow OS permissions.
Unexpected stop / bot crash
VPS ran out of RAM or disk. Clean logs, allocate 1âŻGB swap.
Check platform status page; restart session if the API outage is over.
Keep this sheet handy. Most firstârun headaches fall into one of these buckets. Solve them once, the next bot is plugâandâplay. Most other issues can be fixed by: reading this guide and the official guides, asking ChatGPT for help or asking an experienced programmer (in the worst case scenario).
You may not succeed right away. It's ok when you fail when you try something new for the first time. Just remember that everything is fixable.
Last updated