Using the DDE functionality, I want to create an automated data exporting function of a symbols Open, High, Low and Close prices for any time period to MS Excel or MS Access.
In MS Excel, I’ve successfully created “=WINROS|LAST!'CAD A0-FX'”. This produces the last price of the symbol in a single cell.
My objective is to capture price data as follows:
Symbol
“CAD A0-FX” (example)
Date
“March 2, 2009”
Time
“17:00”
Open
Result = Opening Price for the symbol “CAD AO-FX” on March 2, 2009 at “17:00”
High
Result = High Price for the symbol “CAD AO-FX” on March 2, 2009 at “17:00”
Low
Result = Low Price for the symbol “CAD AO-FX” on March 2, 2009 at “17:00”
Close
Result = Close Price for the symbol “CAD AO-FX” on March 2, 2009 at “17:00”
QuestionS:
Which formula do I use to capture open, high, low and close data for a particular symbols date and time?
Do I pre-load the symbol, date and time data and then reference it for obtaining the results for each of the open, high, low and close for that period?
In MS Excel, I’ve successfully created “=WINROS|LAST!'CAD A0-FX'”. This produces the last price of the symbol in a single cell.
My objective is to capture price data as follows:
Symbol
“CAD A0-FX” (example)
Date
“March 2, 2009”
Time
“17:00”
Open
Result = Opening Price for the symbol “CAD AO-FX” on March 2, 2009 at “17:00”
High
Result = High Price for the symbol “CAD AO-FX” on March 2, 2009 at “17:00”
Low
Result = Low Price for the symbol “CAD AO-FX” on March 2, 2009 at “17:00”
Close
Result = Close Price for the symbol “CAD AO-FX” on March 2, 2009 at “17:00”
QuestionS:
Which formula do I use to capture open, high, low and close data for a particular symbols date and time?
Do I pre-load the symbol, date and time data and then reference it for obtaining the results for each of the open, high, low and close for that period?
Comment