Bonjour Nicolas,
Je voulais utiliser ton code “Wedge pattern screener” pour dessiner ces figures directement sur le graphique mais le code ne me dessine rien…
Voici le bout de code pour le dessin
If c1 then
DRAWSEGMENT (barindex[cp],close[cp],barindex[cp[1]],close[cp[1]]) COLOURED (220,100,100,255)
endif
If c2 then
DRAWSEGMENT (barindex[cp],close[cp],barindex[cp[1]],close[cp[1]]) COLOURED (220,100,100,255)
endif
If c3 then
DRAWSEGMENT (barindex[cp],close[cp],barindex[cp[1]],close[cp[1]]) COLOURED (220,100,100,255)
endif
return
Peux-tu m’aider?
Merci,
Phil4910
Topic déplacé dans le support ProBuilder.
Tu trouveras ce genre d’indicateur dans le topic de Sofitech à ce propos (trading des triangles): https://www.prorealcode.com/topic/trendline-une-approche-du-trading/
Merci Nicolas, je vais y jeter un oeil attentif.
Phil4910