so I've built a Quant Agent which basically consists of three Agents one is for scouting,other is for analysing and the last is to check whether the trade is profitable or not
what scouting does is takes the realtime data of 1 bitcoin from binance and coinbase and determines the rate of 0.1 bitcoin
what analysing does is it checks whether the arbitrage is worth trading or not after the platform fees
what executing agent does is it gets the data from the analysing agent and buy and sell the trade if it is profitable
note: data used here is mock data only
here is a quick demo of what it does as of now