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.
-
-
05/29/2017 at 11:09 AM #36872
This is my improve idea on how to use FBS on Bund 1H. You can get it to work on the 30min too. And the short-side worked as well with some tweaking.
1 user thanked author for this post.
05/29/2017 at 1:22 PM #36888I have a okayish result on AUDUSD but it’s probably curve fitted with such short history as I have on the 30 min. If anyone else wants to have a go here it is.
05/29/2017 at 1:45 PM #3689705/29/2017 at 10:10 PM #3697705/30/2017 at 7:26 AM #36987Hi, No not yet. However I just recently started with the 1H. Before I was testing the 30M on my demo, which worked fine. However when I have been trying another type of breakout strategy on Bund I did get some mixed result when the high/low price is just touching the bid/ask price zone around stop/target. Have you found something that is not working?
I did have some concerns that the dynamic target would give an incorrect backtest result since it recalculate the target on each new candle but that doesn’t seem to be the case. When I have compared my backtest end the trading on my demo it has been correct.
05/30/2017 at 7:55 AM #3698906/13/2017 at 10:05 AM #38197Good morning ALE,
Sto’ facendo girare la strategia in un piccolo conto in ambiente ‘ LIVE ‘ ( Out-of sample)…
Se anche tu come credo , stai facendo girare la strategia in reale avrai notato che la strategia lavora e pare in linea con quanto discusso e analizzato in Back test .
In quest’ultimo mese pero’ non c’è stato un buon profitto e quello che ho notato è che i guadagni realizzati sono di importi relativamente bassi ….
mentre quando il sistema perde , perde cifre consistenti in rapporto ai guadagni
Forse un mese è ancoro poco per analizzare un sistema nella realta ??
06/13/2017 at 2:55 PM #38223Buongiorno Jr
il primo problema è l’affidabilità dei dati del Probacktest, il secondo e l’affidabilità dei dati di IG. Entrambi possono essere diversi dalla realtà.La differenza che noti, è dovuta alla chiusura delle posizioni con lo stop dinamico, molto stretto.
Good morning Jr.
The first problem is the reliability of Probacktest data, the second, and the reliability of IG data. Both can be different from reality.The difference you notice is due to the closure of the positions with the dynamic stop, very tight.
06/14/2017 at 10:10 AM #38266Buongiorno Ale,
grazie per la risposta
Ok sullo STOP dinamico stretto … anche se mi aspetto che nel lungo periodo il TS possa dare soddisfazioni
Per quanto riguarda l’affidabilità dei dati , scludendo questioni di slippage , GAP ecc , bhe non mi aspetterei particolari differenze dalla realtà in quanto ne và della reputazione di IG ….
Posso chiederti se lo hai già attivato in conto live o sei ancora su conto DEMO ?
06/14/2017 at 10:17 AM #38267Sono live con differenti size, ma ho trovato discostamenti su alcuni versioni tra chiusura probacktest e chiusura reale.
Con questa versione attiva dal 16 maggio in reale non ho riscontrato differenze tra test e reale
I’m live with different sizes, but I found discrepancies on some versions between probacktest closure and real closure.
With this version active since May 16 in real I did not find any difference between test and real
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788//-------------------------------------------------------------------------// Codice principale : FRACTAL BREAKOUT EURUSD 1HVb//-------------------------------------------------------------------------//EURUSD(-) - IG MARKET// TIME FRAME 1H// PROBACKTEST TICK by TICK - 200.000 bars// SPREAD 0.6 PIP// ALEDEFPARAM CumulateOrders = FALSE///BILL WILLIAM FRACTAL INDICATOR//CP=PERIODCP=113if 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//LONG and SHORT CONDITIONSPositionsize=1if (time >=100000 and time < 230000) thenC1 = (close CROSSES OVER HIL)D1 = (close CROSSES UNDER LOL)IF c1 and not shortonmarket THENBUY positionsize CONTRACT AT MARKETENDIFIF D1 and not longonmarket THENSELLSHORT positionsize CONTRACT AT MARKETENDIFENDIF//TRAILING STOPTGL =10TGS=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 STOPENDIF// 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 stopendifset target pprofit 3006/14/2017 at 10:31 AM #3826806/14/2017 at 1:47 PM #38287Ale,
I founded all TS version very interested , actually I ‘am using the version pubblished in page 1 ( with KAsper reinvestment version) but I ‘am looked there were some different , for example the TGL/TGS used is 5 and in you last post ( up here) are 10 .
I test with 10 , Could be better ?
Regards.
06/14/2017 at 1:58 PM #3828806/15/2017 at 2:23 PM #38359Ciao Ale, volevo chiederti se i TS che hai sono validati, perchè se non si validano i TS sono destinati inesorabilmente a crashare dopo poche settimane o meno..
naturalmente questo vale per tutti quelli che postano TS 🙂
c è anche l Average net profit che deve essere capiente per contenere i costi e lo sleeppage… non è possibile tradare TS che hanno un guadagnoper trade di pochi eur.
P.S.
volevo chiederti ,se non sono troppo di disturbo , visto che conosci bene le strategie break-out , se potevi dirmi come modificare il seguente codice di un TS sul pattern IDNR4,
il TS va long al superamento del max della candela di set-up e va sellshort a condizioni inverse, ma l autore dell IDRN4 dice che se una volta entrati long (o shortsell) e i prezzi scendono e rompono il minimo della stessa candela di set-up il sistema si mette sell-short , l autore dice che si potrebbero avere sino a 3 false rotture dopo di che il Ts va flat.
grazie tante Alex
IDNR412345678910111213141516171819202122ID = high<high[1] and low>low[1]rang = rangeNR4 = rang<range[1] and rang<range[2] and rang<range[3]if ID and NR4 thentest = 1hh = highest[4](high)ll = lowest[4](low)endifif test = 1 thenBUY 1 SHARE AT hh STOPSELL 1 SHARE AT ll STOPendifif longonmarket thenSELL AT ll STOPtest = 0elsif shortonmarket thenEXITSHORT AT hh STOPtest = 0endifHi Ale, I wanted to ask you if the TSs you have are validated, because if you do not validate the TSs they are inexorably destined to crash after a few weeks .
Of course this applies to all those who post ts 🙂
There is also the Average net profit that must be capacious to contain costs and sleeppage … TS can not trade with a few eur trading profits.
I wanted to ask you, if I’m not too disturbed, as you know the break-out strategies, if you could tell me how to modify the following code of a TS on the IDNR4 pattern,the TS goes long to overcome of candle -high ,and sellshort to inverse conditions, but IDRN4 writer says that if we enter long (or shortsell) and prices go-back and break the minimum of the same set- Up candle the system close the trade long and open sell-short , the author says it could have up to 3 false breaks after which the Ts goes flat
Thanks so much anyway
edited line 5 (by robertogozzi)
06/15/2017 at 3:50 PM #38367Hello Enzo,
You validate TS using the data, but you can discover that your Montecarlo analisys or WF… etc , are made by false data… So you have a validation, but TS doesn’t work in real. Do you understand what I mean?. If you make analisys of it, you will never find a loses, because Montecarlo uses the same data that you are looking in the pictures.
I let you know about your questions..
Thanks
Ale -
AuthorPosts