Hello Team,
Which is the better way to place trade orders in high beta stocks?
- Market order
- Limit order
- Check market depth and create custom logic to get the bids/asks and place the order accordingly
- Use atr somehow - need to tell logic on this if this is the solution
Tell me for both entry and exit separately please.
For example, I was trying to trade in ‘ZEEL’ today.
I tried to place a limit order using api but out of 1200 quantity only 238 got fulfilled and the order status was ‘PART_TRADED’ . How do I overcome this problem?
I was thinking to do 3rd point above but I think it could be a bit lagging and I might not find a good price point.
Please let me know. Thanks