amit2440 / Demo

0 stars 0 forks source link

Zerodha - Order Management System #1

Open sd-repo opened 5 months ago

sd-repo commented 5 months ago
  1. Place different type of orders like MIS,LIMIT etc - Done at 20 March 2024
  2. Retry mechanism for order execution as limit order
  3. Get order details like average price, order id etc - Done at 22 March 2024
  4. Place SL order - Done at 23 March 2024
  5. Modify order - Done at 23 March 2024
  6. Get SL order status - Done at 23 March 2024
sd-repo commented 5 months ago

Place different type of orders like MIS,LIMIT - Methods added to perform dynamic orders for kite

sd-repo commented 5 months ago

Get order details like average price, order id etc - get_order & get_orders_by_status method added