반응형
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
- Google Spreadsheet
- Google Excel
- google apps script
- numpy
- GIT
- Redshift
- PySpark
- string
- hive
- SQL
- matplotlib
- Excel
- Apache
- 파이썬
- Tkinter
- Python
- gas
- Github
- list
- math
- django
- dataframe
- Java
- c#
- array
- PANDAS
- Kotlin
- PostgreSQL
- Mac
Archives
- Today
- Total
목록매수 주문 (1)
달나라 노트
Python Upbit : buy_limit_order, sell_limit_order, cancel_order (지정가 주문, Upbit 주문하기, 코인 구매하기, 코인 주문, 코인 구매, 매도, 매수, 매도 주문, 매수 주문, 주문 취소)
buy_limit_order method를 이용하면 코인을 지정가에 구매할 수 있습니다. sell_limit_order method를 이용하면 코인을 지정가에 판매할 수 있습니다. Syntax buy_limit_order(ticker='KRW-ETH', price=3000000, volume=0.003) ticker = 구매를 원하는 코인의 ticker price = 구매하고 싶은 가격 volume = 구매할 개수 sell_limit_order(ticker='KRW-ETH', price=3000000, volume=0.003) ticker = 판매를 원하는 코인의 ticker price = 판매하고 싶은 가격 volume = 판매할 개수 buy_limit_order, sell_limit_order met..
Python/Python ETC
2022. 2. 27. 01:30