VWAP WEEKLY MONTHLY YEARLY

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #136924 quote
    larouedegann
    Participant
    Master

    Bonjour tout le monde,

    J’ai des erreurs dans la conception du screener VWAP MONTHLY EN DIAL.

    j’ai des réponses mais elles se trouvent loin de la réalité.Je souhaite faire ressortir les franchissements de la vwap monthly  par le cours.

    La conception est copié de l’indicateur à dispo dans la bibliothèque.

    On voit dans l’image que la vwap monthly en bleu est bien loin d’être franchie.

    Si vous avez une idée

    merci

    if month<>month[1] then
    monthbar=barindex
    endif
    once dMonthly=1
    dMonthly = max(dMonthly, barindex-monthbar)
    VWAPmonthly = SUMMATION[dMonthly](volume*typicalprice)/SUMMATION[dMonthly](volume)
    c1 = close[1]<vwapmonthly[1] and close>vwapmonthly
    c2 = (close*volume)>30000
    screener [c1 and c2]
    POM-Journalier.png POM-Journalier.png
    #145365 quote
    Nicolas
    Keymaster
    Master

    Il est possible que le calcul de la VWAP dans ProScreener diffère de celui que tu as sur ton graphique, à cause de la différence d’historique (254 bars max pour ProScreener). As-tu ajouté la valeur de ton VWAP monthly dans ta colonne de critère de tri pour voir si c’est la même ?

    screener [c1 and c2](vwapmonthly)
    #147074 quote
    larouedegann
    Participant
    Master

    OUI,c’est la même donc certainement différence d’historique.

     

    Merci

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

VWAP WEEKLY MONTHLY YEARLY


ProScreener : Scanners de Marché & Détection

New Reply
Author
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by larouedegann
5 years, 4 months ago.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 06/23/2020
Status: Active
Attachments: 1 files
Logo Logo
Loading...