Strategy DayOpen Straddle for DAX
Forums › ProRealTime English forum › ProOrder support › Strategy DayOpen Straddle for DAX
- This topic has 241 replies, 39 voices, and was last updated 3 years ago by Monobrow.
-
-
08/18/2019 at 2:56 PM #104994
@Jaykay its performance was already questionable in a downtrend. See page 9 and it appeared to be so!
Green bars and a nice equity curve, even with 100+ trades, don’t bear much meaning if the market changes direction.
@Stefanb always nice to see it tested on other markets. You can have surprises!
1 user thanked author for this post.
08/18/2019 at 6:03 PM #105013I think the strategy doesn’t perform well in downtrends because of the value of “entertime” and “lasttime” variables. If you chose a different time like 21 o’ clock it will be the opposite. It will perform in downtrends but not in uptrends.
1 user thanked author for this post.
08/18/2019 at 8:11 PM #105027Modified the code a bit and tested it on USA 500 with timeframe 30 sec and spread 1.6.
You have very little data in 30 sec, but the graph looks interesting.
someone could test with a larger period?
MODERATORS EDIT: Excessive amount of unnecessary quoted code removed. Please avoid quoting large amounts of code in your replies.
10/21/2019 at 1:48 PM #110704Since running variants of this in both demo and live I’ve had the feeling that the dax daily open has a strong tendency to fool this strategy the first minute about which direction things will go.
I have tested to run ‘once entertime = 090200’ instead of ‘090000’ and since 30 september G/L of this version has been 3.82, (same profitability both long and short) compared to backtest of ‘090000’ version which gives 1.73 G/L and losing on short positions.
I haven’t studied this strategy deeply so maybe I am missing something and how it could impact the strategy performance over time.
Any thoughts?
10/21/2019 at 7:36 PM #110755You try with ‘once entertime=090000’ and timeframe=2 minute
10/21/2019 at 7:52 PM #11075810/21/2019 at 8:01 PM #110759You try with ‘once entertime=090000’ and timeframe=2 minute
OK I see what you mean now. It doesn’t quite give the same results since 30 september.
10/22/2019 at 10:24 AM #110809You have to test a system over a longer period: set up 100,000 units (x units)
MODERATORS EDIT: I have deleted your accidental identical post in the other forum.
1 user thanked author for this post.
01/02/2020 at 5:03 AM #11572501/08/2020 at 7:11 PM #11623501/13/2020 at 1:57 PM #116644Hi guys !
impressive results with this strategy !
Can I have a consideration that may improve the results ?
With my poor 100k of backtest, I have the impression by watching on higher timeframe H1 that we manage to decrease the losses?
Explanation : with each losing trade, i saw (in H1) the 9 o’clock candle closes in the wrong direction of the position. But the reverse works almost all the time.I’m sorry to ask but I’m bad in programming !
Is it possible to add a position closure if the 9 o’clock candle H1 closes in the wrong direction?thank you so much and thanks to your jobs 😉
01/14/2020 at 1:39 AM #116713Thanks for the suggestion!
on top:
1234defparam cumulateorders = falsedefparam preloadbars = 10000TIMEFRAME (default)next above entry
1234567891011121314151617181920// added suggestion funkystuffTIMEFRAME (1 hour, updateonclose)once toggle1=1if toggle1 thenif intradaybarindex=9 thenif longonmarket thenif close<open thensell at marketendifendifif shortonmarket thenif close>open thenexitshort at marketendifendifendifendifTIMEFRAME (default)01/14/2020 at 8:44 AM #116726Arrfff I was wrong… 🙁
However I was convinced !! Damn it !Really thanks Paul and sorry to lose your time
01/14/2020 at 5:39 PM #11679501/14/2020 at 6:41 PM #116805@funkystuff np! I that’s why I post them, to get new ideas.
@Francesco Petrone Looks nice but it needs more data to test. Can you post the code or adjustments?
-
AuthorPosts
Find exclusive trading pro-tools on