Bitcoin Futures Trading Automated Trading System (Author Direct Lecture)
We will teach you an automated Bitcoin futures trading technique that can help you make profits even in a bear market.

News
4 articles
Added defensive code to the following program to prevent errors.
2.4.robobytes_ rev.py
3.4.robobytes_ macd.py
4.4.robobytes_ bb.py
Also, fixed an error in the get_stochRSI function in the calc_ indicators.py program.
You can download the revised program by re-downloading the lecture files.
thank you
There has been a change in Binance API.
I modified the binance_f/model/ balance.py file.
Variable:withdrawAvailable -> availableBalance
Download the program: https://github.com/multicore-it/robobytes/blob/main/Binance_Futures_python-master.zip
The Binance Open API policy has been changed as follows, so we have modified the program.
binance_f\impl\restapirequestimpl.py
The following endpoints will no longer be supported from 2023-07-15:
GET /fapi/v1/accountGET /fapi/v1/balanceGET /fapi/v1/positionRisk
Please switch to corresponding v2 endpoints:
GET /fapi/v2/accountGET /fapi/v2/balanceGET /fapi/v2/positionRisk
I uploaded the file to the following site.
https://github.com/multicore-it/robobytes/blob/main/Binance_Futures_python-master.zip
I've uploaded the code separately because official support has been discontinued.
please refer to this.
https://github.com/multicore-it/robobytes/blob/main/Binance_Futures_python-master.zip

