Search found 2 matches
- Tue Oct 30, 2007 6:08 pm
- Forum: Tradestation indicators
- Topic: HELP CODE TCI INDICATOR PLEASE
- Replies: 4
- Views: 4008
- Gender:

- Mon Oct 29, 2007 2:42 pm
- Forum: Tradestation indicators
- Topic: HELP CODE TCI INDICATOR PLEASE
- Replies: 4
- Views: 4008
- Gender:

HELP CODE TCI INDICATOR PLEASE
Need help to code this TCI indicator in EasyLanguage. Here is what I have so far. n1 = ChannelPeriods; // Channel periods defaultvar is 14. n2 = AvgPeriods; // Average periods defaultvar is 24. AP = Avg; //Typical Price (High+Low+close)/3 ESA = EMA(AP, n1); D = EMA(abs(AP - ESA), n1); CI = (AP - ESA...