i use a fastline (f1) with a custom axis and a second fastline (f2) with datasource = f1. The second one has also the function stddeviation set. In that case, the line f2 has also the same axis like f1 and is automaticly shown at the bottom of the chart. now i want to show f2 relative to the average of f1. For example now:
|
|---------------------- f1
|
|
|
|
|----------------------- f2 (stddev)
|________________
wanted:
|----------------------- f2 (stddev)
|---------------------- f1
|----------------------- f2 (stddev)
|
|
|
|
|________________
The value of f2 is correct, but must be shown relatively to the average of f1 so you can see the relationship of f1 and f2. How can i achieve this without to calculate the stdev for my own

Thanks in advance!