Registered User Joined: 4/22/2013 Posts: 14
|
How to plot a condition on a chart (either on the price bar or the vol bar) when the following condition is true:
NYSE adv issues / NYSE dec issues >= 2.98 and NYSE adv vol/ NYSE dec vol >= 5.4 and ARM index <= 0.63.
ARM index = (NYSE adv issues / NYSE dec issues)/NYSE adv vol/ NYSE dec vol.
I got an error when use
($NYEA/$NYED)>=2.98 and (NUVOL/NDVOL)>=5.4 and (($NYEA/$NYED)/(NUVOL/NDVOL))<=0.63
Thanks very much!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The Personal Criteria Formula does not have syntax for referencing other indicators. All calculations need to be done using the symbol which is actively calculating. What you are attempting is not possible in either version of TC2000 (it is possible in StockFinder).
The Arms Index is also know as TRIN and is available by selecting the symbol TRIN-X. You may also wish to review the following:
Market Stats, TICK and TRIN
Worden’s Market Indicators (T2s)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 4/22/2013 Posts: 14
|
Thank you very much!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|