EURUSD Morning Entry V1

Forums ProRealTime English forum ProOrder support EURUSD Morning Entry V1

Viewing 15 posts - 46 through 60 (of 68 total)
  • #101119

    Could you add the bb conditions?

    #101144

    @winnie37

    add the following conditions in your code

    bu= BollingerUp[20](close)
    bd= BollingerDown[20](close)
    ba= (bu+bd)/2
    br= (bubd)
    c5= ba<ba[1] or high > bu[1]
    for long trades it doesn’t seem to be a good filter like with short trades. Further investigation as to be made to understand why.

     

    1 user thanked author for this post.
    #101145

    Paul, great job with long trades.
    Trading hours have a big impact on performances. I tweaked @vonasi indicator “most actives hours_v2” in order to validate the best trading hours.
    For long trades the best results are between 14 to 21 or at night between 23 to 5 am
    For short strades 10 to 14 is good but we can improve performance by opening trades earlier at 8 am. From 8 am to 14, performance only lowers at noon.
    I joined 2 screen captures. The first one is a capture of @vonasi indicator. The second one allows to validate that performance is stable other time. I have 100k of data so the test are made since 2016.

     

    #101152

    I often use the optimiser for time using the code below, optimiser X and Y settings could be, for example … 000000 to 110000 in steps of 001500.

    I ignore the no sense times like 047500 which would most likely be the same optimiser result as 046000 or 050000 anyway.

     

    Just a thought / idea.

    #101162

    Thanks for this advice Grahal. To prevent nonsense time we can maybe change “time” by “hour”.

    1 user thanked author for this post.
    #102673

    Could you post the lastest version with optimized hours? Thanks

    #102753
    Abz

    hello

    tested this strategy on the new PRT11 they have more data. see attached screen

     

    i tested the original code posted on the page 1 in this discussion

     

     

     

     

     

     

    2 users thanked author for this post.
    #103541

    Hi team!

    I tried to modifiy with optimized hours but not sure to abtain a better result.


    @Magifina
    , you talk about long trades but in the V3 version, it seems there are only short trades. Do you confirm? Did you insert these part of the code on your own or did I miss something?

    Thanks for this work guys!

     

     

    #103542

    Hi Gregg,

    You are right. V3 only show short trades. You can add long trades by inverting short conditions. For the time range 11PM to 5AM or 2PM to 9PM works.

    1 user thanked author for this post.
    #103545

    Thanks @Magifina for your reply. I agree it increases the results in a good way… But still a ratio less than 2.

    Do you keep these DEFPARAM?

    And I will try to add a Trailing Stop or maybe a Breakeven to see if it can change something better.

    #103552

    Could you post the entire version (long&short)?

    #103553

    I took away all conditions because they only improve a little bit max drawdown. It allowed me to test the best time frames.
    For short trades 66% of the pêrformance is between 13 to 14.
    For long trades most of the performance is between 00 to 01 AM

     

    #103555

    Thanks @Magifina! Not very easy to find the right parameters… and I’m not confortable with the Walk Forward tool to test it.


    @winnie37
    , I’m not sure to be the right person to give my version of the code because I’m new in the game but here it is:

    I tried to add a Breakeven code and also a Trailing stop but it doesn’t change results that much. I think it’s because of the very short time we are exposed (about 3 to 4h max).

    I’m not very confident with the winrate and ratio… But I’m sure that Master rank like Paul, Nicolas, GraHal, Vonasi or Roberto will have better suggestions 🙂

     

    2 users thanked author for this post.
    #103560

    Hi folks,

    Gregg that looks good, nice!  You can set multiplier  for the atr.

    Here is a snippet to play with profit-targets

     

    edit it uses

     

    1 user thanked author for this post.
    #103842

    Hi the strategy performs poorly for recent few trades, does it have anything to do with Brexit? It seems to give a better sense of security with a tighter stoploss/trailing stop. Cheers

Viewing 15 posts - 46 through 60 (of 68 total)

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