Pivot Points

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #252614 quote
    Yezalel
    Participant
    New

    Buonasera…vorrei creare dei Pivot Points(ma non so scriverne la formula in ProBuilder) calcolati in questo modo:

    yesterday High-Low= A

    Pivot Point= Today Open

    S1= PP-A   S2= PP-(A x 1,382)  S3= PP-(A x 1,618)  S4=PP- (A x 2)

    R1=PP+ A  R2= PP+ (A x 1,382)  R3= PP+(A x 1,618)  R4=PP+ (A x 2)

    grazie a chi vorrà aiutarmi

    #252615 quote
    JS
    Participant
    Senior

    Ciao,

    Ad esempio, il calcolo in ProBuilder…

    A = DHigh(1) - DLow(1)
    
    PP = DOpen(0)
    
    Sup1 = PP - A
    Sup2 = PP - (A * 1.382)
    Sup3 = PP - (A * 1.618)
    Sup4 = PP - (A * 2)
    
    Res1 = PP + A
    Res2 = PP + (A * 1.382)
    Res3 = PP + (A * 1.618)
    Res4 = PP + (A * 2)
    Iván González and robertogozzi thanked this post
    #252617 quote
    Yezalel
    Participant
    New

    Thank you very much JS

    have a good day

    Mario

    JS thanked this post
    #252746 quote
    Yezalel
    Participant
    New

    Buongiorno…di nuovo sui Pivot Point…come scrivere per avere il Pivot Point=(High di ieri+Low di ieri+Open di oggi):3…?

    grazie a chi vorrà rispondermi.

    buon trading

    A.png A.png
    #252752 quote
    robertogozzi
    Moderator
    Master

    Ecco la versione standard:

    Pivot = (DHigh(1) + DLow(1) + DClose(1))/3

    basta che sostituisci DClose(1) con DOpen(1).

    Iván González and Yezalel thanked this post
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

Pivot Points


Supporto Piattaforma: Grafici, Dati e Broker

New Reply
Author
author-avatar
Yezalel @yezalel Participant
Summary

This topic contains 4 replies,
has 3 voices, and was last updated by robertogozzi
4 months, 1 week ago.

Topic Details
Forum: Supporto Piattaforma: Grafici, Dati e Broker
Language: Italian
Started: 10/14/2025
Status: Active
Attachments: 1 files
Logo Logo
Loading...