The functions provided in the help menu in the EFT editor enabled me to get:
getMostRecentbid
getMostRecentbidSize
getMostRecentask = any assigned variable
getMostRecentaskSize
getMostRecenttrade
getMostRecenttradeSize
This information gives me the most recent bid/ask on the time and sales. Is there a way to get the bid/ ask on the market depth instead of Most recent bid/ask of the time and sales?
bid bSize ask aSize
53.55 20 53.70 100
So, pretend that the above is the market depth, is there a code or a way to get market depth data? In this case... 53.55 and 53.70
Lokman
getMostRecentbid
getMostRecentbidSize
getMostRecentask = any assigned variable
getMostRecentaskSize
getMostRecenttrade
getMostRecenttradeSize
This information gives me the most recent bid/ask on the time and sales. Is there a way to get the bid/ ask on the market depth instead of Most recent bid/ask of the time and sales?
bid bSize ask aSize
53.55 20 53.70 100
So, pretend that the above is the market depth, is there a code or a way to get market depth data? In this case... 53.55 and 53.70
Lokman
Comment