Once your trial is over, and you are using the free version then quoteman will only allow you update your prices via its Import facility.
So, the answer is no, it does not "stop" working, instead it has gone manual and not auto anymore.
It certainly is a nice piece of software. But to answer your question, it doesn't matter what timeframe you are using the indicators are oblivious to it, all they do is plot your data. There must be something you are not doing right. Is there data? Can you see the intraday chart? Just what...
My suggestion is to check to see if you have duplicated Symbols. Look at your list using either Fibo or QuoteMan. If you do, then you will find your data in the other one.
Cheers,
mxt :D
I don't mind helping you to work out a solution, perhaps as a script. But I dont know about the volume bit. First you should respond to the question I posted.
Here is a script that detects an "inside day".
(lag($HighBar) >$HighBar) and ($LowBar > lag($LowBar)) and (lag($CloseBar) >...