I am currently using the Desktop API. Is there anyway for me to know the exact time market reaches a settlement price (either by quotes, history or time&sales or any other method)? I have to run the historical data (up to the completed trading day) through my software engine for analysis BEFORE next trading day starts.
get_RequestHistory() will add the new trading day at the top of the list only when the trading day starts but that will be too late for me. I also thought of tracking the closing price but since the closing price for the present day is always changing to the last Bid price, there's is no way I can tell from that when the settlement price has been finalised. Reason why I need the exact time for settlement price is because it's time sensitive as some markets are back-to-back like the forex. I need to load orders before market opens.
Please point in me in the right direction. Any help will be appreciated. Thanks in advance!
get_RequestHistory() will add the new trading day at the top of the list only when the trading day starts but that will be too late for me. I also thought of tracking the closing price but since the closing price for the present day is always changing to the last Bid price, there's is no way I can tell from that when the settlement price has been finalised. Reason why I need the exact time for settlement price is because it's time sensitive as some markets are back-to-back like the forex. I need to load orders before market opens.
Please point in me in the right direction. Any help will be appreciated. Thanks in advance!
Comment