Island reversal pattern
Forums › ProRealTime forum Italiano › Supporto ProScreener › Island reversal pattern
- This topic has 7 replies, 2 voices, and was last updated 2 years ago by Steoxx.
-
-
01/11/2022 at 12:55 PM #185102
Buongiorno a tutti e grazie in anticipo a chi vorrà aiutarmi,
sono nuovo del forum e sto cercando uno screener che mi cerchi quelli che in gergo vengono chiamati “Island cluster reversal”, un pattern che si forma quando, dopo la formazione del primo gap (che solitamente è un exhaustion gap) i prezzi si muovono per qualche seduta in laterale prima della formazione di un ulteriore gap di verso opposto rispetto all’exhaustion gap.
ho cercato su diversi siti ma non ho trovato nulla del genere, allego la foto dei gap che sarebbero da ricercare.
Grazie ancora
01/12/2022 at 7:51 PM #185301Ho fatto qualche ricerca ed ho visto che è un pattern che si verifica piuttosto raramente.
Non è facilissimo da codificare e ci saranno vari parametri che dovrai settare, ma cercherò di fartelo appena possibile.
Lo usi sul time frame Giornaliero?
01/13/2022 at 1:46 PM #185344Ciao Roberto, grazie per la disponibilità e il supporto,
ti confermo che lo vorrei usare sul giornaliero, ho letto anch’io che è un pattern che si verifica molto raramente ma che allo stesso tempo è considerato molto valido per segnalare un cambio di direzione.
Grazie ancora e buon lavoro.
Stefano
01/15/2022 at 12:05 PM #185544Scusami per il ritardo, ormai lo farò Lunedì.
Buon fine settimana 🙂
01/20/2022 at 10:55 AM #186033Eccolo, prova se fa esattamente quello che è previsto (mi sembra di si):
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748DEFPARAM CumulateOrders = FalseONCE UPflag = 0ONCE DOWNflag = 0ONCE GAPstart = 0ONCE GAPend = 0Bullish = close > openBearsih = close < openBullGAP = open > high[1]BearGAP = open < low[1]// rilevare il GAP principaleIF BullGAP THENIF DOWNflag = 0 THENGAPstart = high[1]GAPend = openUPflag = 1ENDIFELSIF BearGAP THENIF UPflag = 0 THENGAPstart = low[1]GAPend = openDOWNflag = 1ENDIFENDIF// annullare il Pattern se il GAP viene assorbitoIF UPflag THENGAPend = min(GAPend,low)IF GAPend <= GAPstart THENUPflag = 0ENDIFELSIF DOWNflag THENGAPend = max(GAPend,high)IF GAPend >= GAPstart THENDOWNflag = 0ENDIFENDIF// Entrare a mercato alla verifica di un GAP inversoIF UPflag THENIF BearGAP THENSELLSHORT 1 CONTRACT AT MarketENDIFENDIFIF DOWNflag THENIF BullGAP THENBUY 1 CONTRACT AT MarketENDIFENDIFSET TARGET pPROFIT 450SET STOP pLOSS 30001/21/2022 at 5:18 PM #18621501/21/2022 at 5:49 PM #186218Scusami, ho sbagliato ed ho fatto una strategia.
Rimedio subito, ecco lo screener:1234567891011121314151617181920212223242526272829303132333435363738394041424344454647IF BarIndex = 0 THENUPflag = 0DOWNflag = 0GAPstart = 0GAPend = 0ENDIFSegnale = 0BullGAP = open > high[1]BearGAP = open < low[1]// rilevare il GAP principaleIF BullGAP THENIF DOWNflag = 0 THENGAPstart = high[1]GAPend = openUPflag = 1ENDIFELSIF BearGAP THENIF UPflag = 0 THENGAPstart = low[1]GAPend = openDOWNflag = 1ENDIFENDIF// annullare il Pattern se il GAP viene assorbitoIF UPflag THENGAPend = min(GAPend,low)IF GAPend <= GAPstart THENUPflag = 0ENDIFELSIF DOWNflag THENGAPend = max(GAPend,high)IF GAPend >= GAPstart THENDOWNflag = 0ENDIFENDIF// Entrare a mercato alla verifica di un GAP inversoIF UPflag THENIF BearGAP THENSegnale = 2ENDIFENDIFIF DOWNflag THENIF BullGAP THENSegnale = 1ENDIFENDIFSCREENER[Segnale](Segnale AS "1=↑, 2=↓")01/24/2022 at 5:10 PM #186485 -
AuthorPosts
Find exclusive trading pro-tools on