Page 1 of 1

Trendlines

Posted: Mon May 02, 2016 7:56 pm
by henry1224
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

Re: Trendlines

Posted: Sun May 08, 2016 2:49 pm
by Chris White
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:

Code: Select all

IF(BETWEEN(val,0.24,0.4),0.5,0),colorstick;
Not the 50 levels that you want but it gives an idea of what to do.
A4. Colorstick colors are fixed at the moment