mickael anton / Publications
Forum
question about coding multiple timeframes with iCustom function
Hi, Im trying to use the iCustom to display the same indicator in 2 separate windows, one that shows the 5m indicator, the other that shows a 15m indicator. double didi5mup = iCustom(NULL,5,"didi-index",3,8,20,0,1); double didi15mup = iCustom(NULL,15,"otherdidi",3,0,2,8,0,2,20,0,2,0,1); double