Backtest possible downtrend

Forums ProRealTime English forum ProOrder support Backtest possible downtrend

Viewing 3 posts - 1 through 3 (of 3 total)
  • #223054

    Hi,

     

    How can i backtest the following strategy:

    timeframe(DAILY)

    EMA50=ExponentialAverage[50](Close)

    C1=Summation[12](Close<EMA50)=12
    ATRpercent=100*(AverageTrueRange[14](close))/close
    c2 = ATRpercent>=3
    C3=Close*Average[30](Volume)>7500000

     

    c4= close>open

    C5=(high-close) >= (close- Low)

     

    test = c1 AND C2 AND C3 and c4 and c5
    screener[test]

    If above requirements are met:

    Go short 3 cents below the low of last candle

     

    Exit the trade on the first close above EMA10 (daily)

    Thanks

     

    gr Marco

    #223070

    Post your topic in the correct forum:
    _ ProRealTime Platform Support: only platform related issues.
    _ ProOrder: only strategy topics.
    _ ProBuilder: only indicator topics.
    _ ProScreener: only screener topics
    _ General Discussion: any other topics.
    _ Welcome New Members: for new forum members to introduce themselves.

    I moved your topic from the ProScreener support.

    Thanks 🙂

    There you go:

     

     

    #223103

    Thanks Roberto

     

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

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