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

Notification

Icon
Error

Options
Go to last post Go to first unread
Asimov  
#1 Posted : Wednesday, November 8, 2006 5:46:45 AM(UTC)
Asimov

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/18/2006(UTC)
Posts: 16

Is it possible to insert in a function the price in a X day?

For example if i want to display the security normalized by the price at 1/1/2005 does anything like that: close/ "PRICE AT (1/1/2005)" exist???

Thanks all!

kanellop  
#2 Posted : Wednesday, November 8, 2006 9:07:46 AM(UTC)
kanellop

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/3/2005(UTC)
Posts: 181

Dear Sir,

Hello.

Please try this:

Go to your Indicator Builder and choose New.

Then put anyone Name in the New Formula.

Put as Code inside your Formula that:

Day1 := 17;
Month1 := 10;
Year1 := 2005;

ValueWhen(1,DayOfMonth() = Day1 AND Month() = Month1 AND Year() = Year1, CLOSE)

That show you the Closing Price of the Stock or anything else, on the Day of 17-10-2005.

You can put any Number in the Day1, Month1, Year1, as you wish.

(If the Date does not exist in your Downloader, because is a Weekend which we have no Data, that Formula will not show you nothing in your Chart).

Kind Regards,

George Kanellopoulos.

Asimov  
#3 Posted : Friday, November 10, 2006 2:24:00 AM(UTC)
Asimov

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/18/2006(UTC)
Posts: 16

Thanks a lot!!!!
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.