Okay!! So, is this not arbitration?
So, do I calculate my trading cost as per https://zerodha.com/charges#tab-equities ? There are no additional charges buying on one exchange and selling on another?
I could see Subscribe button in Internet Explorer, but not in Firefox and Chrome. Both Firefox and Chrome has AdBlocker plugins installed. Once I disabled, I could see the 'Subscribe' button. Thank you.
@sathik
Use round(value, 1) so that the price are rounded to the nearest one-tenth. 100.12 is incorrect price, where round(100.12, 1), which is 100.1, is correct.
Bracket orders are multi-legged. There will be more than one orders. Can you…
Yes @sujith , I had checked documentation already and should have mentioned. My code for exit_order()'s return value was based on it.
However, the exit_order() in connect.py does not seem to return anything. And also, my script is failing becau…
Thank you, @rakeshr .
Could you please also suggest on the sequence? You said it can be asynchronous, which I can assume if the filled_quantity is not equal to the ordered quantity, then it can happen.
Does the first callback of order update h…
@shortwire,
I am not sure if I understood you completely. As per your description, for following PNB ticks, I would:
volume = 0 # Initial value
Time: 2019-02-21 09:15:07:000000
Symbol: PNB
Price: 74.70
Qty: 799
last_tick_qty = 799 # Save…
@rakeshr
"You need to subscribe to add-on Historical APIs ..."
1. While creating a new App, will there be an option to specify the App would be for historical data?
2. Historical data app cannot be bought without live data app. Then, what is val…