signaux sar 0.07

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #252182 quote
    geroniman
    Participant
    Average

    bonjour, sur ce graphe , il y a des bougies jaunes ( 1ere bougie de retournement baissier du sar 0.07 ) et des bougies bleues( 1ere bougie de retournement haussier du sar 0.07 . il y a deja des traits verts et rouges ( buy>vert et sell<rouge). Mais pour confirmer des siganux,  j aimerai avoir des traits bleu ciel et jaune sur chaque bougie bleu et jaune ( bleu ciel =buy sur le plus haut d’une bougie jaune et sell sur le plus bas et inversement sur une bougie bleue , mettre un trait bleu ciel sur le plus haut et jaune sur le plus bas de la bougie bleue. Merci bien.

    111111.png 111111.png 1111112.png 1111112.png 1111113.png 1111113.png
    #252190 quote
    geroniman
    Participant
    Average

    traits placés ce matin sur le nq, que des trades gagnants

    1111114.png 1111114.png
    #252193 quote
    Iván González
    Moderator
    Master
    psar = SAR[0.02,0.02,0.2]
    
    if psar crosses over high then
       drawcandle(open,high,low,close)coloured("cyan")
       drawsegment(barindex,high,barindex+5,high)coloured("yellow")
       drawsegment(barindex,low,barindex+5,low)coloured("cyan")
       r=255
       g=0
       b=0
    elsif psar crosses under low then
       drawcandle(open,high,low,close)coloured("yellow")
       drawsegment(barindex,high,barindex+5,high)coloured("cyan")
       drawsegment(barindex,low,barindex+5,low)coloured("yellow")
       r=0
       g=255
       b=0
    elsif psar > high then
       r=255
       g=0
       b=0
    elsif psar<low then
       r=0
       g=255
       b=0
    endif
    return psar style(point,2)coloured(r,g,b)
    
    robertogozzi thanked this post
    #252196 quote
    geroniman
    Participant
    Average

    Merci Ivan, j’ai ajusté ton itf avec mes parametres ce qui donne ça. résumé des setups: buystop>vert/bleu-cyan  et sellstop<jaune-rouge

     

    psar = SAR[0.07,0.07,0.7]

    if psar crosses over high then
    drawcandle(open,high,low,close)coloured(“yellow”)
    drawsegment(barindex,high,barindex+3,high)coloured(“cyan”)style(line,2)
    drawsegment(barindex,low,barindex+3,low)coloured(“yellow”)style(line,2)
    r=255
    g=0
    b=0
    elsif psar crosses under low then
    drawcandle(open,high,low,close)coloured(“cyan”)
    drawsegment(barindex,high,barindex+3,high)coloured(“cyan”)style(line,2)
    drawsegment(barindex,low,barindex+3,low)coloured(“yellow”)style(line,2)
    r=0
    g=255
    b=0
    elsif psar > high then
    r=255
    g=0
    b=0
    elsif psar<low then
    r=0
    g=255
    b=0
    endif
    return psar style(point,2)coloured(r,g,b)

    Iván González and Bernard13 thanked this post
    1111114-1.png 1111114-1.png 1111114m5.png 1111114m5.png 1111114daily.png 1111114daily.png 1111114weekly.png 1111114weekly.png
    #252201 quote
    geroniman
    Participant
    Average

    filtrage avec ema9/sma20

    1111114weekly-1.png 1111114weekly-1.png
    #252209 quote
    bertrandpinoy
    Participant
    Veteran

    SL ; TP et RR ?  ça donne quoi stp?

    #252216 quote
    geroniman
    Participant
    Average

    harmonisation de couleurs buystop ou sellstop, plus de lissibilité, pas de sl definis, si trait vert breaké up, alors buy et inversement pour les rouges. en UT m5, preparer ses sell buystop à l ‘avance . depuis 14h aujourdhui 6 octobre, je compte une vingtaine de signaux pour tp à 5 pts soit 100 pts. l idee est que toutes les bougies jaunes doivent etre nettoyées sur les plus haut/open et pour les bleues sur les plus bas/open.ce qui donne des TP  lisibles ( en complement de fibo/elliott. filtrer avec les bandeaux de stoch et de macd. 2eme graphe en H1

    Bernard13 thanked this post
    1111113-1.png 1111113-1.png h1.png h1.png
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.

signaux sar 0.07


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
geroniman @geroniman Participant
Summary

This topic contains 6 replies,
has 3 voices, and was last updated by geroniman
4 months, 3 weeks ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 10/05/2025
Status: Active
Attachments: 11 files
Logo Logo
Loading...