Announcement

Collapse
No announcement yet.

regular session pivots for stocks

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

  • regular session pivots for stocks

    Does anyone know if there is a EFS script for pivot points with these parameters? This would be for regular stock trading hours.

    PP = (H + L + C) / 3
    R1 = 2 * PP - L
    S1 = 2 * PP - H
    R2 = PP + RANGE
    S2 = PP - RANGE
    R3 = PP + RANGE * 2
    S3 = PP - RANGE * 2
    R4 = PP + RANGE * 3
    S4 = PP - RANGE * 3

  • #2
    Re: regular session pivots for stocks

    Hi xlyac,

    Try looking at the efs's in Chris Kryza's fileshare or in the EFS Database fileshare

    Originally posted by xlyac
    Does anyone know if there is a EFS script for pivot points with these parameters? This would be for regular stock trading hours.

    PP = (H + L + C) / 3
    R1 = 2 * PP - L
    S1 = 2 * PP - H
    R2 = PP + RANGE
    S2 = PP - RANGE
    R3 = PP + RANGE * 2
    S3 = PP - RANGE * 2
    R4 = PP + RANGE * 3
    S4 = PP - RANGE * 3

    Comment

    Working...
    X