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.
-
-
04/17/2017 at 7:25 PM #3235104/17/2017 at 7:54 PM #3235504/17/2017 at 9:37 PM #32364
@Kasper and Henrik
unfortunately Brent historical data with 200.000 bars start 3-agu-2015.
Remember that we can test other currencies/indices/commodities/etc.. with different trading hour not only 10000 to 230000 like EURUSD, and we can search others with different time frame. The research will be very long. Before to start research, we may establish which market could be more profitable.
We must consider this feature:
- Spread
- Minimum distance of stop loss (it should be available very close, or in some cases, might be rejected because Donchian stop loss level is variable)
- Historical data available (es: Brent it’s too short).
I Prepare a list of commodities, currencies etc .. with good features
if you think of any possible problem, talk about it so we try to resolve it.
Thanks All!1 user thanked author for this post.
04/18/2017 at 9:47 PM #3251904/19/2017 at 6:20 AM #32534Hi,
Thank you for a nice piece of code ALE.
I ran Henrik’s FBI OPTI code on AUD/USD (WF 5/70/30) overnight. I did a pdf of the results but file’s too big to attach so I created a GoogleDrive folder for sharing. Also I’m thinking it would be nice to keep results in one place for practical purposes, so if you guys test on other markets/with different settings and so on, feel free to add content to the GoogleDrive-folder. It should be accessible to anyone using https://drive.google.com/open?id=0B6gmkKnnn7-gREJWYVpMWk9scWs
Page 3 in the pdf has comments containing the variables for each sample, you might need to download the pdf to read them though…
Interestingly the hitrate and gain from short trades were far superior to thise of long trades in this case.
Cheers!
1 user thanked author for this post.
04/19/2017 at 12:32 PM #32578Hi Tedvin. just a suggestion- a freeware such as Lightshoot for capturing screenshoots works very good for this site 🙂
Cheers Kasper
1 user thanked author for this post.
04/19/2017 at 1:44 PM #32602@Elsborgtrading, that’s right, I’m using it myself! 🙂 http://app.prntscr.com/en/index.html
Launched an optimisation on NZDUSD this morning and suddenly get an error from the platform. I’m trying to do it again now..
2 users thanked author for this post.
04/19/2017 at 1:53 PM #3260404/19/2017 at 4:41 PM #3264004/19/2017 at 8:54 PM #32659Hi KG6450- yes I added the stoploss 48. both on the comments by ALE as this was one parameters that also worked very well above 40(I think it was)
By defining a SL we know how much we are risking and there for can calculate our risk and MM. Also when define SL this becomes one of the strategies on the site that has a defined RR above 1- not many of those. RR is actually the magic number 1.6
Nicolas wrote about positionsizing was not limited by the wholes of 1 any more, so we can change the MM code. It does not yield as much as the other, but we are now in total control of our risk. it is precise 1% now- when balanced.
123456789101112131415161718Reinvest=1if reinvest thenCapital = 5000Risk = 1//0.1//in % pr positionStopLoss = 48//7//10 // Could be our variable XREM Calculate contractsequity = Capital + StrategyProfitmaxrisk = (equity*(Risk/100))MAXpositionsize=5000MINpositionsize=1Positionsize= MAX(MINpositionsize,MIN(MAXpositionsize,abs(((maxrisk/StopLoss)))))//*Pointsize))))elsePositionsize=1StopLoss = 48Endifgraph abs(((Positionsize*stoploss)/equity)*100) COLOURED(0,0,0) AS "MAXRISK"04/19/2017 at 9:04 PM #32660Would it make sense to WF optimize with pairs of two variables at a time- sort of narrowing it down to see if the instrument is profitable- before making the big WF run with optimizing all variables?
I think it could save a lot of time and I could start on this for some instrument in the list on the 100000 units version- posting the findings- picking potential winners and the people with the 200000 version could run the time consuming WF?
Cheers Kasper
1 user thanked author for this post.
04/19/2017 at 10:09 PM #3266504/19/2017 at 10:53 PM #32667@Elsborg@all
Yes we must avoid to start big WF, we have seen that it became very long test, and may be that we became inefficent.
I’ve make a list to choose the contract with low spread and a close stop if it is necessary for trailing stop. We must consider also volatility to avoid contract with little move. (Nicolas has attached file in page 2 with all currencies volatility range)
I’m preferring commodities to start research to diversify my portfolio.
I’ve attached file for GOLD, this is one of many solutions. This set work with many levels and average profit it’s too low to approach real market. Now I’ll try to set Gold strategy on large levels, with a large take profit.04/19/2017 at 10:56 PM #3267004/19/2017 at 10:59 PM #32673 -
AuthorPosts