Optimization moving average crossing strategy with “machine learning”

Forums ProRealTime English forum ProOrder support Optimization moving average crossing strategy with “machine learning”

Viewing 6 posts - 1 through 6 (of 6 total)
  • #185770

    Does enyone know how to write a strategy that tests which crossing is best for long and short entry from this indicatorfile?

    https://www.prorealcode.com/prorealtime-trading-strategies/optimization-ma-cross-machine-learning/

     

     

    #185774

    Did you see this Topic?

    https://www.prorealcode.com/topic/optimization-moving-average-crossing-strategy/

    1 user thanked author for this post.
    #185796

    Thanks GraHal. I Will have a look.

    #185981

    I tested the code shared by GraHal. Please note that you need to define the periods of the two MAs as constant, i.e. if EMA[P1] crosses over/under HullAverage[P2]. This code doesn’t allow to goal seek which P1 and P2 best fit your strategy.

    #185990

    You can optimize the periods separately if you want, but it works on the basis that some MAs are inherently faster than others, even with the same period.

    #185994

    I agree, you can optimize the P1/P2 with backtest in ProOrder, but not as “machine learning” as suggested in the title of this topic.

Viewing 6 posts - 1 through 6 (of 6 total)

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