FEARZONE screener
- This topic has 4 replies, 2 voices, and was last updated 5 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
Similar topics:
Forums › ProRealTime forum Français › Support ProScreener › FEARZONE screener
Bonjour à tous,
En reprenant l’indicateur fearzone de Swingforfortune nous pouvons en déduire le screener qui va nous faciliter la tâche pour
retrouver les valeurs correspondantes.
Chacun modifiera les paramètres selon son horizon de trading.
@Nicolas : Si tu peux ajouter ce screener dans la bibliothèque adéquate .
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
// FEARZONE screener // FEARZONE Indicator PRC by swingforfortune period = 30 periodavstd = 100 //First condition FZ1 = (highest[period](totalprice) - totalprice)/highest[period](totalprice) av1=average[periodAvStd](FZ1) stdv1= STD[periodAvStd](FZ1) FZ1Limit= av1+stdv1 // Second condition FZ2 = average[period](totalprice) av2=average[periodAvStd](FZ2) stdv= STD[periodAvStd](FZ2) FZ2Limit= av2-stdv //In Fearzone? //if FZ1 > FZ1Limit and FZ2 < FZ2Limit Then //drawcandle(low-range,low-range,low-2*range,low-2*range) coloured(0,255,72) //endif c1 = FZ1 > FZ1Limit and FZ2 < FZ2Limit SCREENER [ c1 ] |
Merci supertiti, pour partager un code dans la bibliothèque, c’est par ici: https://www.prorealcode.com/itm-settings/
Bonjour Nicolas , bonjour à tous ,
Suivant le principe qu’en trading il faut voir ce qui n’existe pas alors que trop souvent on se focalise au contraire sur ce que tout le monde voit , il m’est venu l’idée
de modifier ce screener.
Après plusieurs tentatives de code je n’arrive pas à ce que je voudrais.
J’aimerais sélectionner les valeurs qui retournent un dernier “close” en journalier sans le candlestick fearzone après une série (2,3,4 etc) de “close” ou apparaissent les chandeliers de la peur.
Cela pourrait signaler que le marché reprend confiance dans ces valeurs.
merci et bon après midi.
Tu peux essayer avec ce code de screener:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
// FEARZONE screener // FEARZONE Indicator PRC by swingforfortune period = 30 periodavstd = 100 //First condition FZ1 = (highest[period](totalprice) - totalprice)/highest[period](totalprice) av1=average[periodAvStd](FZ1) stdv1= STD[periodAvStd](FZ1) FZ1Limit= av1+stdv1 // Second condition FZ2 = average[period](totalprice) av2=average[periodAvStd](FZ2) stdv= STD[periodAvStd](FZ2) FZ2Limit= av2-stdv //In Fearzone? //if FZ1 > FZ1Limit and FZ2 < FZ2Limit Then //drawcandle(low-range,low-range,low-2*range,low-2*range) coloured(0,255,72) //endif c1 = FZ1 > FZ1Limit and FZ2 < FZ2Limit test = not c1 and c1[1] and summation[4](c1)[1]>=2 SCREENER [ test ] |
La dernière bougie était en fear zone, la courante ne l’est plus, et il y a eu une série d’au moins 2 fear zones dans les 4 dernières bougies.
Find exclusive trading pro-tools on