sulaiman4j / Publications
Forum
Why empty value shows for indicator in mt4
0 I have an indicator named "Star-Profit-Channel.ex4", It has 7 values my code is : void OnTick (){ double starProfitChannel1 = iCustom ( NULL , 0 , "Star-Profit-Channel" , 0 , 1 ); double starProfitChannel2 = iCustom ( NULL , 0 , "Star-Profit-Channel" , 1 , 1 ); double starProfitChannel3 =