Hello, I'm new to TC2000. I am trying to setup a few PCF and not seeing the results I would expect.
For example, I am trying to set up a PCF for price above 30 week MA. I saw an example posted elsewhere but when I check the result against the chart it is incorrect.
That example was here: http://forums.worden.com/default.aspx?g=posts&t=36594
C <= .98 * (C + C5 + C10 + C15 + C20 + C25 + C30 + C35 + C40 + C45 + C50 + C55 + C60 + C65 + C70 + C75 + C80 + C85 + C90 + C95 + C100 + C105 + C110 + C115 + C120 + C125 + C130 + C135 + C140 + C145) / 30
I changed it to C > (...) / 30. It didn't work
Anyhow, to simplify this I started looking at what the individual values return and checking them against the chart.
I tried (C + C1 + C2 + C3 + C4) / 5 and hit the "Test Formula" button, that returned 20.91. So I then changed the fomula to (C + C1 + C2 + C3 + C4) / 5 = 20.91 and it returned False. Can you please explain this?
Thanks
|