Do you have a table of matching moving averages with I guess percentage or fractional value.
Like MACD 12,26,9 = To some decimal or fractional value. What is another way of expressing that. I had some table years ago. example: 0.33 * value2 + (0.67 * PREV) = Mov(value2,5,E); 0.2 * value3 + ( 0.8 * PREV) = Mov(value3,9,E)
