scubabill |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Thursday, November 3, 2005 |
Friday, February 1, 2008 10:30:43 PM |
1 [0.00% of all post / 0.00 posts per day] |
|
I am trying to implement the buy and sell signal PCF submitted by Sir Geologist, printed in The Worden Report of February 1 and I am getting syntax errors. The formulas as they appear are the followingl;
Buy Signal
(STOC3.2 > AVG(STOC3.2,3)) AND (STOC8.3 > AVG(STOC8.3,3)) AND (STOC12.3 > AVG(STOC12.3,3)) AND (STOC12.3 < 65) AND (STOC30.4 > AVG(STOC30.4,5)) AND (TSV17 > AVG(TSV17,10)) AND (AVGC20.2 < AVGC20.1 AND (AVGC20.1 < AVGC20)
Sell Signal
(STOC3.2 < AVG(STOC3.2,3)) AND (STOC8.3 < AVG(STOC8.3,3)) AND (STOC12.3 < AVG(STOC12.3,3)) AND (STOC12.3 < 68) AND (STOC30.4 < AVG(STOC30.4,5)) AND (STOC30.4 < 69) AND (TSV17 < AVG(TSV17,10))
I tried replacing the comma with period for those function that used data other than todays data, but that didn't work.
Please let me know since I am very interested in using them.
Thanks,
Bill
Orlando, FL
|
|