Page 1 of 1

high-low function from many fastline series

Posted: Thu Jan 27, 2005 3:39 pm
by 8725765
Hello,
can I use a chart containing many FastLine series as a datasource for a high-low graph to get an resulting envelop (enclosing alle values of all FastLine series)?

Joachim

Posted: Tue Feb 01, 2005 10:05 am
by Marjan
Hi, Joachim.

Not directly by simply connecting datasource to fastline series. The reason for this is high-low series cannot automatically figure out which series values go to Open,Close, Low and High values.

But you can relatively easy do this manually. Simply cycle thgrough all fastline series points and use standard AddOHCL method to add points to high-low series.

Posted: Fri Feb 04, 2005 9:59 am
by 8725765
Well, I wish it was that easy! :)
My X-axes is say 400 units. My first line adds points at 201.22, 210.55, 250.37
My next line adds points at 201.99, 211.13, 250.22....and so on. Since the Add Position donĀ“t align it will take quite a bit of calculation to get the High and Low Values e.g. at 201.00. Is there any chance for the near future that an envelope function or even an envelope series style will be included?