PureBytes Links
Trading Reference Links
|
OK, here's one that I run into occasionally and has always driven
me nuts. Anybody have an explanation/fix?
I often use indicators that take an expression as their input,
like Custom 1 Line. Sometimes I use this with two data series.
So let's say I'm using Custom 1 Line to display the difference
between two data series, passing "C - C data2" to the indicator.
Works fine. Now I want to look at a recent average of that
difference. As soon as I wrap "C - C data2" with average,
xaverage, t3average, anything like that -- the indicator returns
zero.
I can wrap "C - C data2" with other functions, like sine or
absvalue or whatever, and it works fine. But any average
function flatlines it.
What's going on here??
Gary
|