Bonjour, M’intéressant aux bougies japonaises, comme beaucoup sur ce site je pense, j’ai trouvé ce code sur le site, mais étant un parfait débutant en la matière, je ne sais absolument pas comment remplir les variables de ce code ! C’est du chinois pour moi !
https://www.prorealcode.com/prorealtime-indicators/candlesticks-patterns-indicator/
ThreeStarsInTheSouth=(body[2]<0 and body[1]<0 and body<0 and shadowtop[2]<range[2]/4 and shadowbottom[2]>abody[2]/2 and low[1]>low[2] and high[1]<high[2] and abody[1]<abody[2] and shadowtop[1]<range[1]/4 and shadowbottom[1]>abody[1]/2 and low>low[1] and high<high[1] and abody<abody[1] and shadowtop<range/4 and shadowbottom<range/4)
if TrendDown[3] AND ThreeStarsInTheSouth then
DRAWTEXT("Three Stars In The South", barindex, low-atr*1.5, Dialog, Standard, 12) COLOURED(0,155,10)
DRAWARROWUP(barindex,low) COLOURED(0,155,10)
endif
Je voudrais ensuite faire de même pour les 9 autres top ten reversal candlesticks. Quelqu’un peut-il m’aider ? Bien cordialement. ascari 1952
les 9 autres top ten reversal candlesticks
Désolé je ne vois pas de quoi on parle ?
Cet indicateur de détection de figures de chandeliers fonctionne déjà parfaitement, pourquoi ne pas l’appliquer sur le prix et voir ce qu’il en est ?
Moi non plus, je ne comprends pas !
Je ne dois pas faire la bonne manip.
Voir P.J SVP.
Il faudrait plutôt télécharger l’indicateur complet (il y a un lien de téléchargement en dessous de chaque article de la Library) et l’importer dans la plateforme en suivant ce tutoriel : https://www.prorealcode.com/import-export-prorealtime-code-platform/
Un copier/coller d’une portion de code, ça marche rarement, surtout si “C’est du chinois” 🙂
Génial ! Ça fonctionne. Merci beaucoup.
Comme je vous le disais, je suis un grand débutant, d’où mes questions “à cent balles” !
Merci encore.