TechnoPunter / trade-exec-engine

Takes care of order execution, management & reporting
GNU General Public License v3.0
0 stars 2 forks source link

Moving to bracket orders for entry & tracking #18

Closed pra1had closed 9 months ago

pra1had commented 9 months ago

Issues with manual orders:

  1. Lag in creating the legs
  2. SL Trigger prices sometime hit on entry due to lag
  3. Overhead of tracking to close - contra leg

Observations on BO:

  1. Cleaner contract
  2. From API gets created with Market Protection = NA - allowing for N times SL Updates (not the case from web)