Does this system have an edge or is it just the last year?

Forums ProRealTime English forum ProBuilder support Does this system have an edge or is it just the last year?

Viewing 6 posts - 31 through 36 (of 36 total)
  • #30552

    Manel I didn’t notice your post when I replied from my phone.. I can understand why the backrest is only working for current market conditions. It needs smooth movements and if the market becomes more volatile it will not work anymore. If you have any idea in how to compensate this shortcoming please let me know!

    #30574

    An idea that I have is to try is to restrict long and short slightly depending on trend, right now they are working slightly more as a mean reverse.

    #30578

    You say ... if the market becomes more volatile it will not work anymore … that is not a bad thing unless you can ensure that trades are on the right side of the volatility?

    Alternatively get out quick using a stop dependent on a condition which is a measure of volatlilty?

    If Shortonmarket AND  ‘volatile measure’ AND Price > Price[1] AND Price[1] > Price[2] etc (i.e Price increasing) THEN

    Set pstoploss at (price+min stop distance) (or maybe just exitshort?)

    Endif

    But you would need to be able to use a 1M or even 1 sec TF as no good waiting until the end of the 1H TF as volatility may be over by then.

    The conditions above would only be read / set at the end of a bar … hence the need for 1 sec TF?  PRT Multitimeframe is coming along soon I believe?

    Just a few thoughts. I only wish I could code as quick as I think of these daft ideas which probably aren’t even codable?? hahaha

    Regards
    GraHal

    #30581

    the system already use a trailing stop, what I meant was that it can’t hand shock movements and at the moment it can go long when there is no price-action supporting long positions, therefore I would suggest it to be more trend following. I have not yet tested this so it can be completely wrong.

    #30586

    Sorry GraHal, I think I misunderstood what you said about the stop function. I’ll have a look to see what I can do.  Will try to see if I can use any of your suggestions 🙂

    1 user thanked author for this post.
    #30614

    I’m thinking that it could be changed to something like this. I have tried to create the same system with much less indicators. Still missing the real robust edge.

     

Viewing 6 posts - 31 through 36 (of 36 total)

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