Roibal / Cryptocurrency-Trading-Bots-Python-Beginner-Advance

Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python
https://www.youtube.com/channel/UCVTnyT4fUxYkvawbggo8-AQ
MIT License
1.26k stars 433 forks source link

Autotrading to excel of successful and unsuccessful trades? #43

Open zcerveny opened 4 years ago

zcerveny commented 4 years ago

I am currently on chapter 5.10 how would one interreact excel with this program? making a spreadsheet that's basically two versions a grand view and a detailed view. Grand view meaning total started with this each month in a year amounts in on each crypto and out and include losses in each pair? and then the detailed view of every trade whether or not it was successful? I havent looked into much about the ccxt dashboard on their website but this information would be useful inside the bot in my opinion. Also I'm very impressed at the quality of the straight forwardness and use of python integration keep it up.