Author |
Topic: RequestBars for Equities (7 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
PArnoldson Posts: 154 Joined: Oct 03, 2007 |
I am using RequestBars() to get the history for a equity contract and I am reciving no bars. How do I get the historyical data for an Equity?
A bus station is where a bus stops. A train station is where a train stops. On my desk I have a work station..... |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
Hello.
There are no differences in equity and futures. Could you please specify what contract did you use, timeframe of bars, method and time range? |
||||
PArnoldson Posts: 154 Joined: Oct 03, 2007 |
con is for AAPL:
RequestBars(con,0,40330.713194444448,OECAPICOM::SubscriptionType_Bar,1440); This gives my zero bars. A bus station is where a bus stops. A train station is where a train stops. On my desk I have a work station..... |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
Please try to request
RequestBars(con,0,40330.713194444448,OECAPICOM::SubscriptionType_DayBar,1); |
||||
PArnoldson Posts: 154 Joined: Oct 03, 2007 |
yes this gives me 1 minute data, which is great and that is what I expected, but I want daily data. How do I get the daily data History?
A bus station is where a bus stops. A train station is where a train stops. On my desk I have a work station..... |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
Did you use OECAPICOM::SubscriptionType_DayBar instead of OECAPICOM::SubscriptionType_Bar?
|
||||
PArnoldson Posts: 154 Joined: Oct 03, 2007 |
I overlooked that, Thank you. I have to look closer to the detail of things my bad.
A bus station is where a bus stops. A train station is where a train stops. On my desk I have a work station..... |
||||