Free RCI (Rank Correlation Index)
 0
  0
  4755
by daneko
23 May 2015, 10:32
  if you want to use from cBot, try it.   public class Sample : Robot { RankCorrelationIndex rci; protected override void OnStart() { rci = RankCorrelationIndex.create(Indicators, MarketSeries); // ......