Rank:: Member
Groups: Registered Users, Subscribers, Unverified Users Joined: 12/9/2015(UTC) Posts: 25
Thanks: 9 times
|
hello dear forum.. ı use metastock 11 ı want to write in metastock explorer the doncihan channel indicator, lockback period 7 and movıng average perıod 2..
what is the code ? sory for my englısh.. thank you very much Murat
|
|
|
|
Rank:: Member
Groups: Registered Users, Subscribers, Unverified Users Joined: 12/9/2015(UTC) Posts: 25
Thanks: 9 times
|
the name : MS11 - Donchian Channels
|
|
|
|
Rank:: Member
Groups: Registered Users, Subscribers, Unverified Users Joined: 12/9/2015(UTC) Posts: 25
Thanks: 9 times
|
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 91 times Was thanked: 155 time(s) in 150 post(s)
|
Originally Posted by: MuratErdogan
Hi, The basic general formula is as follows: Code:X:=HHV(H,20);
Y:=LLV(L,20);
Ref(X,-1);
Ref(Y,-1);
Mov(((X+Y)/2),20,S);
You could substitute the HHV of 20 and LLV of 20 with 7, and the MOV periods of 20 with 2. This are also some suggested interpretation inside the indicator. I'm not sure if this formula was just inadvertently protected as part of keeping all the MS11 ones protected, but this formula is basically open.
{The direction of the channel is important. If it is pointing down, trade from the short side, selling on rallies to the upper side of the channel or to the mid-point line and buying back on a return to the lower boundary. If the channel is moving up, trade from the long side, buying on dips to the lower side of the channel or to the mid-point line and selling on a return to the upper boundary. Donchian Channel with boundaries formed by 2-day high and low closes for June S&P 500 e-mini futures.} There was also a System Test created here: http://traders.com/documentation/feedbk_docs/2014/02/traderstips.html#item4
Edited by user Monday, October 29, 2018 3:58:02 PM(UTC)
| Reason: Not specified
|
1 user thanked MS Support for this useful post.
|
|
|
Rank:: Member
Groups: Registered Users, Subscribers, Unverified Users Joined: 12/9/2015(UTC) Posts: 25
Thanks: 9 times
|
thank you very much.. Murat
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
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.