Hull moving average crossover strategy

Forums ProRealTime English forum ProOrder support Hull moving average crossover strategy

  • This topic has 1 reply, 2 voices, and was last updated 1 year ago by avatarJS.
Viewing 2 posts - 1 through 2 (of 2 total)
  • #201868

    Hello everybody

    As an idea i have combined a simple hull moving average crossover strategy with the Bbandstop Indicator from Nicolas, the SAR and a Trailing. The strategy shows passable results on the Nasdaq Tech cash.

    Further tests, combination and optimization ideas would be appreciated.

    The indicators are included in the itf. file.

    Thank you already for further improvements

    #201924
    JS

    IF longonmarket AND Bbandshortcondition THEN
    EXITSHORT AT MARKET ??????
    endif

    For your LONG -positions to close use:

    IF longonmarket AND Bbandshortcondition THEN
    Sell AT MARKET
    endif

    1 user thanked author for this post.
Viewing 2 posts - 1 through 2 (of 2 total)

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