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

Notification

Icon
Error

Options
Go to last post Go to first unread
satyanarayana Boggavarapu  
#1 Posted : Wednesday, May 31, 2017 12:58:33 PM(UTC)
satyanarayana Boggavarapu

Rank: Newbie

Groups: Registered Users, Subscribers, Unverified Users
Joined: 1/31/2017(UTC)
Posts: 2

Hi,

Manually I am drawing rectangles, horizontal lines, vertial lines, trend lines etc and they are saved when I save them as a chart or layout.

I want to draw them through program. Is it possible ? which functions to be used?

Thanks,

Satya

MS Support  
#2 Posted : Wednesday, May 31, 2017 3:33:32 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: satyanarayana Boggavarapu Go to Quoted Post

Hi,

Manually I am drawing rectangles, horizontal lines, vertial lines, trend lines etc and they are saved when I save them as a chart or layout.

I want to draw them through program. Is it possible ? which functions to be used?

Thanks,

Satya

Hi,

This is not something you can currently do. Line study recognition is something we would like to do when we look at redeveloping the MetaStock formula language. I don't have any sort of time table for implementing this but it is definitely on our radar. As for actually using the formula language to draw lines, you can do this with formulas for some things. For example, pivot formulas, fibonacci formulas, simply plotting a fixed numerical value, etc.

Edited by user Wednesday, May 31, 2017 3:35:22 PM(UTC)  | Reason: Not specified

satyanarayana Boggavarapu  
#3 Posted : Tuesday, June 27, 2017 12:18:16 PM(UTC)
satyanarayana Boggavarapu

Rank: Newbie

Groups: Registered Users, Subscribers, Unverified Users
Joined: 1/31/2017(UTC)
Posts: 2

Hi, Thanks for your feedback. looking forward for this at the earliest. I want to draw horizontal lines at fixed values like at maximum prices, gap up prices etc in the indicator. I went through your formula guide but could not find which function to use for drawing the horizontal lines. Could you please guide or direct me to the correct formula to be used or snippet of codes?
wabbit  
#4 Posted : Tuesday, June 27, 2017 1:17:57 PM(UTC)
wabbit

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)

If you want to plot a horizontal line at a value, say 1.2345 then use the code:

Code:

1.2345

To use other computed values, there are Highest(), Lowest(), HighestSince(), LowestSince(), ValueWhen() and more... you'll find them all well explained in the MS User Manual and in the free Equis Formula Primer (from the Files section of this forum).

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.