Free profitable strategies

Forums ProRealTime English forum ProOrder support Free profitable strategies

  • This topic has 53 replies, 19 voices, and was last updated 1 year ago by avatarTimH.
Viewing 15 posts - 31 through 45 (of 54 total)
  • #175778

    Hi,

    This is the combination of the 5 different strategies for the DAX which vschmitt Artificall has previously openly shared.  I have simply combined them into one strategy, with some additional code kindly provided by robertogozzi

    The majority of the performance comes from the Momentum strategy however, the others smooth out the equity curve through their smaller contributions to the overall performance.

    5 users thanked author for this post.
    #175797

    Thanks for ur contribution.  Where is the original thread?

    1 user thanked author for this post.
    #175885

    I have been using this in a modified form since 08/20. But even the original system still works flawlessly today.

     

    https://www.prorealcode.com/prorealtime-trading-strategies/long-only-strategy-with-the-tma-channel/

    #175889

    Thanks phoentzs.

    Something is wrong with ur link.

    Whats the different between the orginal and ur modified version? Would be great if u post ur modified version in the linked thread.

    #175893

    Looks like the word “only” dropped from the URL and doesn’t get copied with a straight copy paste from the page, we’ll look at it

    #175894

    Sorry, here is a new link. The link points to the original version, which works fine. I’ll keep my version to myself for now. 😉

    https://www.prorealcode.com/prorealtime-trading-strategies/long-only-strategy-with-the-tma-channel/

    #175895

    The link doesn’t work either. Why?

    #175896

    Ok, it’s a known website bug on a very small number of old links apparently, but a tough one to understand why as previous investigations didn’t solve it. Sorry.

    As a workaround please click on the faulty link anyway, and in the address box at top of the page, add with keyboard the word “only” in the middle of … long- -strategy … to make it the normal text: … long-only-strategy

    #175900

    In my opinion should all strategys have their own thread.  A better way of discussion and improvements. Maybe coder JohnScher or phoentzs can start one. If not i will tonight.

    #175901

    Or copy the link above and paste direct into browser address bar.

    1 user thanked author for this post.
    #175902

    tough one to understand

    Links to Topics that don’t work may be due to the Title / Subject of the Topic having been changed after the original link was created (i.e. before the Topic title was changed).

    1 user thanked author for this post.
    #175903

    In this particular case it’s a library topic and title wasn’t changed, but I don’t know much more about the subject, it’s in Nicolas’ hands. Also, yes your copy-paste of the “texted” link in the address bar rather than clicking on it would work too.

    1 user thanked author for this post.
    #175908

    @samsanpop – regarding _PRD DAX Combi strategy:

    Removing or commenting out the sellshort function, essentially making it a long only strategy, creates slightly better results. Thanks for sharing!

    Remove this:
    //SHORT ENTRY CONDITIONS
    s1 = (m10[0]m10[1]) < 0
    s2 = (m20[0]m20[1]) < 0
    s3 = (m50[0]m50[1]) < 0
    s4 = (m100[0]m100[1]) < 0
    s5 = (m300[0]m300[1]) < 0
    s6 = (m800[0]m800[1]) < 0
    conditionSellMomentum = s1 AND s2 AND s3 AND NOT s4 AND s5 AND NOT s6
    // OPEN A SHORT ENTRY
    IF conditionSellMomentum AND conditionMarketVolatilityM THEN
    PSTOPLOSS = 100
    PTARGET = PSTOPLOSS * 2
    SET STOP pLOSS PSTOPLOSS
    SET TARGET pPROFIT PTARGET
    SELLSHORT PositionSize CONTRACT AT MARKET
    P1 = 1
    ENDIF
    1 user thanked author for this post.
    #175976

    Time Frame M2

    #176541

    Hi, Anyone can convert “GBPJPY MINI M15” code itf file in Metatrader 4 file Expert Advisor?

     

Viewing 15 posts - 31 through 45 (of 54 total)

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