반응형
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 | 29 |
30 | 31 |
Tags
- GIT
- Tkinter
- SQL
- Java
- 파이썬
- Python
- Excel
- string
- Google Spreadsheet
- c#
- array
- math
- numpy
- PostgreSQL
- hive
- gas
- Redshift
- Apache
- PySpark
- django
- Kotlin
- PANDAS
- Github
- dataframe
- matplotlib
- google apps script
- Google Excel
- Mac
- list
Archives
- Today
- Total
목록매수 주문 (1)
달나라 노트

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