Points pivots de Fibonacci

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3522 quote
    supertiti
    Participant
    Master

    pivots fibo wti-1457519172l84pc

    EN / Hello everyone,

    I would like if possible the PRT code to create the Fibonacci pivot points on the price chart. As shown above I’d like to have the last price levels right not to overload the graph.

    congratulations on this site useful, comprehensive and very well done.

    good day waiting feverishly 1:45 p.m. Mass tomorrow !!

    FR /Bonjour à tous,

    J’aimerais avoir si possible le code PRT pour créer les points pivots de Fibonacci sur le graphe des prix. Comme illustré ci-dessus j’aimerai n’avoir que les derniers niveaux à droite des prix pour ne pas surcharger le graphe.

    félicitations pour ce site utile ,complet et très bien fait.

    bonne journée à tous en attendant fébrilement la messe  demain 13h45!!

    fibonacci-pivot-points-prorealtime.png fibonacci-pivot-points-prorealtime.png FIBO-Acerinox.jpg FIBO-Acerinox.jpg
    #3539 quote
    Nicolas
    Keymaster
    Master

    Hello supertiti, thanks for joining in.

    Unfortunately, it is not possible to draw offset lines the way you want them in this prorealtime version. But we can draw the pivot points of the current day only with a small condition. Anyway, you’ll find the Fibonacci pivot points indicator code below :

    if Today[0] = Date[0] then
      dh = DHigh(1)
      dl = DLow(1)
    
      P = (dh + dl + DClose(1))/3
      S1 = P - .382 * (dh-dl)
      S2 = P - .618 * (dh-dl)
      S3 = P -  1 * (dh-dl)
      R1 = P +  .382 * (dh-dl)
      RR2 = P +  .618 * (dh-dl)
      R3 = P + 1 * (dh-dl)
    endif
    
    RETURN P as "pivot", S1 as "S1", S2 as "S2", S3 as "S3", R1 as "R1", RR2 as "R2", R3 as "R3"

    fibonacci pivot points prorealtime

    #3549 quote
    supertiti
    Participant
    Master

    FIBO Acerinox

    Le code me donne cela sur Acerinox ? j’ai selectionné les niveaux en “lignes”

    c’est moi ou le code ? merci

    #3552 quote
    Nicolas
    Keymaster
    Master

    FR/ Parce que vous regardez un graphique en Daily sans doute? Cela donne quoi en intraday?

    EN/ Because you are looking on a daily timeframe, that’s why it is not correctly displayed.

    #3553 quote
    supertiti
    Participant
    Master

    bonsoir Nicolas,

    exact je ne travaille que en “end of day”, l´horizon de temps intraday ne me conviens pas pour mon trading. ¿ Est il possible cependant d’avoir ce code foncionnant en daily pour tous ceux qui comme moi ne sont pas des nerveux de la gachette?

    merci pour ton attention

    bonne soirée

    Didier

    #3554 quote
    Nicolas
    Keymaster
    Master

    EN/ Hello Didier, why not so on what values are calculated your pivot points? Are they weekly ones or monthly ones then ?? Thank you.

    FR/ Pourquoi pas mais vos points pivots sont-ils des pivots hebodmadaire ou mensuel dans ce cas??

    #3563 quote
    supertiti
    Participant
    Master

    Bonjour Nicolas,

    Je pense que prendre l’unité immédiatement supérieure serait de bon ton, pour travailler en daily je trace toujours des supports/resistances en weekly.

    Un indicateur qui renvoie les niveaux en hebdomadaire serait le bienvenu donc.

    Bonne journée

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.

Points pivots de Fibonacci


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
supertiti @supertiti Participant
Summary

This topic contains 6 replies,
has 2 voices, and was last updated by supertiti
9 years, 11 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 03/09/2016
Status: Active
Attachments: No files
Logo Logo
Loading...