Share the code used to find the error/mistake
Posts made by amrutjk
-
RE: Historical API returns JUN contract when JUL month is expectedposted in Python SDK
-
RE: WebSocket Not returning any Tickposted in C#/.Net SDK
@Moderator_3
You are sending Python script in C# section ?? -
RE: AB1050 Invalid TOTP while connect.GenerateSessionposted in C#/.Net SDK
@Moderator_3 Never mind...sorted out the issue as it was with the code but the error pointed in different direction.
-
RE: AB1050 Invalid TOTP while connect.GenerateSessionposted in C#/.Net SDK
@fcoder Thanks for the library. I am facing the same issue ..."Client is blocked for trading". I am able to trade normally(manually) and also using another library, able to connect to my account.

-
RE: Dot Net Core SMART API Client Avaialbleposted in C#/.Net SDK
Thanks for the library. The standard DLL from Angle doesn't have the functionality to pass TOTP. Your library solved this issue. I am a new bee. How to use it to place orders ? I am able to connect to my profile, get historic data and Web Socket streaming.
-
Connect/Login using TOTPposted in C#/.Net SDK
I am struggling with the new TOTP ...unable to connect. Can someone help with basic code ?
SmartApi connect = new SmartApi(api_key, JWTToken, RefreshToken); OutputBaseClass obj = new OutputBaseClass(); //Login by client code and password......... old code obj = connect.GenerateSession(Client_code, Password); //Login by client code and password .....new code ?? how //obj = connect.GenerateSession(Client_code, Password, totp);how to get the totp and pass it to GenerateSession ?
-
RE: how should I get the RSI during LIVE data feed.posted in C#/.Net SDK
Try this library for indicators. You need to pass on the historic data.
Can yo help me with the basic code to obtain the historic data ? I am struggling with the new TOTP ...unable to connect. hope you can help me. -
RE: The token is invalidposted in C#/.Net SDK
@shivdasb1996
Can someone share the updated method to use TOtp?
GetTotp();
//Login by client code and password
obj = connect.GenerateSession(Client_code, Password, Totp);GenerateSession method accepts only 2 parameters. How to pass totp ?
-
RE: The token is invalidposted in C#/.Net SDK
@Nichil72
hi, how are you managing to login with SDK not yet released for C#/Net.
Are using an external library ? Can you share your method/code? GenerateSession accepts only 2 parameters. I see a third one in your code (GetTotp())
thanks for the help.