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 15 posts - 1 through 15 (of 36 total)
  • #29612

    I created this basic beginner code for the EURUSD 1H and added a trailing stop function which Nicolas had posted on the forum. The result looks okay but my concern is that it’s starting first after 2015 (1 pip spread). Any takes on what I could do differnet. And how is the performance before 2013? Short trades has been far more profitable than long trades during the backtest. Maybe not a surprise since the longer trend has been to the downside.

     

    #29955

    C1 should be changed to cross over -150 in order to include long trades too.

    #29968

    Looks good Victor, I like the low Drawdown!

    I’ve always found EUR/USD difficult to trade manual or Auto, but you seem to have nailed it!

    Have you got Walk Forward test on your Platform yet? Interesting how your Bot works on Walk Forward.

    I’ll come back with any improvements, but somehow I don’t think I’ll find any! 🙂

    Cheers
    GraHal

    #29978

    I’ve set it going Live, partly to test out my ‘negative equity / loss limiter’.

    Settings as below

    GraHal

    #30034

    Finally a reply! I thought it was a bit strange that no one reacted on what I thought was a pretty good attempt on this pair. Can you please tell me a bit more about the idea behind your loss limiter? It looks very interesting!

    I got the Walk Forward test available on my demo account today so I have not yet had time to try it out on this system. I’m currently testing the system on my demo account and hopefully I’ll take it live afterwards.

    #30047

    Since you are “mirroring” the conditions for short trades, is it normal that indicator9 and indicator10 variables are different than the long ones?

    You should also only declare the same indicator only once, it is unnecessary to declare them for each side.

    #30048

    Yes it can be disappointing when nobody replies, I experience this also. I noticed it had been a few days with no response so I thought I’d check it out.

    Normally I’m very cautious and run on Demo first, but with my loss limiter coded in for added negative equity protection, I thought I’d set it going Live @ £1 per point.

    If you want to know more re the Loss Limiter then please read below. Loads of background reading also on the ‘bad beginnings’ thread (3rd line of link below).

    https://www.prorealcode.com/topic/negative-equity-loss-limiter-help-please/

    I’ll let you know when your Bot triggers in Live for me.

    Regards
    GraHal

     

    #30063

    @Nicolas –  when I mirror the conditions for long and short I normally have the long a bit lower and the short a bit higher for a better result. In this case there’s an error in the buying condition as I pointed out later on. It should be “cross over -150” (almost the same as cross under 140) and not -240.

    @GraHal – Thanks for the link, I’ll check it out! The draw down visible on the picture I uploaded is smoothen out with the correct buying condition so I’m hoping that the real test will be okay. Let’s have a review after a few trades.

    #30198

    Triggered … see short trade attached.

    I’m probably going to stop the Bot if it goes back up much past the LH at 10,794 (IG times by 10K so 1.0794) as this would indicate a reversal of the current downtrend.

    It be interesting to see what your Bot does in Demo?

    GraHal

    #30226

    I’m short too on my demo and I’ll let it run to see how the exit is handled. If you are stopping now I can congratulate you to 60 pips 🙂

    #30238

    Yeah I stopped the Bot right after that big drop at 13:00 ish GMT … 61 pips, there was a pullback so I didn’t get max pips, but a profit is a profit! 🙂

    So far so good and the entry point was logical also!

    Cheers
    GraHal

    #30239

    I think we should put this one into the Library, to drain more people here.
    So now you already have good results even with long trades too?

    #30241

    Sounds good to me!

    #30264

    Hi Nicolas, Yes the long trades was solved buy updating the entry criteria.

    The system closed the position on 1.07708 (about 45 pips profit) and has now opened a new short. You can put the code in the library but I’m afraid I don’t have time at the moment to rewrite it more nicely were every indicator is specified only once. I have attached the correct code and I have updated this one with an additional criteria on

    both long and short which prevents from entering positions following the shorter trend when the price is in an oversold or overbought stage. This only excluded 10 trades out of 400+ so I think it’s acceptable.

    #30289

    Victor, nice work with latest changes … gives about £450 more profit over 100,000 x 1H and lowers the Drawdown by £120 … keep em coming matey! 🙂

    Thank You
    GraHal

Viewing 15 posts - 1 through 15 (of 36 total)

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