Registered User Joined: 12/18/2010 Posts: 5
|
I would like to create a custom indicator, but don't know how to write the code in TC2000 v.12.2 to enable it. I would like it to do this:
IF (MACD-Histogram ticks up) AND (20EMA ticks up), THEN return green
IF (MACD-Histogram ticks up) AND (20EMA ticks down), THEN return blue
IF (MACD-Histogram ticks down) AND (20EMA ticks up), THEN return blue
IF (MACD-Histogram ticks down) AND (20EMA ticks down), THEN return red
Any help would be much appreciated. Thanks!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
TC2000 version 12.2 does not have the ability to paint indicators based on the results of Conditions.
Thank you for your suggestion. It has been assigned case number 7732.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|