Attachments forums

List of attachments posted on this forum.


All files on forums: 136137

Help with iCustom MT4

Cladi39, Thu Feb 23, 2017 4:36 pm

Hello mladen, im trying to use your indicator by iCustom function but seems not work. What im doing wrong?

You help and moderators is very apreciated. Thanks soo much.

Code: Select all

double 3row(int i)
{
 double up = iCustom(NULL,0,"3-in-a-row-trend_ride_mtf_alerts_nmc_1.02",0,i);
 double dn = iCustom(NULL,0,"3-in-a-row-trend_ride_mtf_alerts_nmc_1.02",1,i); 
 
 if(up)
 {
 return(1);
 }
 if(dn)
 {
 return(-1);
 }
 
 return(0);
}
All files in topic