Since getMostRecentBid() and getMostRecentAsk() are already implemented, can eSignal implement getMostRecentAskVolume() and getMostRecentBidVolume to return the current volumes of ask/bid prices ( the first line in the Montage window )? Thanks.
Announcement
Collapse
No announcement yet.
need getMostRecentBidVolume() and getMostRecentAskVolume()
Collapse
X
-
Clearpicks,
Are you after the bid and ask sizes, or are you interested at the trade volume at bid vs trade volume at ask?
If the later check out this link:
http://forum.esignalcentral.com/show...3082#post13082Garth
-
gspiker,
I am interested in the volumes of the best prices waiting to be executed. For example, in market depth window, if the current best bid price is (MMID = THRD, Bid = 31.76, Bsize = 200), then I am interested in the Bsize 200. Does getMostRecentBidSize() return what I want in this case? If so, it is exactly what I want.
--clearpicksLast edited by clearpicks; 07-11-2003, 01:21 PM.
Comment
-
Hello clearpicks,
The getMostRecentBidSize() function operates as you described. Check out this Bid/Ask formula that displays the size, relative size and price of the most recent Bid, Trade and Ask.
BidAskSize.efsJason K.
Project Manager
eSignal - an Interactive Data company
EFS KnowledgeBase
JavaScript for EFS Video Series
EFS Beginner Tutorial Series
EFS Glossary
Custom EFS Development Policy
New User Orientation
Comment
-
Hello Clearpicks,
What gets exposed to EFS is really up to our senior staff. I'll put in a vote for you for more Market Depth functions. As an alternative, you can also submit suggestions and ideas to "[email protected]."Jason K.
Project Manager
eSignal - an Interactive Data company
EFS KnowledgeBase
JavaScript for EFS Video Series
EFS Beginner Tutorial Series
EFS Glossary
Custom EFS Development Policy
New User Orientation
Comment
-
Hi,
Does anyone know if an efs can update the data based on a change in another factor other than Price Tick change?
- eg: A Bid/Ask study which updates everytime a new Bid or Ask is posted, rather than having the study calculate when a price tick change is made like it does now?
Thanks,
Paul
Comment
-
Hello Paul,
Currently, there isn't a way to trigger the execution of an EFS formula based on a change in the Bid or Ask price. EFS formulas execute on every trade on interval charts.Jason K.
Project Manager
eSignal - an Interactive Data company
EFS KnowledgeBase
JavaScript for EFS Video Series
EFS Beginner Tutorial Series
EFS Glossary
Custom EFS Development Policy
New User Orientation
Comment
Comment