Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Heikin Ashi PCF Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
naiffer
Posted : Tuesday, October 4, 2011 4:23:50 PM
Registered User
Joined: 9/12/2008
Posts: 9
I cannot get a  PCF to work in TC 2000 I receive an error mesaage indicating that I have a missing argument by a + sign. Here is the PCF:

((O + H +L +C) /4 + (XAVG03 + XAVGH3  + XAVGL3 +  XAVGC3) / 4 + (H + (XAVGO3 + XAVGH3 + XAVGHL3 + XAVGC3) / 4 + ABS(H -(XAVG03 + XAVGH3 +XAVGL3 +XAVGC3) /4 )) / 2 +(L +(XAVG03 +XAVGH3 +XAVGL3 + XAVGC3) /4 - ABS(L - (XAVG03 +XAVGH3 + XAVGL3 +XAVGC3) / 4)) / 2)  /4 >=(XAVG03 +XAVGH3 +XAVGL3 +XAVGC3) / 4
Bruce_L
Posted : Tuesday, October 4, 2011 4:34:19 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try the following instead (it fixes some spaces, replaces every instance of the number 0 with the letter O and replaces one instance of XAVGHL3 with XAVGH3):

((O + H + L + C) / 4 + (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4 + (H + (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4 + ABS(H - (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4)) / 2 + (L + (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4 - ABS(L - (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4)) / 2) / 4 >= (XAVGO3 + XAVGH3 + XAVGL3 + XAVGC3) / 4

You can't right-click and select paste, but you can paste into TC2000 version 12 using ctrl-v.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.