gregcwilson |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Friday, April 9, 2010 |
Wednesday, September 21, 2016 6:57:17 PM |
1 [0.00% of all post / 0.00 posts per day] |
|
Would you Please help with a program for the following:
This is what I want it to do and look like:
I want to take to the change in price from one day to the next and divide it by the current price to eliminate price bias. The result should be expressed as an absolute - whether the change is up or down is immaterial. Then I want to run a 10 day moving average of the data. I would like to Invert the data and use a Log scale so that it would equate easier to price. The highs in the APC tend to align with highs in a security, and vice versa.
Below is a formula that is used for this in another charting program - Metastock
Mov(Abs((C-Ref(C,-1))/C,10,Simple)
Thanks,
Greg
|
|