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:
|
|
|
|
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
|
|
|
|
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 '-)
|
|
|
|
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.