ATR Tralingstop help

Forums ProRealTime English forum ProOrder support ATR Tralingstop help

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

    Basically I came over this ATRtraling stop, I think it made by GraHal so thanks to him. I’m not so used to ATR but I think it works good though. Problem is that I can’t really understand the different parameters and what they mean. So if someone please can help me understand ill be grateful.
    What I’m wondering about:

    What parameters can I optimize and what should be set to standard values? What values is okey  to use to not overoptimize can I use decimals on some of these values or will it be a bit to much? Please give me some tips 🙂

    Whole ATR CODE:

    / tompa3

    #163177

    Above is not one of mine so I can’t help, sorry.

    If you post the link to where you found the TS then it may help folks understand the code and variable parameters etc.

    #163189

    once tsincrements = // usually 0 – 0.2, effects how quickly the stop will trail
    once tsminatrdist = // 0 – 3, but this setting often has no effect at all

    once tsatrperiod = // typically 14, how many periods it looks back – not worth optimizing
    once tsminstop = // enter the minimum stop distance as set by IG, DJ = 12, NAS = 4, DAX = 5 etc

    once tssensitivity = // [0]close;[1]high/low //this chooses how the stop is triggered: 0 = when price closes above/below the trigger level, 1 = previous candle high above trigger or low if short

    trailingstoplong = // ts atr distance  // typically 3-10, this is the most important setting
    trailingstopshort = // ts atr distance // as above but usually worth optimizing separately

    Take note of line 43 if you’re trading Forex (ie use 43 and // line 42)

    I think Paul gets the credit for this TS, this is his revised version which will also work with cumulative orders. Note that he advises NOT to use ONCE with tssensitivity

     

    3 users thanked author for this post.
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