PureBytes Links
Trading Reference Links
|
Hi, Robert,
It is possible to gain access to the time and sales data in real time,
and create an indicator based on these data. However, the history will
be gone when you restart the TradeStation chart/indicator, unless you
have some EL code to record the history and re-display it.
Also if you try to keep timely track of bid and ask of a market that is
not actively traded (e.g., option), you can use some trick to get these
numbers to a study without waiting for a trade in this particular market.
-- Harrison
robert pisani wrote:
Is it possible to access the data in the time and sales window in a
study?
|