@srreedhar2001 We are still working on the new release. But this has been included in the test version. You can download the test version from here
Install as usual. Post install of new version you may get error in your Excel. This is explained here
Notes: No need to change anything in your existing Excel/App. You can just your existing Excel sheet.
You just need to add UDF for position conversion. QtyToConvert : No of shares in case of EQ or no of lots (NOT LotSize) in case of FUT OldProduct : MIS or CNC/NRML New Product : CNC/NRML or MIS
Public Function PositionConversion(ByVal Exch As String, ByVal TrdSym As String, ByVal Trans As String, ByVal QtyToConvert As Integer, _ ByVal OldProduct As String, ByVal NewProduct As String, Optional ByVal PositionType As String = "day") As Variant On Error GoTo ErrHandler: PositionConversion = Kite.PositionConversion(Exch, TrdSym, Trans, QtyToConvert, OldProduct, NewProduct, PositionType) Exit Function ErrHandler: PositionConversion = Err.Description End Function
I'm assuming KiteNet...
Currently no method to do this.
We are adding this in coming release.
Hopefully in 1-2 weeks
We will update this weekend. Most probably, you will test it on next Monday.
We are still working on the new release.
But this has been included in the test version.
You can download the test version from here
Install as usual.
Post install of new version you may get error in your Excel.
This is explained here
Notes:
No need to change anything in your existing Excel/App.
You can just your existing Excel sheet.
You just need to add UDF for position conversion.
QtyToConvert : No of shares in case of EQ or no of lots (NOT LotSize) in case of FUT
OldProduct : MIS or CNC/NRML
New Product : CNC/NRML or MIS