A simple automatic Task, need help!

umeshmandal

Well-Known Member
#1
At the open I wish to place orders in Nest or Odin

Buy 5 different shares at or above a certain level
and
Sell 5 different shares at or above a certain level

Placing the order one by one after market opens can render the levels null as the same may be crossed by the time I finish placing all trades!

Can a file be prepared, say an excel file and run the same at open to auto place the Orders at desired levels!
 

mastermind007

Well-Known Member
#3
At the open I wish to place orders in Nest or Odin

Buy 5 different shares at or above a certain level
and
Sell 5 different shares at or above a certain level

Placing the order one by one after market opens can render the levels null as the same may be crossed by the time I finish placing all trades!

Can a file be prepared, say an excel file and run the same at open to auto place the Orders at desired levels!
use Basket Orders. Create a CSV file and each line reads as follows

NSE,EQ,<ScripSymbol>,NA,NA,NA,<BuyPrice>,<BuyQty>,0,BUY,LIMIT,NA,CLI,CNC,DAY,<ClientCode>,NA,,0,NA

Replace content of four angle brackets above as appropriate. You can enter this file during after hours so it is possible for all of your orders to be executed at 9:15:01 itself.
 

Similar threads