☰
Login
Signup
Home
›
Search
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
ATR Trailing Stop loss Strategy Python
by
gsx_3013
·
September 21
#data
['ATR'] = data['High'].diff().abs().rolling(window=atr_period).mean()
Too many request error
by
Unbreakable
·
January 10
<br />time.sleep(1)<br />
#data
.set_index("date",inplace=True)<br />return data<br />testdate = dt.datetime(2024, 1, 5)<br />Test_Token = df[df.tradings
Running code into Google cloude VM
by
saurabh123
·
March 2023
trd_portfolio = [738561 , 5633]
#data
in int list..
kiteconnect.exceptions.TokenException: Token is invalid or has expired
by
Naga
·
April 2022
#data
= kite.generate_session(req_tocken, api_secret=Jfile['Api_Secret'])
Historical Data More then 100 days
by
Shaileshkumar
·
January 2022
#data
= kite.historical_data(instrument_token, from_date,'6-1-2021', interval, continuous= continuous, oi= oi)
No ATM option tick feed from websocket for couple of minutes.
by
aditya_chauhan
·
June 2021
name_file_to_be_read="Data_collection"
#data
will be stored in this file
Is there any issue today, getting error : Connection error 1006
by
vaishali
·
August 2020
#data
= kite.generate_session(request_tkn, api_secret=api_s)
kiteconnect.ticker:Connection error: 1006 - connection was closed uncleanly (None)
by
gosaimansukhgar
·
June 2020
#data
= kite.generate_session( request_token, api_secret=api_secret)
Getting wrong historical data
by
shivamkr_jaiswal
·
June 2020
#data
.set_index('date', inplace=True)
Error while downloading historical data
by
Akshay15
·
December 2019
#data
= kite.generate_session(request_token,api_secret=asecret)
Threading module not working on Ubuntu .
by
naz
·
December 2018
#data
= kite.generate_session("request_token_here", api_secret="your_secret")
Getting error : Connection error: 1006 - connection was closed uncleanly (None)
by
sagarneo
·
November 2018
columns=df_cols, index=[])
#data
frame definition<br />tradedic = {3050241:"YESBANK",895745:"TATASTEEL",1887745:"STAR",77
Websocket some token in the subscription list unsubscribe on its own
by
Rishant
·
December 2017
)<br />
#data
= {738561:{'last_price':[],'timeStamp':[]}}<br />
#data
_instrument_token.set_index('timeStamp')<br />ltpDict = {134657:0, 1629185:0, 895745:0, 3924993:0, 348929:0, 75852
websocket errors - not reconnecting
by
Rishant
·
December 2017
)<br />
#data
= {738561:{'last_price':[],'timeStamp':[]}}<br />
#data
_instrument_token.set_index('timeStamp')<br />ltpDict = {134657:0, 1629185:0, 895745:0, 3924993:0, 348929:0, 75852
Getting No Data When I am putting Websocket code in Python class
by
sudheer1990
·
July 2016
#data
_dict = tick[0]
Next