Announcement

Collapse
No announcement yet.

Getting the script name and plotting one efs to 2 panes:

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

  • Getting the script name and plotting one efs to 2 panes:

    Getting the script name and plotting one efs to 2 panes:

    Couple of questions:

    1. Is it possible to acquire the name of an EFS script that is plotted using code? inside the EFS, id like to check to see what the filename is so that I can do different operations based on it


    2. Is there a way to use ONE efs to plot to multiple panes? instead of attaching 2 EFS scripts doing seperate things to one chart, id like to combine the 2 scripts into one script but have it plot 2 seperate study panes.


    Thanks in advance

    -T

  • #2
    techlord
    1. I don't think it is possible. Someone else will be able to confirm this
    2. At this time an efs can only plot to a single pane.
    You may want to submit your suggestion(s) to eSignal by either selecting Customer Support-> Make A Suggestion in the main menu of eSignal or by sending an email to [email protected]
    Alex

    Comment


    • #3
      a possible solution..

      You could probably use GLOBAL VARIABLES to pass an EFS ID to another EFS...

      You would probably want to create a STRUCTURE of values to make sure you can match which EFS files are running on the same chart..

      For example.. SYMBOL, INTERVAL, EFS ID

      This way, when your other EFS loads, it can look thru the existing LOADED efs files to compare if the efs is loaded on the same symbol/interval.

      The only problem with this example is if two adv. charts are loaded with the same interval/symbol. Then we would need a forth ID (which I don't believe is available) for chart window ID.

      Thought I would share my thoughts.

      B
      Brad Matheny
      eSignal Solution Provider since 2000

      Comment


      • #4
        getInvokerID() returns a unique identifier for the chart window
        Alex

        Comment

        Working...
        X