Rank: Newbie
Groups: Registered, Registered Users Joined: 5/22/2005(UTC) Posts: 1 Location: melbounre australia
|
I use Metastock 6.52 indicator builder to write my own formula which enables me to draw horizontal lines at various price levels. But as yet I cannot draw vertical lines at various dates. I wish to write a formula to plot lines at various periods from a particular date. Can anyone advise me if it is possible to use a metastock function to draw a vertical lines ??
Thanks...
Chris.
|
|
|
|
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)
|
I am pretty sure you cannot programatically place vertical lines, but what you can do is use an expert to place a symbol at the relevant places on the chart.
If you are placing specific dates on the chart, such as 9/11/2002, save them in the templates you use.
Hope this helps.
wabbit :D
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
Also if you want to plot a vertical line every x amount of bars.
Plot the following indicator as histgoram and overlay without scale on your chart
For a vertical line every five days starting in 2005 :
Year() = 2005 and Mod(Cum(1),5)=0
Patrick
|
|
|
|
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)
|
Thats just sheer brilliance Patrick!
Why hasnt anyone figured that one out before!
[Never let the computer win]
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Posts: 2,266
Was thanked: 1 time(s) in 1 post(s)
|
Thanks, I though everyone knew that one :oops:
|
|
|
|
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.