@admin Solved the problem of Tick data.
S
Latest posts made by ssamirr.123
-
RE: Tick data problem
@admin i have run program and generated access token than run next script like getaltpdata of nse sbi but single line print ohlc and continue errors like above screenshot. so, please help and share tick data code.
-
Tick data problem
Re: [Python Streaming Tick Data Problem.]
please anybody solve this problem. Help me. -
RE: Invalid totp
import { totp } from 'otplib'; const generateTOTP = () => { const totpCode = totp.generate("HPM2L5H2NN4REGW36VDUK6BTIU"); return totpCode; }
this is my code this always gives me inval totp
-
RE: Dial TCP i/o timeout error
@devendrav I know it is a year old question but I faced the same issue. The GoSDK uses gorilla websocket which is not useful for websockets on Angel One. It needs another kind of socket. So, there is basic flaw in the SDK.