Hello guys,
I just try to set an alert when my indicator is above certain lever to check whether the indicators are working with fxdreema or not with the simple structure in this link https://fxdreema.com/shared/JoBgz03ad
Which one of My Indicator works just fine but the one in the link (SPMRC) doesn't.
I imported both indicator from .mq4 file and did not adjust anything aside from changing its output name.
I also attach the SPMRC indicator with this post, just in case that you guys might think it is the problem with the indicator.
SPMRC.mq4
Oh, actually I adjusted some codes in the indicator to clear 2 array warnings
- double SpearmanRankCorrelation(double &Ranks[], int N)
- void RankPrices(int &InitialArray[])
by putting "&" in the code as I thought that the warning might be the reason why this indicator is not working with fxdreema.
Thank you very much in advance,
Bright