kminito / systrader

파이썬을 이용한 자동 주식투자 시스템

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

개발 환경

  • Anaconda Python 3.5+ x86

키움증권 환경 설치

  • Kiwoom Open API 설치
  • MS Visual C++ 2010 x86 설치 (mfc100.dll 에러 해결)
  • MS Visual C++ 2012 x86 설치
  • KOA Studio 실행

크레온 환경 설치

conda install -c anaconda python=3.8.2
conda install -c anaconda pywin32
pip install django
pip install pywinauto

pywinauto가 3.7.6, 3.8.1 등의 버전에서는 동작하지 않으므로 3.7.4, 3.8.0, 3.8.2 등 사용

문서

http://blog.quantylab.com/systrading.html

Windows Scheduler

  • 리부팅

C:\Windows\System32\shutdown.exe /r

About

파이썬을 이용한 자동 주식투자 시스템


Languages

Language:Python 89.8%Language:Jupyter Notebook 9.3%Language:Batchfile 0.9%