@rajanprabu same here now. any solution??
sajy
@sajy
Best posts made by sajy
Latest posts made by sajy
-
live data feed on websocket2
is there any one getting live data in python thru smartwebsocket2?
i have tried to put token =3045 in parse_binary _data and changed
def _parse_token_value(binary_packet):
token = ""for i in range(len(binary_packet)): if binary_packet[i] == b'\x00': print(binary_packet) return token token += binary_packet[i].encode("UTF-8") print(token) return token
but result i get is
In on pong function==> b'\x00'
In on pong function==> b'\x00'
In on pong function==> b'\x00'any help will be highly appriciated
-
RE: unable to log in J46494
@admin now waas able to start my api journey due to your ready code. the above problem happened purhaps i was trying publisher api log in,-- while i had created trading api. problem solved for now. Thanks
-
unable to log in J46494
Re: unable to log in.
when i tried to log in no response comes. only one circile rotates and goes off. -
RE: Instrument master fields interpretation
@admin can paise value be two digit after dot or 6 digit after dot? as admin are you convinced of reply from coding team?? ask coding team to accept error and not fool around.ask them to code placing only two digit after dot seperator.the coding needs to be corrected. we are not fools.
google --How do I fix decimal places in Python?
-
RE: Instrument master fields interpretation
@admin it seems since admin is generally non coder he cant understand problem faced in coding.
-
RE: FAQ: Smart API
@rajanprabu
ading to above i can say inodin there was data feed available as: toexcel.
this is same.
but additional features are you can legally place order thru algo.and get other data from angel server.like open position, trade book.
one has to pay extra to people like tradetron.
or you can get front end done by some one like streamlit, backtrader, open source python library.its all about machine algo trading. fast and furious!!!