View Single Post
  #12 (permalink)  
Old 09-23-2007, 09:02 AM
mladen's Avatar
mladen mladen is online now
Senior Member
 
Join Date: Oct 2006
Posts: 1,273
mladen is on a distinguished road
...

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 View Post
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!

Last edited by mladen; 09-23-2007 at 11:01 AM.
Reply With Quote