How to avoid pre market data coming in.

kabraanurag90
Is there any way to avoid pre market data.

I created a worker which runs all the time.

Can we avoid pre market data price. Or a flag that it is pre-market data price.

Also in the get instrument quote the pre market price comes. Which sometimes misleads. How can I avoid that ?
  • sujith
    Hi @kabraanurag90,
    During pre-market session, during first 7 to 8 min order collection happens. So only market depth keeps changing whereas LTP will remain same. Once all collection is completed, trade happens on one price and LTP changes once in between 9:07 to 9:08 AM.

    I would suggest you to either write some logic around this or ignore ticks between 9:00 to 9:15 AM.
    Also in the get instrument quote the pre market price comes. Which sometimes misleads. How can I avoid that ?
    Can you elaborate? I didn't get your query.
Sign In or Register to comment.