If we leave that option than there is some side effect that should be known:
for example :
15 chart with 5 min time frame
current bar -> ok
previous bar -> time-15 indicator showing time-5 value
so you have a serrious time deviation and the indicator is, appart from the current bar, never showing any correct value for that time point (only if,by chance they are the same)
that is why I do not let that option in indicators
in
stringToTimeFrame function of indicator you have a line
PHP Code:
if (tf<Period()) tf=Period();
just comment it out and that will do the trick
regards
mladen
Quote:
Originally Posted by abcdefg
I like the V1.02 cause it comes with the alert, but when switched to say 15mins, it cannot display the stochastic for 5min, which means at higher tf, lower tf is not able to display, anyone could try to fix it? look forward to v1.03 or above
Cheers!
|