Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
if you want to use from cBot, try it.
public class Sample : Robot
{
RankCorrelationIndex rci;
protected override void OnStart()
{
rci = RankCorrelationIndex.create(Indicators, MarketSeries);
// ......