Discussions
»
Product and Service Development
»
Formula Assistance
»
ATR Trailing stop: Is it simple ATR or exponential ATR
Rank: Newbie
Groups: Registered, Registered Users Joined: 11/27/2012(UTC) Posts: 2
|
Hi
I am using following ATR trailing stop formula on The Explorer for backtesting.
Col A :
ExtFml("TradeSim.Trailingstop",
Trigger,
Long,
1.5*ATR(20), L, C);
Col B: HHV(H - 1.5*ATR(20),20);
Filter : ColA and ColB
I wonder the above ATR trailing stop formula is using SIMPLE or EXPONENTIAL ATR to work?
Can anyone help?
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
ATR uses Wilders smoothing, which is the same as (2*pds-1) exponential MA.
wabbit [:D]
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 11/27/2012(UTC) Posts: 2
|
Many thanks ... and appreicate your speedy reply
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Discussions
»
Product and Service Development
»
Formula Assistance
»
ATR Trailing stop: Is it simple ATR or exponential ATR
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.