Announcement

Collapse
No announcement yet.

EFS: how to display a second symbol in separate panel

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

  • EFS: how to display a second symbol in separate panel

    Hi
    Does anyone know how to solve this problem on adv charts?

    I wish to add a separate panel to my ES M3 candle 1 min chart, showing $ticki

    1.
    To show $ticki in the same panel as ES M3 is simple (formulas > library > simoverlay.efs, then add $ticki in the symbol field)
    But this is not a solution, since ranges for $ticki (-30 +30) are completely different from ES (now 850 900), therefore one of the two symbols (ES & $ticki) become compressed and unreadable

    2.
    Standard Charts do offer $ticki in a separate panel (analytics > simoverlay ...) but again $ticki is shown in a modified range, as a perc range which is not what I look for.

    Thanks for any help

  • #2
    allesim
    The attached efs will plot any symbol in a separate panel.
    Default is $TICK but you can change it through Edit Studies. The only caveat in using $TICKI with ES is that the Time Template should be set to 9:30-16:00 EST (or equivalent for other times zones)
    Alex
    Attached Files

    Comment


    • #3
      allesim
      Alternatively you can just use symOverlay.
      Open it with the Editor and change
      setPriceStudy(true);
      to
      setPriceStudy(false);
      Save it with a different name so you have both
      Alex

      Comment


      • #4
        Thanks Alex

        1.
        Is there a way to display this second symbol as candle (instead of line)?

        2.
        in Your efs, if I out $ticki, it will update any 6 secs, right?

        If this is the case, then if I change your efs to display candle, will it matter to select OPEN or CLOSE in order to get $ticki value as soon as possible?


        Simone

        Comment


        • #5
          Simone

          With regards to your first question I don't think it is possible, but i am not positive about this.
          As to the second point I believe that is the case.
          However, I would cross check this info with someone from eSignal.

          Alex

          Comment


          • #6
            RE: Reply to post 'EFS: how to display a second symbol in separate panel'

            Thanks Alex

            1.
            Is there a way to display this second symbol as candle (instead of =
            line)?

            2.
            in Your efs, if I out $ticki, it will update any 6 secs, right?

            If this is the case, then if I change your efs to display candle, will =
            it
            matter to select OPEN or CLOSE in order to get $ticki value as soon as
            possible?


            Simone


            -----Original Message-----
            From: [email protected] [mailto:[email protected]]=20
            Sent: Thursday, 03 April, 2003 11:24
            To: [email protected]
            Subject: Reply to post 'EFS: how to display a second symbol in separate
            panel'

            Hello allesim,

            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

            Comment

            Working...
            X