‘Daxophone’ 5m (v1)

Forums ProRealTime English forum ProOrder support ‘Daxophone’ 5m (v1)

Viewing 13 posts - 1 through 13 (of 13 total)
  • #167374

    Greetings to the ProRealCode community!

    This system was made for fun and practice as I am new to programming.  It is very straightforward, using multiple time-frames and indicators to filter trades which are launched from the 5m timeframe.

    This system is purely experimental and probably curve fitted to a large extent. However, I did try to optimize some of the variables and I performed a number walk-forward tests.  It was fun playing with different indicators and using the WF tool!

     

    Thanks everyone

    J

    2 users thanked author for this post.
    #167415

    Line 55 condition will never be true?

     

    #167444

    I have tested it when ‘true’ and it seems to make a huge difference to the gain.  Seemed a bit unrealistic though.

    Apologies if much of the code is not correct.  I genuinely have no idea apart from the most basic programming.  This is merely for fun and learning.

    #167445

    tested over 100k candles, don’t have access to 200k unfortunately 🙁

    #167449

    1M Backtest attached

    1 user thanked author for this post.
    #167456

    is that a 1 million back-test???

    #167464

    is that a 1 million back-test???

    Yes it is; v11 PRT Premium allows it

    1 user thanked author for this post.
    #167484

    that’s amazing…. I thought the maximum was 200k! Do you think that optimizing on over 1 million candles is too much?

    #167486

    I asked myself the same question, here’s the topic: https://www.prorealcode.com/topic/1m-backtest-available-how-do-you-manage-it/

    Anyway in a general understanding i think it’s pretty much useless rn; but could be very helpful in low timeframe systems (<1m)

    #167490

    have tested it when ‘true’ and it seems to make a huge difference to the gain.

    True means a condition is met and using ‘GRAPH condition’ would result in a ‘1’ on a Chart.

    Below can never be True / 1 because how can RocnRol be both > 1 and < 1 at the same time?

    The condition below is doing nothing in your strategy.

    When you say above “have tested it when ‘true’ and it seems to make a huge difference to the gain.” then you must have made a change that made ExitL = True / 1, for example used OR instead of AND,  or changed values for RocnRol etc?

    GRAPH ExitL below as it is written in your strategy (using AND) and you will see a straight line at 0?

    Sorry to labour the point, but I’m hoping it helps you and others understand about True and False and use of GRAPH?

     

     

     

     

    1 user thanked author for this post.
    #167496

    Yes GraHal, but it works no matter what owing to line 37, so they are likely not to care much.

     

    #167505

    Ah but they will care when a similar faux pas doesn’t execute trades and they hopefully will think … what was GraHal on about re True and False!? 🙂

    #167533

    thanks Grahal!

    You are right, it should have been ‘OR’ instead of ‘AND’

     

    1 user thanked author for this post.
Viewing 13 posts - 1 through 13 (of 13 total)

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