Screener High Tight Flag – Leif Soreide
Forums › ProRealTime forum Français › Support ProScreener › Screener High Tight Flag – Leif Soreide
- This topic has 4 replies, 2 voices, and was last updated 2 years ago by geoffroy garay.
-
-
06/15/2022 at 8:27 AM #195302
Bonjour, grâce à Nicolas.
Je scanne chaque jour le screener de Mark Minervini, Trend Template.
Mark Minervi utilise un autre screener, pour un pattern qu’il appelle Power Plays.
Ceux qui on lut Bulkowski et l’encyclopédie des paternes graphique, cela correspond au High Tight Flag, popularisé par William O’neill.On en vient à Leif Soreide, champion du monde de trading en 2019 avec une performance de + de 900%, qui trade beaucoup ce pattern (en bull market).
Il s’est spécialisé dans la recherche de ce paterne puisque selon Bulkowsky, de tout les paternes chartistes, c’est celui avec la moyenne de hausse la plus élevée,
et le pourcentage d’échec le plus bas….
J’ai trouvé le détail de son screener .
Si quelqu’un peut le traduire s’il vous plaît.
Et l’utiliser aussi…# High Tight Flag
#Copy Paste into custom scan window
#Slope of 200 SMA 10 days apart > 0
(SimpleMovingAvg(length = 200)-SimpleMovingAvg(length = 200)[10])/10 > 0and
# Volume moderation
# Slope of 50 SMA Volume 10 days apart < 0 (SimpleMovingAvg(length = 50, price = VOLUME)-SimpleMovingAvg(length = 50, price = VOLUME)[10])/10 < 0 and # Close > 50 SMA and 50 SMA > 200 SMA
SimpleMovingAvg(“length” = 50).”SMA” is less than or equal to close and SimpleMovingAvg(“length” = 200).”SMA” is less than or equal to close and SimpleMovingAvg(“length” = 50).”SMA” is greater than or equal to SimpleMovingAvg(“length” = 200).”SMA”and
# Price change over 60 bars is atleast 50%
Close / Close[60] > 1.5and
# limits results to tighter stop location
ATR() / close < 0.08 and # Volatility moderation # Slope of ATR14 10 days apart < 0 (ATR()-ATR()[10])/10 < 0 and # 8 week price change is greater than 90% close > Close[40] * 1.906/15/2022 at 12:18 PM #195320Plusieurs screeners relatifs au “hight tight flag” disponible dans cet autre sujet: https://www.prorealcode.com/topic/cup-and-handle-pattern-andhigh-tight-flag-and-vcp-volatility-pattern/
06/15/2022 at 11:05 PM #195358Merci Nici, alors j’ai lu.
C’est très brouillon.
Et aucune conclusion clair.
Je préfère rester sur le screener du champion du monde, qui à miser mon argent sur ce set up^^.
06/16/2022 at 9:15 AM #195383Tu as raison Geoffri, moi aussi je veux être champion du monde, voici le code traduit:
12345678910111213141516171819202122232425262728293031323334353637383940//High Tight Flag//Slope of 200 SMA 10 days apart > 0//(SimpleMovingAvg(length = 200)-SimpleMovingAvg(length = 200)[10])/10 > 0c1 = (average[200]-average[200][10])/10>0//and// Volume moderation// Slope of 50 SMA Volume 10 days apart < 0 (SimpleMovingAvg(length = 50, price = VOLUME)-SimpleMovingAvg(length = 50, price = VOLUME)[10])/10 < 0c2 = (average[50](volume)-average[50](volume)[10])/10<0//and//Close > 50 SMA and 50 SMA > 200 SMAsma50=average[50]sma200=average[200]c3 = close>sma50 and sma50>sma200//SimpleMovingAvg("length" = 50).//"SMA" is less than or equal to close and SimpleMovingAvg("length" = 200).//"SMA" is less than or equal to close and SimpleMovingAvg("length" = 50).//"SMA" is greater than or equal to SimpleMovingAvg("length" = 200)."SMA"//and// Price change over 60 bars is atleast 50%c4 = Close / Close[60] > 1.5//and// limits results to tighter stop locationc5 = AverageTrueRange[14](close) / close < 0.08//and// Volatility moderation// Slope of ATR14 10 days apart < 0 (ATR()-ATR()[10])/10 < 0c6 = (AverageTrueRange[14](close)-AverageTrueRange[14](close)[10])/10<0//and// 8 week price change is greater than 90% close > Close[40] * 1.9c7 = close > Close[40] * 1.9screener[c1 and c2 and c3 and c4 and c5 and c6 and c7]06/16/2022 at 11:36 PM #195467Nicolas, merci, une fois de plus.
Si un jour, tu viens à Tahiti, tu m’envois un message. Je t’offre une semaine dans la villa familiale avec vu sur Moorea.
-
AuthorPosts
Find exclusive trading pro-tools on