Conversion Cumulative Delta

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #196406 quote
    Khaled
    Participant
    Veteran

    Bonsoir, quelqu’un peut-il convertir cet indicateur svp? Merci

     

    //@version=1
    study(“Monster Cumulative Delta”,overlay=false)

    U1 = iff(close>=open and (close-open+2*(high-close)+2*(open-low))>0, volume*(high-low)/(close-open+2*(high-close)+2*(open-low)),0.0)
    D1 = iff(close<open and (open-close+2*(high-open)+2*(close-low))>0, volume*(high-low)/(open-close+2*(high-open)+2*(close-low)),0.0)
    Delta = iff(close>=open, U1, -D1)

    cumDelta=nz(cumDelta[1])+Delta

    hi=close>=open ? cumDelta : nz(cumDelta[1])
    lo=close<=open ? cumDelta : nz(cumDelta[1])

    //plot(cumDelta, color=white, style=line, linewidth=3, transp=100)
    plotcandle(cumDelta[1], hi, lo, cumDelta, title=’Cumulative Delta’, color = Delta >= 0 ? lime : red)

    Alai-n thanked this post
    Capture-décran-2022-06-29-à-21.55.23.png Capture-décran-2022-06-29-à-21.55.23.png
    #196429 quote
    Nicolas
    Keymaster
    Master

    Cet indicateur Volume Cumulative Delta a été converti, vous pouvez le télécharger ici : Monster Cumulative Delta

    Khaled and Alai-n thanked this post
    cumulative-delta-volume.png cumulative-delta-volume.png
    #196435 quote
    Khaled
    Participant
    Veteran

    Merci Cher Nicolas, pourtant j’avais essayé de chercher. Merci encore et bonne journée !

    #196437 quote
    Nicolas
    Keymaster
    Master

    Je viens juste de le faire suite à ta demande.

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

Conversion Cumulative Delta


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
Khaled @khaled Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by Nicolas
3 years, 8 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 06/29/2022
Status: Active
Attachments: 2 files
Logo Logo
Loading...