
お知らせ
4 件
次のプログラムにエラーを防ぐための防御コードを追加しました。
1.5.robobytes_ trend.py
2.4.robobytes_ rev.py
4.4.robobytes_ bb.py
また、calc_ indicators.pyプログラムのget_stochRSI関数のエラーを修正しました。
修正されたプログラムは講義ファイルを再ダウンロードするだけです。
ありがとうございます。
Binances API修正が発生したため
binance_f/model/ balance.pyファイルを修正しました。
変数:withdrawAvailable -> availableBalance
プログラムのダウンロード:https: //github.com/multicore-it/robobytes/blob/main/Binance_Futures_python-master.zip
Binances Open APIポリシーが次のように変更され、プログラムが修正されました。
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
次のサイトにファイルをアップロードしました。
https://github.com/multicore-it/robobytes/blob/main/Binance_Futures_python-master.zip
正式なサポートが中断されたため、コードを別々にアップロードしました。
参考にしてください。
https://github.com/multicore-it/robobytes/blob/main/Binance_Futures_python-master.zip

