Author |
Topic: Price Class miss previous day close price. Any way to get it from API? (4 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
AAnatoly Posts: 22 Joined: Jul 01, 2010 |
Price Class miss previous day close price. Any way to get it from API?
What exectly contains Price.Settlement Property? How it should be used? Regards, Anatoly Anatoly Gutnick |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
According http://financial-dictionary.thefreedictionary.com/Settlement+Price: "In futures trading, an official price established at the end of each trading day by using the range of closing prices for a particular contract. This price, similar to the closing price for stock, is used to determine margin requirements and the following day's price limits."
If you still need to get previous close price, please let me know. Victor Vins Software Developer |
||||
RAlsip6689 Posts: 2 Joined: Mar 01, 2010 |
I'd like to get the previous day's settlement price (via the API COM library). I see that if I use RequestBars() to request a bar for the entire previous day, I get a single bar that goes from market open to market close. Is that bar's Close member the official settlement price?
If so, how long do I need to wait until after the market closes to request that bar, to know that I'm getting the official settlement price? Randy Alsip |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
Close price of bars is not the official settlement price.
Victor Vins Software Developer |
||||