Hello,
I have for example this Code:
var temp = hhv(14,high)-llv(14,low);
Now i want to compute the Exponential Moving Average of temp variable.
I 've tried with both of the Built-in averages ( ema() and MAStudy()) but i didn't make it.
Is there any way to calculate this and not only the fix prices (close,low,high etc )?
Thank you.
I have for example this Code:
var temp = hhv(14,high)-llv(14,low);
Now i want to compute the Exponential Moving Average of temp variable.
I 've tried with both of the Built-in averages ( ema() and MAStudy()) but i didn't make it.
Is there any way to calculate this and not only the fix prices (close,low,high etc )?
Thank you.
Comment