Hey,
I was just wondering if anyone could tell me how to build a simple indicator that calculates the absolute value of the High minus the low for each bar, and plots a 10 bar simple MA of the data. I tried the formula wizard, but it needs you to input expressions such as "if this is > than this, do this", but the indicator i'm trying to build does not need any expressions. Also, I don't know how to customize the MA to make it compute data from ABS(High - Low).
Would appreciate any specific code or general info on how to do it.
Thanks.
I was just wondering if anyone could tell me how to build a simple indicator that calculates the absolute value of the High minus the low for each bar, and plots a 10 bar simple MA of the data. I tried the formula wizard, but it needs you to input expressions such as "if this is > than this, do this", but the indicator i'm trying to build does not need any expressions. Also, I don't know how to customize the MA to make it compute data from ABS(High - Low).
Would appreciate any specific code or general info on how to do it.
Thanks.
Comment