Fractal breakout intraday Strategy EUR/USD 1H –
Forums › ProRealTime English forum › ProOrder support › Fractal breakout intraday Strategy EUR/USD 1H –
- This topic has 359 replies, 1 voice, and was last updated 1 year ago by RandyG.
-
-
11/25/2017 at 11:56 PM #53969
Yes I guess if you think about it logically one candle on a daily time frame gives us a whole 24 hour survey of market sentiment whereas a 1 hour candle is a very small market sample for the same survey. It will tell us 1/24th of what the daily candle can tell us. With a better survey we are more likely to be right – we just have to have enough patience to wait for the survey to be finished and the budget to pay to hold positions overnight while we wait to be proved right.
12/17/2017 at 10:39 PM #55914Hi guys, i’ve put a pyramid into the ts
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115//EURUSD(-) - IG MARKET// TIME FRAME 1H// PROBACKTEST TICK by TICK - 200.000 bars// SPREAD 0.6 PIP// ALEDEFPARAM CumulateOrders = TRUE///BILL WILLIAM FRACTAL INDICATOR//CP=PERIODCP=108if close[cp] >= highest[2*cp+1](close) thenLH = 1elseLH=0endifif close[cp] <= lowest[2*cp+1](close) thenLL= -1elseLL=0endifif LH=1 thenHIL = close[cp]endifif LL = -1 thenLOL=close[cp]endif// RETURN, HIL COLOURED(0,200,0) AS "BREAKOUT LEVEL LONG",HIL COLOURED(200,0,0) AS "BREAKOUT LEVEL SHORT"//////////////////////////ONCE POSITIONSIZE = 1ONCE ExitIndex = -1//LONG and SHORT CONDITIONSO=COUNTOFLONGSHARES<2P=COUNTOFSHORTSHARES<2if (time >=100000 and time < 230000) thenC1 = (close CROSSES OVER HIL)D1 = (close CROSSES UNDER LOL)A1= (CLOSE-CLOSE[1])>30*POINTSIZEB1= (CLOSE-CLOSE[1])<-30*POINTSIZEIF C1 and not shortonmarket AND NOT LONGONMARKET THENBUY positionsize CONTRACT AT MARKETENDIFIF C1 and not shortonmarket AND A1 AND O THENBUY positionsize CONTRACT AT MARKETENDIFIF D1 and not longonmarket AND NOT SHORTONMARKET THENSELLSHORT positionsize CONTRACT AT MARKETENDIFIF D1 and not longonmarket AND B1 AND P THENSELLSHORT positionsize CONTRACT AT MARKETENDIFENDIF//TRAILING STOPTGL =9TGS=10if not onmarket thenMAXPRICE = 0MINPRICE = closePREZZOUSCITA = 0ENDIFif longonmarket thenMAXPRICE = MAX(MAXPRICE,close)if MAXPRICE-tradeprice(1)>=TGL*pointsize thenPREZZOUSCITA = MAXPRICE-TGL*pointsizeENDIFENDIFif shortonmarket thenMINPRICE = MIN(MINPRICE,close)if tradeprice(1)-MINPRICE>=TGS*pointsize thenPREZZOUSCITA = MINPRICE+TGS*pointsizeENDIFENDIFif onmarket and PREZZOUSCITA>0 thenEXITSHORT AT PREZZOUSCITA STOPSELL AT PREZZOUSCITA STOPExitIndex = BarIndexENDIF// DONCHIAN STOPDC=20e= Highest[DC](high)f=Lowest[DC](low)if longonmarket thenlaststop = f[1]endifif shortonmarket thenlaststop = e[1]endifif onmarket thensell at laststop stopexitshort at laststop stopExitIndex = BarIndexendifif (time >=100000 and time < 170000) THENTP=30ELSETP=20ENDIFIF COUNTOFLONGSHARES>2 THENTP=5ENDIFset target pprofit TP///PIRAMIDE////IF Barindex = ExitIndex + 1 THENExitIndex = 0IF PositionPerf(1) < 0 THENPOSITIONSIZE = POSITIONSIZE + 1REM Double POSITIONSIZE if the last position was a losing position.ELSIF PositionPerf(1) > 0 THENPOSITIONSIZE = POSITIONSIZE + 0REM Reset position size to 1 if the last trade was a winning trade.ENDIFENDIFALE ps hai telegram?
1 user thanked author for this post.
12/17/2017 at 11:53 PM #5591512/18/2017 at 1:51 PM #55970ALE u running this live still? It looks almost to good to be true 🙂 amazing backtest-results
I’ve played with different forex pairs and it seems like u can definitly optimize this for different pairs..
If ur running it live, on what pairs so far?
Live results close to backtest so far?
how long have u been running it live?
12/18/2017 at 6:57 PM #56004Hello Jebus
I’m testing it on the real one of the first versions, to understand better the differences with the probacktest, along time we have observed quite a lot differences, probably caused by closings not happened for a simple tick, in real as in the probacktest.
The weakness of this strategy also consists in too little points of gain for every trade.
The concept it’s good, but it’s not so simple to automatize it.
Thanks for you attention!
12/18/2017 at 7:15 PM #5600812/18/2017 at 8:04 PM #5601403/11/2018 at 4:05 PM #6500203/11/2018 at 11:19 PM #65024Hi Vonasi, has reread your questions and I has acknowledged you not to have answered. In that days had not understood your questions, Excuse me!
You are excused! Although I do not fully understand what you have written in your post. My last post on this thread was over three months ago and my memory does not go back that far with much clarity!
05/18/2018 at 9:11 PM #7080805/18/2018 at 10:18 PM #7081405/19/2018 at 4:26 AM #70820Of course,
I tried out the 30min v2 strategy, that u have on the first post, on the 1H TF, eur/usd mini.
The results are above from that backtest, not alot of trades, but It looks too good to be true. 95% win rate.
Anyone can try a 200k backtest and/or a WF?
05/19/2018 at 9:55 AM #7083605/19/2018 at 10:03 AM #7085005/19/2018 at 10:13 AM #70857 -
AuthorPosts