Pritesh-Mhatre / autotrader

AutoTrader - Automated trading, Realtime Data & bulk order software for UPSTOX, KITE, ODIN, NOW & NEST (client & dealer) terminals.
GNU General Public License v3.0
3 stars 0 forks source link

Allow order modification in KITE & UPSTOX #2

Closed Pritesh-Mhatre closed 5 years ago

Pritesh-Mhatre commented 5 years ago

Allow modification of normal, bo & co. Modification of target & s/l in BO; once it is executed. The BO modify function should look somewhat like: modifyTarget(parentId, newTarget);

Request from: comp.vijay@gmail.com, pandianr2005@gmail.com

Pritesh-Mhatre commented 5 years ago

This feature requires considerable amount of development efforts, we will start on it soon.

VijayKumarSingh2006 commented 5 years ago

Hi Pritesh,

Have you started on this, I am waiting for this function. Please give some priority to it soon.

Pritesh-Mhatre commented 5 years ago

Tentative delivery dates: 11th or 18th of January

VijayKumarSingh2006 commented 5 years ago

Thanks for update.

Pritesh-Mhatre commented 5 years ago

Changes are successfully tested for KITE. Following new functions added:

modifyOrder(orderId, orderType, quantity, price, triggerPrice) modifyOrderPrice(orderId, price) modifyOrderQuantity(orderId, quantity)

Next is adding modification support for Upstox, work in progress...

VijayKumarSingh2006 commented 5 years ago

Thanks a lot Pritesh for giving it before promised date.

Thanks & Regards, Vijay Kumar Singh

On Thu 3 Jan, 2019, 2:35 PM Pritesh Mhatre <notifications@github.com wrote:

Changes are successfully tested for KITE. Following new functions added:

modifyOrder(orderId, orderType, quantity, price, triggerPrice) modifyOrderPrice(orderId, price) modifyOrderQuantity(orderId, quantity)

Next is adding modification support for Upstox, work in progress...

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Pritesh-Mhatre/autotrader/issues/2#issuecomment-451086722, or mute the thread https://github.com/notifications/unsubscribe-auth/AWnUq58iW33xyNSq8-Flxc_yEz5ldssrks5u_cfbgaJpZM4YlpRg .

Pritesh-Mhatre commented 5 years ago

It's ready but will only go live on 11th, as I am not available for support this weekend.

VijayKumarSingh2006 commented 5 years ago

No problem. Will wait till then.

Thanks & Regards, Vijay Kumar Singh

On 03-Jan-2019 2:41 PM, "Pritesh Mhatre" notifications@github.com wrote:

It's ready but will only go live on 11th, as I am not available for support this weekend.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Pritesh-Mhatre/autotrader/issues/2#issuecomment-451087941, or mute the thread https://github.com/notifications/unsubscribe-auth/AWnUqz2-786wnv9BKc_QMyWi57vFaOsmks5u_cldgaJpZM4YlpRg .

Pritesh-Mhatre commented 5 years ago

Successfully tested on Upstox, closing the enhancement.