Renko automatic trading

Forums ProRealTime English forum ProOrder support Renko automatic trading

Viewing 15 posts - 16 through 30 (of 67 total)
  • #153364

    Since we have really limited backtest data on 10s timeframe: would it be an idea to optimise every 2 days, pick 10 results then take an average over a week or month? Or optimise daily and take an average after a couple of weeks?

    Any thoughts on how to get an average optimised value on this timeframe that might actually work?

    #153366

    @snuckle would you mind sharing your version here?

    #153404

    i just replaced your indicator with this one.

    your idea on getting an average over a couple of weeks is not a bad idea, maybe reoptimize after 1 week and keep the first still live and see how the new one performs

    and at the same time take an average of the first optimization and the second and at the end have 3 running at the same time

    #153425

    thnx. I’ve got a snippet I added to a rough version, i’am unsure how useful it will be.

    What it does i.e. for long, it shows the buy signals you miss when you’re in a long positionposition, So it doesn’t count the signal when the position is opened, only the buysignals when longonmarket.

    It does also calculated cumulative those signals which total could go up quite rapidly.

    In general the higher the amount of cumulative signals, is not a good sign for robustness.

    for testing if interested.

     

     

     

    4 users thanked author for this post.
    #153430

    Link to above added as Log 263 to here …

    Snippet Link Library

    3 users thanked author for this post.
    #153438

    @paul by implementing your snippet, do we need to change cumulateorders= true? I was experimenting with cumulate orders = true in my code as you can see but failed to get more positive results. I think it would be worth taking a look at implementing some reversal code to exit trades as I think the current one isn’t performing very well.

    #153540

    do we need to change cumulateorders= true

    no because although it hits the same points, I wanted to optimise a strategy normally with 1 position, but still have visible the missed signals & the totals.

    I’am not a fan of reversal because it cover ups the fact that the original signal was poor.

    1 user thanked author for this post.
    #153751

    i just replaced your indicator with this one.

    Hi!

    If not too complicated can you write how replace the indicator? I have to modify some parameters? If I simply replace there is an error about number of called parameters….

    Thanks in advance!

     

    #154279

    Results from first optimization on 70/30 WF have now been live for one week, seems ok so far.

    did a new optimization on 70/30 WF and will be running it live simultaniously to this one and see if the first one fades or not.

    1 user thanked author for this post.
    #154302

    If not too complicated

    Maybe snucke would prefer to share his version of the .itf with us all?

    Be easier than typing instructions etc??

    #154309

    sure

    #154327

    Hi snucke and everyone else, how do you ensure that the minimum stop distance isn’t violated? I’m on IG and I’ve been trying a few different versions but the algorithm fails because the minimum stop distance of 6 pips isn’t respected. Thanks in advance for any tips regarding this.

    #154331

    IG minimum stop distance on the DJ is 10

    #154334

    Right, my bad. Any idea of how to configure this in the code?

     

    EDIT: This restriction applies to the stop orders as well right?

    #154336

    This is my attempt at respecting the stop distance, it was added in the end of the stop loss code in snuckes latest version of this. I’m putting it on demo again to see if it works.

     

Viewing 15 posts - 16 through 30 (of 67 total)

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