
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How can get spearman rank correlation indicator value into strategy?
I tried
void OnTick()
{
double spman = iCustom(Symbol(),PERIOD_CURRENT,"Downloads\\SpearmanRankCorr",0,0);
Print("spearman " + spman);
The value won't look good.