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

Notification

Icon
Error

Options
Go to last post Go to first unread
SNAKE  
#1 Posted : Saturday, November 12, 2005 9:30:54 PM(UTC)
SNAKE

Rank: Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 14

Every one now Zig Zag Zig Zag has line some time up some time down I would like to see Vertical line when go up or down..... Atomatice there is formula.... I wait to get the answer SNAKE :wink:
SNAKE  
#2 Posted : Sunday, November 13, 2005 11:53:18 AM(UTC)
SNAKE

Rank: Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 14

this picture i do the vertical line munal but i need atuomaticly
Jose  
#3 Posted : Sunday, November 13, 2005 1:51:02 PM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
MetaStock -> Tools -> Expert Advisor -> New -> Trends -> copy & paste formula below into the Bullish formula box: ---8<------------------------- pr:=5; { Minimum ZigZag % change } pk:=PeakBars(1,C,pr)=0; tr:=TroughBars(1,C,pr)=0; pk OR tr ---8<------------------------- ... -> Ribbon -> tick both "Display Ribbon in Chart" & "DisplayVertical Lines" -> Ok -> Ok -> Attach Place a ZigZag indicator on price chart to verify peaks & troughs: ---8<------------------------- pr:=5; { Minimum ZigZag % change } Zig(C,pr,%) ---8<------------------------- jose '-)
SNAKE  
#4 Posted : Sunday, November 13, 2005 11:49:42 PM(UTC)
SNAKE

Rank: Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 14

thanx so much :mrgreen: =D>
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.