Hi George,

Although it merely supports candlestick charts at this stage, it will not be tough to produce the algo operate on Range Bar charts or Renko charts.

The TMI value for every bar is calculated by calculating the corresponding CCI and ATR, both of which require arrays of highs, lows and closes of a certain interval (as you might know already this is generally 50 to get CCI and 5 to get ATR). For both Range Bar charts and Renko charts, closes are always equal to either highs or lows. I think this will not be a problem in calculating the TMI.

I will certainly implement Range Bar charts or Renko charts (or both!) Inside my system. I will post the results on here as well.

Yoshi