PureBytes Links
Trading Reference Links
|
Hi Jerry,
The simplest way I think of is to create a chart with two data streams set
Bid on data1 and Ask on Data2
Then you can perform any EasyLanguage code you want.
for example:
Var: Spread(0);
Spread = Close of Data2 - Close of Data1;
http://www.omegaresearch.com/support/knowledge_base_full.asp?DocumentID=485
Greetings from Paris
Phil
-----Original Message-----
From: Jerry [mailto:drwar@xxxxxxxxxxxx]
Sent: Monday, September 25, 2000 9:48 PM
To: Omega-List (E-mail)
Subject: Bid/Ask Records
Is there a way to access the bid and Ask data for a stock in easy language.
Regards
Jerry W.
|