Is anybody aware of a way to access market depth information via efs?
Announcement
Collapse
No announcement yet.
accessing market depth information
Collapse
X
-
Hello hypertrader,
We have a few EFS functions that you can use.
getMostRecentAsk()
getMostRecentAskSize()
getMostRecentBid()
getMostRecentBidSize()
getMostRecentTrade()
getMostRecentTradeSize()
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
-
Hello Phil,
I'm not aware of any specific plans our development teams has for changing the way these functions work. You may want to pose this question in the 7 Series Beta forum or drop a suggestion 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
-
Hypertrader,
Its very interesting and might be what you are looking for. Go to eSignal Third Party Intgrators and click on MarketDelta.
This tool won't allow you to access marketdepth with efs but might give you the information you were looking for anyway. They use bid/ask volume trades and have come up with an intuitive way of providing info that efs won't allow.
Hope this helps!
TrevorTrevor
www.marketdelta.com
Comment
-
Hello Hypertrader,
There is a formula in our Library, BidAskVolume.efs, that will give you the total bid, ask and inside volume on a bar-by-bar basis. Is this what you're looking for?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