☰
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
Calculated RSI value not match with the value displaying in kite web app
by
dinezh
·
November 2020
= np.mean( ups[:period] )
#first
value is sum of avg gains<br />ups = ups.drop(ups.index[:(period-1)])<br />downs[downs.index[period-1]] = np.mean( downs[:period] )
#first
value is sum of
Auto square off At market 100 BO order
by
Ashok121
·
March 2018
#First
Option for exiting/cancelling orders:
A Simple Python Function to Detect Support/Resistance Levels
by
charuvindatre
·
January 2017
ltp_d[i:(i+n)]<br />first = arr_sl[:(n/2)]
#first
half<br />last = arr_sl[(n/2):] #second half<br />r_1 = np.sum(first > 0)<br />r_2 = np.sum(last < 0)<br /&g
Next