Re: RSI iCustom

2
Cladi39 wrote: Fri Apr 28, 2017 11:56 am Hello mladen, i try to use this indicator with iCustom function but change the perior to 2 ( default is 14), and no success, can you tell me whats is wrong , sorry im learning to code.

double ln = iCustom(NULL,0,"All time frame RSI 2.5.1",2,0,i);
Cladi39

You are missing one parameter (the first one)
Do like this :

double ln = iCustom(NULL,0,"All time frame RSI 2.5.1","",2,0,i);


Who is online

Users browsing this forum: No registered users and 15 guests