NAS 2m HULL-SAR trading system

Forums ProRealTime English forum ProOrder support NAS 2m HULL-SAR trading system

  • This topic has 343 replies, 42 voices, and was last updated 1 year ago by avatarbege.
Viewing 15 posts - 91 through 105 (of 344 total)
  • #150699

    thanks for that, looks like it could be worth breaking into 2 separate algos.

    #150713

    Hello, could you tell me how it can be only long or only short? I would like to learn, please

    #150720

    Simple but inelegant: duplicate the code, then delete or // anything related to short on one and anything related to long on the other. Then they can both be re-optimized.

    Otherwise you can add a long/short selector code, such as the one Paul uses:

    then you have to put your entry conditions inside an If statement:

     

    #154220

    Here’s a Long only update for this one – 6 year backtest, 75/25 opt. The 18 months OOS is much better than it should be … a good problem to have but still a bit weird ???

    I feel it could be improved, esp with some sort of exit conditions, but nothing I’ve tried seems to help. All ideas welcome.

    This has max positions = 3,  above that makes more money but less stable.

     

    6 users thanked author for this post.
    #154255

    Hello @Nonetheless!

     

    Thanks for this sharing! I don’t have quite the same results as you however. In the screenshot you’ve provided I can see that it’s written “opt” at the end of the backtest name. Do you have an optimised version?

     

    This one looks pretty good, I see if I spot something to improve 😉

    #154259

    the ‘opt’ version is just my working algo with the variables in the opt box. The one I posted has the same values inserted in the code.

    How do your results differ?

    #154311

    Ah ok! Do you have this algo in real?

     

    I have 2.80 of gain/loss ratio. The curve looks quite close anyway 😉

    #154318

    I have 2.80 of gain/loss ratio

    On a 6 year backtest?

    I’m not running it live yet, hoping for some inspired suggestions on how to improve it…

    #154464

    Hi @nonetheless

    I don´t get the same result as you either, any ideas?

    #154483

    I have no idea why you would get a different result, although I have had some v strange experiences with backtests in v11.

    I ran it again just now and I got the attached print.

    #154489

    Thank you! Oh, I have had many strange experiences with PRT overall…

    Did you run it again from your installed algo, or did you try to install your published itf again?

    #154500

    it’s the exact same that I published.

    #154503

    Ok strange, thanks!

    #155688

    I have been using this algo for only a week, so I don’t have a ton of data for this observation. The trades the algo has takes so far has always been 3 at a time and it has always happened almost at the same time, just a few moments in between. I am aware of the Cumulative order setting and I see in this thread that max number of positions are 3.

    Is it intentional that the cumulative orders are picked up at the “same” time however? Shouldn’t they be paced a bit more, like if the algo takes a trade the conditions for that trade is “nullified” and it will not take another trade until the conditions have happened again based on the moment of the first trade, which would likeley be some time in between.

    I am total novice on interpreting the algos but I am trying to learn, and maybe the behaviour I suggest is just not possible?

     

    #155689

    It sounds like a good idea, maybe you can add a variable (“space”) and try to add something like : (not tested)

    And then optimize “space”. But Im not sure of the Tradeindex behaviour when accumulating positions.

Viewing 15 posts - 91 through 105 (of 344 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login