Let me put my question the other way - If I want to execute MIS type intraday trade without leverage just like a plain CNC trade, is it possible? or by default MIS type will put me into leveraged trade only
Ya I see that in that separate list of illiquid instruments as ASM, still I see it is intraday tradeable-
However my point is, could we have a single list that shows all stocks intraday (perhaps highlight ASM, GSM among them to make investors bewar…
ok...Am I doing this efficient way on establishing connection? could you please see if any changes I can do:
api_key=open('D:/Data/python/zerodha_k.txt','r').read()
access_token=open('D:/Data/python/zerodha_t.txt','r').read()
kite=KiteConnect(api_k…
I am running just the above code that too for only 4 instruments. I was earlier placing 4 separate modify orders in this code, so thought that might be >3 connections issue so clubbed that in one modify order as shown in above code. Still same is…
Hi @rakeshr - thanks, I used your above reply to place gtt as below:
kite.place_gtt(tradingsymbol=name,trigger_type=kite.GTT_TYPE_OCO,exchange=kite.EXCHANGE_NSE,trigger_values=[sl_price,tp],last_price=trd_list[one_tick_token]['mkt_price'],orders=[{ …
@sujith - I did go through the links you have given...can you kindly assist with param, is it wrong only on orders param rest others are ok? I see orders param has transaction_type, qty and price, I have left price as not sure what to mention there
@rakeshr @Dileep - Hello, I just came across this thread that is exactly my query on how to place gtt when BO is temp unavailable....below is how I am trying to place GTT but getting error, kindly let me know what am I missing:
kite.place_gtt(tradi…
@rakeshr @sujith
Adding to above one, today as per my program a trade got executed (RKFORGE) I kept it CNC on purpose, now I can not sell it today as it says it is an illiquid security. This script is not in the utility link given in above reply.
H…
Ok, it is a bit all over to look through all tabs in both sheets and one tab has heading of stocks blocked for MIS trading but it has all tradable stocks list, so a bit scattered sheets. Can I make a suggestion not sure if this is right forum, to si…
@sujith - Thanks for this link, it seems there are 2 sources..
List of illiquid scrips - This list has the stocks that I cant find in Zerodha.
Consolidated list of scrips blocked/allowed by RMS - Under this the sheet has multiple tabs, which one t…
Hi @rakeshr - Thanks for reply. Sorry but 2nd part of screenshot was missing here. Yes the first part of my code above works at my end too as it is creating tables for each instrument. The next part which as per your advice, is created as a new thr…
Thanks @rakeshr - I tried to build it based on your above link notes, however, its not working for some reason. Could you please assist with the execution here, below is the code:
======
===
Thanks Rakesh - Was going through the forum discussions, so trying to get clarity around costs. Am I right that live data costs Rs 2000 + historical data costs additional Rs 2000?
The below link says some other charges like Quote 1r/s; Historical AP…