공생가능한가?
QuantConnect 튜토리얼을 통해 파헤쳐보자! ( 유료다..)
[github.com/QuantConnect/Lean/issues/3793]
자료에 따르면, CCXT가 공통 api를 만들어 130여개 암호화폐 거래소에 접근할 수 있다고 한다.
QuantConnect가 지원하지 않는 암호화폐 거래소는 QuantConnect의 개발가이드에 맞게 개발해서 써야 함. *LEAN 패키지 설치하면 내 개발환경에서 사용가능함.
- [설치방법] https://link.medium.com/yVWggKmHLdb
- 바이낸스 거래소 연결 개발됨(2020.Oct.Notice)
https://www.quantconnect.com/blog/release-notes-v9194-v9449/
- [암호화폐 알고트레이딩 적용예제]
*QuantConnect가 지원하는 거래소 6개정도됨
https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/BasicTemplateCryptoAlgorithm.py
- [암호화폐 알고트레이딩 커스텀예제]
데이터 송수신api만 바꾸면 사용가능할 듯...
https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/CustomDataBitcoinAlgorithm.py
☆(첨부)찾다보니 발견한 블로그 글
[www.ddengle.com/develop/6670619]
퀀트를 하려는 사람들이 봐야하는 가장 기본적인 내용!
- HFT는 c++만 함. python으로 안함.
분석툴
- R has tons of resources that you can make use of in order to learn how to build a strategy. My favorite blog covering the topic is: QuantStratTradeR run by Ilya Kipnis.
- Microsoft Excel is most likely where you will start if you don’t have programming experience.
Excel for semi-automated trading but it’s not going to do the trick when it comes to building the full technology stack.
'Trading > PythonForFinance' 카테고리의 다른 글
ALT - 암호화폐 / 트레이딩하기1(바이낸스) (0) | 2021.01.18 |
---|---|
ALT - 암호화폐 / 트레이딩하기1 (업비트) (0) | 2021.01.15 |
data wrangling - REST API 사용하기 (0) | 2021.01.11 |
ALT - 암호화폐 / 트레이딩하기1 (0) | 2021.01.08 |
ALT - Are technical indicators helpful? (2) (0) | 2021.01.07 |