Announcement

Collapse
No announcement yet.

ROC(2) Pivot

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

  • ROC(2) Pivot

    I am new to esignal and would appreciate help on following. Looks simple but still beyond my abilities.

    I would like to draw the value of ROC(2) pivot next to the daily bar.

    IF
    Day1 = yesterday's close
    Day2 = close 2 days ago
    Day3 = close 3 days ago
    THEN
    Pivot1 = Day1 - Day3 + Day2

    Is there a way to display Pivot1 on todays bar (Day0) as small dot or line?

    Many Thanks!
    Last edited by dimitryg1; 03-09-2005, 11:16 PM.

  • #2
    dimitryg1

    the following will work on both daily and intraday charts,



    Attached Files

    Comment


    • #3
      shogun, thanks!

      Works like a charm.

      Comment


      • #4
        just an after thought but you will need to have the "getPrevOHLC.efs" in the same folder to get the intraday pivot to work.

        i have attached it below.
        Attached Files

        Comment

        Working...
        X