LONG/SHORT IN BREAK IN
Forums › ProRealTime forum Italiano › Supporto ProOrder › LONG/SHORT IN BREAK IN
- This topic has 5 replies, 2 voices, and was last updated 3 years ago by Hary Trading.
-
-
09/05/2021 at 10:09 AM #176806
Buongiorno,
vorrei testare questa strategia su H1
prendo come riferimento i massimi ed i minimi che il mio asset hanno registrato dalle 00:00 alle 08:00 del mattino ore Italiane, definendo cosi una sorta di box
se i prezzi effettuano il breakout dei massimi, per poi effettuare il break in degli stessi (può accadere anche durante la giornata, non c’è necessità che questo avvenga subito), si entra short e si hanno 3 target
target 1 50% dell’ampiezza del box
target 2 61,8% dell’ampiezza del box
target 3 100% dell’ampiezza del box
si entra quindi con 3 contratti che avranno inizialmente lo stop al 150% di ampiezza del box (quindi in questo caso di short scenario, il 50% dell’ampiezza del box proiettato in alto)
qualora si arrivasse a target 1 lo stop dei due contratti rimanenti deve essere spostato in pari
SCENARIO SPECULARE PER LO SHORT
mi piacerebbe anche mettere un filtro, se possibile:
il trade dovrebbe partire solo se il break in avviene con i prezzi che rientrano nel box per almeno 3 punti
grazie infinite
09/05/2021 at 11:04 AM #176809Con “SCENARIO SPECULARE PER LO SHORT” intendevi scrivere LONG ?
09/05/2021 at 11:49 AM #176811Si Sig.Roberto
chiedo scusa per l’errore
09/05/2021 at 12:29 PM #176812La strategia è intraday quindi se le condizioni non vengono soddisfatte, si passa al giorno successivo
Grazie infinite
09/08/2021 at 12:03 AM #176993Eccola (provata su DAX, h1):
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111IF Time = 000000 THENMassimo = highMinimo = lowENDIFIF Time > 000000 AND Time <= 080000 THENMassimo = max(Massimo,high)Minimo = min(Minimo,low)BreakOutL = 0BreakOutS = 0RangeBox = Massimo - MinimoTP1 = RangeBox * 0.5TP2 = RangeBox * 0.618TP3 = RangeBoxSL = RangeBox * 1.5Offset = 3 * PipSizeENDIFIF Time >= 080000 AND Not OnMarket THENIF close CROSSES OVER Massimo THENBreakOutL = 1BreakOutS = 0ELSIF close CROSSES UNDER Minimo THENBreakOutL = 0BreakOutS = 1ENDIFIF BreakOutL THENIF close < (Massimo - Offset) THENSELLSHORT 3 Contracts AT MarketSET STOP LOSS SLSET TARGET PROFIT TP3Exit1 = close - TP1Exit2 = close - TP2Exit3 = close - TP3BreakEvenS = closeENDIFENDIFIF BreakOutS THENIF close > (Minimo + Offset) THENBUY 3 Contracts AT MarketSET STOP LOSS SLSET TARGET PROFIT TP3Exit1 = close + TP1Exit2 = close + TP2Exit3 = close + TP3BreakEvenL = closeENDIFENDIFENDIFIF OnMarket AND Not OnMarket[1] THENIF LongOnMarket THENExit1 = Tradeprice + TP1Exit2 = Tradeprice + TP2Exit3 = Tradeprice + TP3BreakEvenL = TradepriceELSIF ShortOnMarket THENExit1 = Tradeprice - TP1Exit2 = Tradeprice - TP2Exit3 = Tradeprice - TP3BreakEvenS = TradepriceENDIFENDIFPosizioni = abs(CountOfPosition)IF LongOnMarket THENIF Posizioni = 3 THENSELL 1 Contract AT Exit1 LIMITSELL 1 Contract AT Exit2 LIMITSELL 1 Contract AT Exit3 LIMITELSIF Posizioni = 2 THENSELL 1 Contract AT Exit2 LIMITSELL 1 Contract AT Exit3 LIMITIF close > BreakEvenL THENSELL AT BreakEvenL STOPELSESELL AT BreakEvenL LIMITENDIFELSESELL 1 Contract AT Exit3 LIMITIF close > BreakEvenL THENSELL AT BreakEvenL STOPELSESELL AT BreakEvenL LIMITENDIFENDIFELSIF ShortOnMarket THENIF Posizioni = 3 THENEXITSHORT 1 Contract AT Exit1 LIMITEXITSHORT 1 Contract AT Exit2 LIMITEXITSHORT 1 Contract AT Exit3 LIMITELSIF Posizioni = 2 THENEXITSHORT 1 Contract AT Exit2 LIMITEXITSHORT 1 Contract AT Exit3 LIMITIF close < BreakEvenS THENEXITSHORT AT BreakEvenS STOPELSEEXITSHORT AT BreakEvenS LIMITENDIFELSEEXITSHORT 1 Contract AT Exit3 LIMITIF close < BreakEvenS THENEXITSHORT AT BreakEvenS STOPELSEEXITSHORT AT BreakEvenS LIMITENDIFENDIFENDIF//graph Posizioni//graphonprice Tradeprice//graphonprice Exit1 coloured(255,0,0,255)//graphonprice Exit2 coloured(0,255,0,255)//graphonprice Exit3 coloured(0,0,255,255)//graphonprice Massimo coloured(255,0,255,255)//graphonprice Minimo coloured(255,0,255,255)09/08/2021 at 6:37 PM #177038Grazie Sig. Roberto,
è stato davvero molto gentile
-
AuthorPosts
Find exclusive trading pro-tools on