Announcement

Collapse
No announcement yet.

multi symbol getMostRecentBid() / ...Ask()

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • multi symbol getMostRecentBid() / ...Ask()

    Hello,
    Once multiple symbols loaded into a chart how getMostRecentBid() / getMostRecentAsk() / bid-ask size can be activated for all the loaded symbols ( not only for the "base" symbol ) ?

    TIA,
    alpi

  • #2
    alpi
    You can do that by running those functions in a separate function [or efs] which you call using efsInternal() [or efsExternal()] and to which you pass the external symbol using the sym() function
    If you search the forums you should find some specific examples of mine as I have explained how to do this before
    Alex


    Originally posted by alpi View Post
    Hello,
    Once multiple symbols loaded into a chart how getMostRecentBid() / getMostRecentAsk() / bid-ask size can be activated for all the loaded symbols ( not only for the "base" symbol ) ?

    TIA,
    alpi

    Comment

    Working...
    X