Announcement

Collapse
No announcement yet.

MUltiple overlaid charts

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

  • MUltiple overlaid charts

    I use Ameritrade (with its goods and its bads). One good is that for a listing of 10 stocks in a portfolio, they have a miniature ticker window so that at a glance you can see the last 15 minutes of bars for say 10 stocks. Does anyone know how to do this?

    Is there a way to access the data for a particular symbol from within a formula i.e. something like GetValue("MSFT",Close);

    Thanks for any help you might be able to give.

  • #2
    Hello Mark,

    You can access other symbols from an EFS formula, but there is a symbol limit of 3.

    PHP Code:
    var vMSFT getValue("Close"01"MSFT");

    // or

    var vMSFT close(01"MSFT"); 
    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

    Working...
    X