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!
|
|
|
|
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.
|
|
|
|
Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 10/18/2006(UTC) Posts: 16
|
|
|
|
|
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.