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
high-low function from many fastline series
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.
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.
Marjan Slatinek,
http://www.steema.com
http://www.steema.com
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?
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?