VibeCoded a TradingBot
I recently VibeCoded a modular, capital first golang trading bot. I have had to fix a few things. It has a hardened risk management and execution manager, I usually build a calmer into it so it doesn't trade on holidays in whatever market has a bank holiday, it also doesn't trade if the market isn't conducive to trading normally implementing ATR for volitiilty, it holds if markets are sideways etc also recognises market noise, it is regime aware. I have also removed any language that may trigger regulation so it's execution only. It also paper trades. It is a Forex bot, I have other quadbrid bots that can trade crypto, Forex, commodities, equities and can rebalance and implements arbitrage and trades on multiple exchanges. This bot is the first written in golang. I'm getting there.
It also backtests
I would like to know if there is anything else short of live trading to help performance? I'm open to advice from you who are knowledgeable on this subject.
Thank you in advance!