Discussion re Auto-System – HLHB Trend Catcher – DAX mtf
Forums › ProRealTime English forum › ProOrder support › Discussion re Auto-System – HLHB Trend Catcher – DAX mtf
- This topic has 64 replies, 5 voices, and was last updated 3 years ago by GraHal.
-
-
08/11/2019 at 5:24 PM #104565
Roberto asked me to raise this Topic to enable discussions on his System – HLHB Trend Catcher – DAX mtf – which can be found here …
https://www.prorealcode.com/prorealtime-trading-strategies/hlhb-trend-catcher-dax-mtf/
3 users thanked author for this post.
08/11/2019 at 5:38 PM #104566I wanted more trades and an increasing curve so I did some opti on DJI 5 mins … attached is the curve and results for spread = 4.
I was expecting a trail of either the TP or SL, but I don’t get any … see straight lines on the Graphed variables.
Any thoughts anyone?
1 user thanked author for this post.
08/11/2019 at 6:16 PM #104570This is the trailing stop (ExitPrice & SellPrice) as from the original post.
I just added
12graphonprice ExitPrice coloured(255,0,0,255) AS "ExitPrice"graphonprice SellPrice coloured(0,128,0,255) AS "SellPrice"to display them. As you can see the line increases as bars elapse in profit. The variables you GRAPHed are actually constants and won’t move at any time.
08/11/2019 at 6:56 PM #10457308/12/2019 at 10:27 AM #10459708/12/2019 at 10:48 AM #104599You wìll have to keep it running at least a few months before knowing if it’s really good, but it’s promising!
08/15/2019 at 8:27 AM #104766Excuse my poor math, I have a question regarding the trailing stop at line 261 and 270
12//line261 &270ProfitPerCent = max(ProfitPerCent[1],min(100,ProfitPerCent))I guess u mean 1=100%? and maybe we should use 0.9 instead in case the market trends even further in the favourable direction? What are your opinions?
08/15/2019 at 8:42 AM #104770The purpose of that line is to allow a percentage (ProfitPerCent) in the range 1-100, in case it’s outside those boundaries and making sure it does not fall below the value retainded the previous candle.
08/15/2019 at 8:49 AM #10477308/15/2019 at 9:11 AM #104778Sorry, my previous post should have read:
The purpose of that line is to allow a percentage (ProfitPerCent) in the range Previous Bar-100
It makes sure the computation never falls backwards (whatever its value, I use 0.01 instead of 10) and never exceeds 100 (which is 100 times as much, 1 would be enough, but I did not care much about that, the main goal is that it does not drop below the previous bar’s value, otherwise the trailing would be meaningless).
08/16/2019 at 9:04 AM #104843I found that the strategy work well for DJI with 1min vs 30min TF as well with some tweak on the trailing stop. In my opinion the strategy is quite universal, especially on trendy markets. Has anyone tried this nice strategy on other markets? What are the results?
08/16/2019 at 9:11 AM #104844some tweak on the trailing stop
What were your tweaks on the Trailing Stop please?
Please could you post your tweaks as code or even your full version for DJI 1 min TF.
08/22/2019 at 2:45 PM #10530108/22/2019 at 2:50 PM #105306I don’t know, I never tried other instruments.
1 user thanked author for this post.
08/26/2019 at 9:43 PM #105623Hi @robertogozzi!
Congrats for your strategy. It looks very well.
I saw that you use variable Z on RSI to do Walk Forward. Wich others variables do you recomend to improve with Walk Forward? What parameters did you used to do Walk Forward?
Thanks
-
AuthorPosts
Find exclusive trading pro-tools on