oops di williams su qualunque TF
Forums › ProRealTime forum Italiano › Supporto ProBuilder › oops di williams su qualunque TF
- This topic has 6 replies, 2 voices, and was last updated 1 year ago by robertogozzi.
-
-
11/18/2022 at 9:09 AM #204361
Buongiorno vorrei un indicatore che mi segnali la presenza di un OOPS di williams su un qualunque Time frame disegnando il livello di ingresso quando il pattern si presenta.
11/18/2022 at 8:11 PM #204407L’OOPS di Williams è quando l’apertura di oggi è inferiore al minimo di ieri, oppure maggiore dela massimo di ieri?
Le candele devono essere opposte, cioà una Rossa seguita da una Verde o viceversa?
11/19/2022 at 8:40 AM #204449da Traderpedia
11/21/2022 at 11:06 PM #204598Scusa ma ho girato un riferimento errato…. è un pattern di inversione, il bullish si presenta intorno a minimi rilevanti e si individua su grafico giornaliero. dopo un ribasso c’è una apertura in gap down che fa pensare una prosecuzione del movimento, poi il prezzo risale e chiude il gap (li va messa l’entrata e vorrei segnare il livello). lo stop loss va sotto il minimo segnato.
11/23/2022 at 10:38 AM #204674Non inserire documenti/file/immnagini all’interno del post, ma allegali usando il pulsante “Select File“.
Grazie 🙂Appena ho un pò di tempo te lo farò.
11/23/2022 at 3:41 PM #20468911/24/2022 at 6:46 PM #204782Eccolo (provato sul DAX, Giornaliero):
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263DEFPARAM CumulateOrders = FalseONCE p = 40 //40 periodi per verificare il trendBullish = close > openBearish = close < openHH = highest[p](high)LL = lowest[p](low)UP = 0DN = 0FOR i = 0 TO (p - 1)IF high[i] = HH THENUP = 1BREAKENDIFIF low[i] = LL THENDN = 1BREAKENDIFNEXTGapDN = open < low[1] AND Bullish AND DNGapUP = open > high[1] AND Bearish AND UPIF GapDN THENGapUP = 0Entrata = low[1] + 1*PipSizeSL = low - 1*PipSizeTP = Entrata + (Entrata - SL) * 10ELSIF GapUP THENGapDN = 0Entrata = high[1] - 1*PipSizeSL = high + 1*PipSizeTP = Entrata - (SL - Entrata) * 10ENDIFIF (GapUP + GapDN) = 0 THENGapUP = GapUP[1]GapDN = GapDN[1]ENDIFIF OnMarket THENGapUP = 0GapDN = 0ENDIFIF GapDN THENIF close > Entrata THENBUY 1 CONTRACT AT Entrata LIMITELSIF close < Entrata THENBUY 1 CONTRACT AT Entrata STOPELSEBUY 1 CONTRACT AT MarketENDIFSET STOP PRICE SLSET TARGET PRICE TPELSIF GapUP THENIF close < Entrata THENSELLSHORT 1 CONTRACT AT Entrata LIMITELSIF close > Entrata THENSELLSHORT 1 CONTRACT AT Entrata STOPELSESELLSHORT 1 CONTRACT AT MarketENDIFSET STOP PRICE SLSET TARGET PRICE TPENDIF//graphonprice SL coloured("Red") AS "SL"//graphonprice TP coloured("Blue")//graphonprice Entrata -
AuthorPosts
Find exclusive trading pro-tools on