Hi There,

Any kind of derivatives such as Index/Future/Equity Options have huge amount of data, the built in SetFilter(minStrike,maxStrike,minExpiry,maxExpiry) has a preliminary way to filter as much as possible. 

But for more advanced filtering such as “Filter using Greeks - Delta, Theta, IV” there are not much info how to do it, if we get everything and filter it inside “onData”, that will be possible but both resource intensive and slow.

So there are 2 parts of the questions:

  1. Any advance examples of how to really subscribe option data and process it?
  2. What are the proper way to filter option using Greeks to minimize the resource (data transfer / cpu etc) needed?

 

Thank you!
A lost developer 🫠