Registered User Joined: 10/7/2004 Posts: 4
|
I have been using Aeiken Ashi instead of candlesticks. I have created certain "conditions" to apply to my stocks.These conditions give results that you would expect from candlesticks. However, Heiken Ashi (HA) would give different results.
My question is.......Is there a way to have a condition apply to HA symbols only?
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
A formula for the Open of TC2000 version 12's Heiken-Ashi candles would be:
XAVGC3.1
A formula for the High of TC2000 version 12's Heiken-Ashi candles would be:
(H + XAVGC3.1 + ABS(H - XAVGC3.1)) / 2
A formula for the Low of TC2000 version 12's Heiken-Ashi candles would be:
(L + XAVGC3.1 - ABS(L - XAVGC3.1)) / 2
A formula for the Close of TC2000 version 12's Heiken-Ashi candles would be:
C
PCF Formula Descriptions
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|