반응형
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 |
Tags
- Excel
- PANDAS
- gas
- Google Spreadsheet
- google apps script
- PySpark
- math
- Kotlin
- SQL
- numpy
- Apache
- list
- Google Excel
- c#
- PostgreSQL
- matplotlib
- string
- GIT
- array
- 파이썬
- Github
- Mac
- django
- Tkinter
- hive
- dataframe
- Java
- Python
- Redshift
Archives
- Today
- Total
목록sell_limit_order (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