logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
MuratErdogan  
#1 Posted : Wednesday, October 24, 2018 8:52:15 AM(UTC)
MuratErdogan

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

MuratErdogan  
#2 Posted : Wednesday, October 24, 2018 8:56:01 AM(UTC)
MuratErdogan

Rank: Member

Groups: Registered Users, Subscribers, Unverified Users
Joined: 12/9/2015(UTC)
Posts: 25

Thanks: 9 times

the name : MS11 - Donchian Channels

MuratErdogan  
#3 Posted : Saturday, October 27, 2018 10:26:28 AM(UTC)
MuratErdogan

Rank: Member

Groups: Registered Users, Subscribers, Unverified Users
Joined: 12/9/2015(UTC)
Posts: 25

Thanks: 9 times

I found it

thanks 

murat 

MS Support  
#4 Posted : Monday, October 29, 2018 3:20:18 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,929

Thanks: 85 times
Was thanked: 154 time(s) in 150 post(s)
Originally Posted by: MuratErdogan Go to Quoted Post

I found it

thanks 

murat 

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

thanks 1 user thanked MS Support for this useful post.
MuratErdogan on 11/9/2018(UTC)
MuratErdogan  
#5 Posted : Friday, November 9, 2018 8:11:07 PM(UTC)
MuratErdogan

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
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.