Anybody know of any API data feeds that have T&Sales data that include the Flag field for trades.
The flag field is a field generated by the exchanges showing whether the trade was 1 - at the ask, 2 - at the bid, 4 - above the ask, 8 below the bid, 16 - inside the spread, 256 and up for formT trades...
Typical TSales TRADE (not a quote) data stream structure =
stk symbol, date, time, price, size, flag...
A lot of API vendors do not even know this field exists or have chosen to ignore it...
esignal recognizes this field and includes this flag field in their TS charts in their charting application and in their desktop API which you can program too - but this API is not ready for prime time⦠and is still struggling on its first design legsâ¦
So I am looking for another API data stream to program too that would have this flag in its data structure
The flag field is a field generated by the exchanges showing whether the trade was 1 - at the ask, 2 - at the bid, 4 - above the ask, 8 below the bid, 16 - inside the spread, 256 and up for formT trades...
Typical TSales TRADE (not a quote) data stream structure =
stk symbol, date, time, price, size, flag...
A lot of API vendors do not even know this field exists or have chosen to ignore it...
esignal recognizes this field and includes this flag field in their TS charts in their charting application and in their desktop API which you can program too - but this API is not ready for prime time⦠and is still struggling on its first design legsâ¦
So I am looking for another API data stream to program too that would have this flag in its data structure