Q1: Are there Trendlines?
Q2 : Is there the ability to add notes on a chart?
Q3:= can colorstick be manipulated to plot values >50 and < 50?
Q4: can the colorstick colors be changed?
Just Asking
Trendlines
Moderator: Chris White
-
- Posts: 212
- Joined: Mon Nov 29, 2010 9:21 pm
Re: Trendlines
A1. Trendlines cannot be added to a chart at the moment
A2. Notes cannot be directly added to a chart. The best option is to use the Favorites watch list and add notes to there. When you are browsing back through the favorites watch list the bar will be annotated as 'Edge Event' but you can read the note from the watch list entry.
A3. You can add a formula line such as the following: Not the 50 levels that you want but it gives an idea of what to do.
A4. Colorstick colors are fixed at the moment
A2. Notes cannot be directly added to a chart. The best option is to use the Favorites watch list and add notes to there. When you are browsing back through the favorites watch list the bar will be annotated as 'Edge Event' but you can read the note from the watch list entry.
A3. You can add a formula line such as the following:
Code: Select all
IF(BETWEEN(val,0.24,0.4),0.5,0),colorstick;
A4. Colorstick colors are fixed at the moment