Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 3/16/2005(UTC) Posts: 93 Location: Maryland,US
|
Does anyone know how to specify the last date displayed and last date loaded for all charts? I want to do an exploration for a specific date, set the exploration date in the exploration options dialog to a specific date before it is ran. After the explorations are ran when I display the results - I would like the last date displayed and last date loaded {X-Axis Properties} to be the date that I set the run for.
There is a load option to prompt for dates when chart is opened. This sets the last date like I want, but you have to enter the date on each stock opened. Whats worse you have to use the cheesy Windows 3.1 lookalike non-moveable calendar or cut and paste the date in the date field. Is there an easy way to set the last date information for all charts opened? I'm on 10 EOD.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 6/3/2005(UTC) Posts: 64 Location: India
|
HI VAUGHN
try this date function
the below mentioned is iuse for computing rate of chnage between two specific dates of u r choice.... try it. any help just message me.
Day1 := 11;
Month1 := 05;
Year1 := 2006;
100 * (CLOSE - ValueWhen(1,DayOfMonth() = Day1 AND Month() = Month1 AND Year() = Year1, CLOSE))/ ValueWhen(1,DayOfMonth() = Day1 AND Month() = Month1 AND Year() = Year1,CLOSE)
|
|
|
|
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.