Home

built-in functions

¶abs 어떤 숫자를 입력으로 받았을 때 그, 숫자의 절대값을 돌려줌. ¶all all(x) 반복 가능한(iterable) 자료형 x를 입력 인수로 받아 이 x가 모두 참이면 True, 거짓이 하나라도 있으면 False를 리턴. ¶any any(x) x 중 하나라도 참이 있을 경우 True를 리턴, x가 모두 거짓일 경우 False를 리턴, all(x)의

kiwoom TR and FID

¶TR ¶opw00001 예수금 정보를 얻을 수 있음. ¶opw00018 잔고 및 보유종목 현황에 관련된 대부분의 데이터를 얻을 수 있음. 예수금 정보는 얻을 수 없음. ¶opt10001 주식 기본 정보 요청 시가, 고가, 저가, 상한가, 하한가, 현재가, 거래량 ¶opt10081 일봉 데이터를 요청 ¶FID ¶Link 파이썬으로 배우는 알고리즘 트레이딩

OpenAPI+ basic API

¶Open API+ 로그인하기 파이썬에서 OpenAPI+를 사용하려면 PyQt를 사용하는 것이 가장 편리한 방법. 전체코드1234567891011121314151617181920212223242526272829303132333435import sysfrom PyQt5.QtWidgets import *from PyQt5.QtGui import *from Py

Kiwoom method

¶CommConnect CommConnect 메서드는 인자를 갖지 않으며 반환 값을 통해 로그인 성공 여부를 확인. 1self.kiwoom.dynamicCall("CommConnect()") ¶CommRqData TR을 서버로 송신 ¶GetConnectState 현재 접속 상태를 반환하는 메서드 메서드의 리턴 값을 확인함으로 서버 접속 상태를 확인 가

python trading system

개발 1일차 개발 2일차 개발 3일차 개발 4일차 ¶요구 사항 Anaconda - Python 3.5 32 bit Pycharm IDE는 항상 관리자 권한으로 실행. 키움증권 계좌 개설 키움증권 OpenAPI+ 신청 OpenAPI+ 모듈 Microsoft Visual C++ 2010 SP1 재배포 가능 패키지(x86) ¶사전 작업 Anaconda 32

hexo tag plugins test

¶Plain blockquote. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem. ¶Quote from a book Do not just seek happiness for yourself. David LevithanWide Awake ¶Quote from Twitter NEW: DevDocs now comes with syntax highlighting. http://devdocs.io @DevDocstwitter.com/devdocs/status/356095192085962752 ¶Quote from an article on the web Every interaction is both precious and an opportunity to delight. Seth GodinWelcome to Island Marketing ¶Code Block for loop12for i in abc: print(i) ¶A plain code block 1alert('Hello World!'); ¶Sepcifying the language 1[rectangle setX: 10 y: 10 width: 20 height: 20]; ¶Adding a caption to the code blcok Array.map1array.map(callback[, thisArg]) ¶Adding a caption and a URL _.compactUnderscore.js12_.compact([0, 1, false, 2, '', 3]);=> [1, 2, 3] ¶Pull Quote content ¶Post Excerpt Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. ¶Quic