반응형
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
- PANDAS
- math
- dataframe
- PySpark
- Excel
- GIT
- hive
- gas
- Google Excel
- Github
- SQL
- Python
- Tkinter
- matplotlib
- list
- c#
- Google Spreadsheet
- django
- Mac
- PostgreSQL
- Kotlin
- Java
- Apache
- google apps script
- numpy
- array
- 파이썬
- string
- Redshift
Archives
- Today
- Total
목록매수 주문 (1)
달나라 노트
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/wdMi3/btruqFAbHgZ/Tv1gfwtS3X3FX0LLAFqI01/img.png)
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