Rex Fan

Results 7 issues of Rex Fan

OKExchange is already at[ api v5 version](https://www.okx.com/docs-v5/en/#overview), at the same time, ccxt.net is at V1 version. When can users expect the OKExchange API v5 support? ![OEXV5APISupport](https://user-images.githubusercontent.com/18358791/182005408-ecaafd6f-28d9-47c6-8918-855054b1b05c.png)

enhancement

"satisfying service." compound score: 0.4588 "No one shows up." compound score: -0.296 "Not bad" compound score: -0.5423 "Not bad" should be neutral or good, but treated as negative. ![2021-06-13 20_32_01-F__SmsAssist...

![WeChat Screenshot_20230520200138](https://github.com/NVentimiglia/TDAmeritrade.DotNetCore/assets/18358791/9d258eeb-6907-4842-9748-18b4f2bff699) After the click of the "PostAccessToken", the system login in. The question is how to renew the token to keep login after the token's expiration.

Flurl.Http.FlurlHttpException: Call failed with status code 500 (Cannot find server.): GET https://fc.yahoo.com ![image](https://github.com/karlwancl/YahooFinanceApi/assets/18358791/e03b928a-55cc-4108-b8c0-69c854675c9d) Code ``` [TestMethod] public async Task GetDailyData_Should_Work() { // 设置时间范围(过去1年) var toDate = DateTime.UtcNow; var fromDate =...

How to Get List of Available Symbols?

1 Added the project title 2 Added the function interfaces for RequestOpenOrders() and GetCompleteOrdersAsync() 3 Changed PlaceOrder() to Async()

How to implement the below function points? 1 List GetOpeningOrders(string symbol, startDt, endDt = DateTime.Now) 2 Order CancelOrder(int orderId), GetCanceledOrders() 3 List GetCompletedOrders(startDt, endDt = DateTime.Now) 4 List GetSymbols(int number...