-
After a discussion with @asnimansari, we found the need for exposing these methods from KiteTicker struct. Also this means omitting one unnecessary import `WebSocketHandler` for handlers.
-
Dear TradeViaPython Team,
Thank you so much for your content on youtube and github, I am your follower and learning a lot from you. Keep up good work!
I am having trouble while testing place_or…
-
We should not check-in this binary and figure out a better way to mock websocket.
Ref: #30
-
* Implement Order APIs to support finvasia
-
I a trying to solve this bug which is affecting the kite.ltp and kite.quote methods. I have followed this solution https://github.com/jugaad-py/jugaad-trader/issues/59#issuecomment-2141187407 but it d…
-
We placed an SL buy order below the LTP for an option and we saw that we are receiving order type as RL in the response of get orders API. Attaching screenshort for your reference.
![WhatsApp Image 2…
-
Hi,
I was trying your code to login into Kite via Python code, but it is giving me a connection refused error.
Can you guide me on this issue?
![Screenshot from 2023-04-27 12-42-19](https:…
-
## Context
I'm testing lean-cli using starter code, during backtest encounter *** PermissionError: [Errno 13] Permission denied: '/LeanCLI/__pycache__'
### Setup
```bash
# confirm login
x l…
-
DEBUG:urllib3.connectionpool:https://kite.zerodha.com:443 "POST /api/twofa HTTP/1.1" 200 42
{'status': 'success', 'data': {'profile': {}}}
Traceback (most recent call last):
File "C:\Users\jdave\…
-
Existing
```csharp
private readonly Dictionary _routes = new Dictionary
{
["parameters"] = "/parameters",
}
```
Suggested
Add to Constants.cs or Add new File Routes.cs
```csharp
…