BB MACD RIGOLO
Forums › ProRealTime forum Français › Support ProBuilder › BB MACD RIGOLO
- This topic has 7 replies, 3 voices, and was last updated 7 years ago by AVT.
-
-
10/17/2017 at 6:01 PM #49710
Bonsoir à tous,
Dans cet indicateur plutôt que des dots j’ai mis des smileys gais ou tristes selon la tendance, je n’arrive qu’à mettre un type de smiley et j’aimerais
poser un gai pour la hausse et un triste pour la baisse …C’est jouable ou pas ?
BB MACD Nicolas1234567891011121314151617181920212223242526272829303132//PRC_BB MACD CCT | indicator//16.10.2017//Nicolas @ www.prorealcode.com//Sharing ProRealTime knowledge//converted from MT4 version// --- settings//FastLen = 38//SlowLen = 120//Length = 20//StDv = 1.1// --- end of settingsbbMacd = average[FastLen,1]-average[SlowLen,1]avg = average[Length,1](bbMacd)sDev = std[Length](bbMacd)UpperBand = avg+(StDv*sDev)LowerBand = avg-(StDv*sDev)if bbMacd>bbMacd[1] thenr=0b=205elser=255b=0endifdrawtext("●",barindex,bbMacd,Dialog,Bold,10) coloured(r,0,b)return UpperBand coloured(0,0,205) style(line), LowerBand coloured(255,0,0) style (line)1ere ligne = smiley gai
2eme ligne = smiley tristeBB MACD RIGOLO1234567///////////////////////////////////////////////////////drawtext("",barindex,bbMacd,Dialog,Bold,30) coloured(r,0,b)//drawtext("",barindex,bbMacd,Dialog,Bold,30) coloured(r,0,b)///////////////////////////////////////////////////////10/17/2017 at 6:12 PM #4971310/17/2017 at 8:20 PM #4973610/18/2017 at 11:43 AM #49813Bonjour Nicolas
Je retire mes smileys depuis word :
– Insertion
– symbole
– icône gaie et triste que j’agrandis et colore en vert et rougepuis après je fais un copier/coller depuis word vers le code Prorealtime
je joins un fichier word avec les 2 icônes
Bonne journée
10/18/2017 at 12:58 PM #49826ALT + 1 donne un smiley rieur
🙁 donne un smiley triste deux points tiret ouvrez la parenthèse
1 user thanked author for this post.
10/18/2017 at 4:43 PM #49851Le smiley triste c’est ALT+2639 : http://www.fileformat.info/info/unicode/char/2639/index.htm
Voilà le code, je pense que ça doit passer en le copiant / collant
12345678910111213141516171819202122232425262728293031323334//PRC_BB MACD CCT | indicator//16.10.2017//Nicolas @ www.prorealcode.com//Sharing ProRealTime knowledge//converted from MT4 version// --- settingsFastLen = 38SlowLen = 120Length = 20StDv = 1.1// --- end of settingsbbMacd = average[FastLen,1]-average[SlowLen,1]avg = average[Length,1](bbMacd)sDev = std[Length](bbMacd)UpperBand = avg+(StDv*sDev)LowerBand = avg-(StDv*sDev)if bbMacd>bbMacd[1] thenr=0b=205drawtext("☺",barindex,bbMacd,Dialog,Bold,20) coloured(r,0,b)elser=255b=0drawtext("☹",barindex,bbMacd,Dialog,Bold,30) coloured(r,0,b)endifreturn UpperBand coloured(0,0,205) style(line), LowerBand coloured(255,0,0) style (line)Il est beaucoup plus petit que le smiley joyeux, donc j’ai utilisé une taille de 30. Bon amusement.
2 users thanked author for this post.
10/18/2017 at 6:08 PM #49864Ca marche nickel !
Je n’ai pas réussi à trouver le code du clown triste Alt2639 … comme dit l’autre j’étais Chocolat ( voir la filmographie d’Omar Sy )
Merci ainsi nous pouvons mettre un peu de fantaisie dans nos graphes .
Soyons sérieux tout en ne nous prenant pas au sérieux !
Bonne soirée
10/18/2017 at 8:21 PM #49882 -
AuthorPosts
Find exclusive trading pro-tools on