๋นํธ์ฝ์ธ ์ ๋ฌผ๊ฑฐ๋ ์๋๋งค๋งค ์์คํ (์ ์์ง๊ฐ)
ํ๋ฝ์ฅ์๋ ์์ต์ ๊ฑฐ๋ ์ ์๋ ๋นํธ์ฝ์ธ ์ ๋ฌผ ์๋ ๋งค๋งค ๊ธฐ๋ฒ์ ์๋ ค๋๋ฆฝ๋๋ค.
์๊ฐ์ 200๋ช
๋์ด๋ ์ด๊ธ
์๊ฐ๊ธฐํ ๋ฌด์ ํ

๋ค์ ํ๋ก๊ทธ๋จ์ ์ค๋ฅ ๋ฐฉ์ง๋ฅผ ์ํ ๋ฐฉ์ด ์ฝ๋๋ฅผ ์ถ๊ฐํ์ต๋๋ค.
1.5.robobytes_trend.py
2.4.robobytes_rev.py
3.4.robobytes_macd.py
4.4.robobytes_bb.py
๋ํ, calc_indicators.py ํ๋ก๊ทธ๋จ์ get_stochRSI ํจ์์ ์ค๋ฅ๋ฅผ ์์ ํ์ต๋๋ค.
์์ ๋ ํ๋ก๊ทธ๋จ์ ๊ฐ์ ํ์ผ์ ๋ค์ ๋ค์ด๋ก๋ ๋ฐ์ผ์๋ฉด ๋ฉ๋๋ค.
๊ฐ์ฌํฉ๋๋ค.
๋ฐ์ด๋ธ์ค API ์์ ์ด ๋ฐ์ํด์
binance_f/model/balance.py ํ์ผ ์์ ํ์ต๋๋ค.
๋ณ์:withdrawAvailable -> availableBalance
ํ๋ก๊ทธ๋จ ๋ค์ด๋ก๋: https://github.com/multicore-it/robobytes/blob/main/Binance_Futures_python-master.zip
๋ฐ์ด๋ธ์ค 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






