is storing margin values at session start at 8:5am enough ? will margin values changes drastically with price change ? assume order requirement at day start is 30k , and I have 35k in account , will the margin requirement change more than 35k for th…
@themohammedfaisal
Are there any third party level 20 data providers ? ,subscription based .searched a lot ,did't Found any info expect tick data providers .
is My Chance of getting level 20 data is zero as of now .?
@jinalpatelcsoft
not safe , use some proxy php to get json ,
From chrome developer stools ,you see all json urls ,almost all data is trough json in nse
@k365
your calling "txt" from another thread,assume,you were using windows forms ," txt " belongs to UI thread ,you need to use like
public static void InvokeOnUi(Control control, Action action)
{
if (control.InvokeRequir…
@Imran
currently i am scanning last day top gainers and looser and some other new stock arises end of the day .
nse is providing top gainers in their site ,scrapping data from it is not a good practice ,im looking for ideas of obtaining those data…
@rakeshr
At first ,
i got request token from redirect URL ,and saving this request token along with time generated to settings data
next time when i am opening app ,im checking last time request token generation time with > 12 hours ,if less…