반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- array
- Github
- PostgreSQL
- Tkinter
- c#
- hive
- GIT
- string
- Redshift
- matplotlib
- Apache
- 파이썬
- math
- numpy
- list
- google apps script
- Excel
- Google Spreadsheet
- Google Excel
- Java
- dataframe
- gas
- SQL
- Python
- PANDAS
- Mac
- django
- PySpark
- Kotlin
Archives
- Today
- Total
목록시장가 매도 (1)
달나라 노트
Python Upbit : buy_market_order, sell_market_order (시장가 주문, 시장가 매수, 시장가 매도)
buy_market_order -> 시장가에 코인 매수 sell_market_order -> 시장가에 코인 매도 Syntax buy_market_order(ticker='KRW-ETH', price=100000) ticker = 시장가에 매수할 ticker price = 매수할 양(얼마치를 매수할지) (KRW-ETH를 시장가에 100000원어치 매수한다는 예시입니다.) sell_market_order(ticker='KRW-ETH', volume=1.5) ticker = 시장가에 매도할 ticker volume = 시장가에 매도할 개수 (KRW-ETH를 1.5개 시장가에 매도한다는 예시입니다.) import pyupbit as ub access_key = 'access_key' secret_key = 's..
Python/Python ETC
2022. 2. 27. 02:02