signaux sur SMA avec croisement du RSI 14

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

    Bonjour à tous,

    Serait-il possible en partant d’une moyenne mobile simple période 20 par exemple de tracer des flèches sur le graphe de cette moyenne

    quand le RSI 14 périodes croise à la hausse la ligne 30 et à la baisse la ligne  70 ?

    merci de votre aide

    Bons trades

    #211102 quote
    jacquesgermain
    Participant
    Senior

    Bonjour

    Defparam CALCULATEONLASTBARS=300
    
    MM=Average[20](close)
    Rsii=RSI[14](close)
    if Rsii >30 and Rsii[1]<30 then
    DRAWARROWUP(barindex, MM)coloured(0,255,0)
    endif
    if Rsii <70 and Rsii[1]>70 then
    DRAWARROWDOWN(barindex, MM)coloured(255,0,0)
    endif
    
    return MM
    Nicolas and Alai-n thanked this post
    #211122 quote
    supertiti
    Participant
    Master

    Un grand merci Jacques , ça marche nickel comme je souhaitais.

    Bons trades.

    jacquesgermain thanked this post
    Jacques-MMRSI.jpg Jacques-MMRSI.jpg
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

signaux sur SMA avec croisement du RSI 14


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
supertiti @supertiti Participant
Summary

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

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 03/08/2023
Status: Active
Attachments: 1 files
Logo Logo
Loading...