Hello,
I am working on an EFS for some after-hours trading.
I need to compare the most recent bid price against the market close price (4pm EST).
However, I can't seem to figure out how to pull that information into an EFS.
Something like:
"close(end_of_market_session)"
or could is there a way to get the price at a specific time? So I could do something like:
"close(3:59:59EST)"
The quote window offers a field for Extended Hours Change (ExtHrsChg), but I can't seem to figure out how to pull that number into an EFS. If I could, I think I could use it to figure out the market close price.
I am working on an EFS for some after-hours trading.
I need to compare the most recent bid price against the market close price (4pm EST).
However, I can't seem to figure out how to pull that information into an EFS.
Something like:
"close(end_of_market_session)"
or could is there a way to get the price at a specific time? So I could do something like:
"close(3:59:59EST)"
The quote window offers a field for Extended Hours Change (ExtHrsChg), but I can't seem to figure out how to pull that number into an EFS. If I could, I think I could use it to figure out the market close price.
Comment