Custom indicator input name - page 2

 
Dua Yong Rew:
Where can I read on strict compatible?
"Strict compatible" does not mean just compiler compatible. A lot of things can go wrong if your code is not compatible with strict mode and all of them must be corrected
 
I did have array out of range issue. Resolved that and strict works. Repaint too.
 
Dua Yong Rew:

I tired to put

input ENUM_TIMEFRAMES  TF          = PERIOD_W1;      // Time Frame
Try old way.. extern
 
Hairi Baba:
Try old way.. extern
Tried. Not working.
 
Dua Yong Rew:
Tried. Not working.
I wonder why #property strict make your indi not repaint. It has nothing to do with with it. Unless your coding structure prevent it (ie decimal point conversion from double to int) which, make it repaint too, but lesser..I guess..
 
Hairi Baba:
I wonder why #property strict make your indi not repaint. It has nothing to do with with it. Unless your coding structure prevent it (ie decimal point conversion from double to int) which, make it repaint too, but lesser..I guess..

The OP fixed their problem - there was an array out of range error which they fixed.

Dua Yong Rew:
I did have array out of range issue. Resolved that and strict works. Repaint too.
 
honest_knave:

The OP fixed their problem - there was an array out of range error which they fixed.

Oh sorry, missed that :p
Reason: