Yea.. I get that alot laugh If there is no trade, there is no result.
So somehow you have managed to be over-selective in your trade filter behavior.

I would plot your indicators to visually see what you are triggering on.

To get the price bars without a trade use
set(PLOTPRICE+LOGFILE);

The first one gets you the price bars, the second created a log file where you can printf out to do some reality checks.

Good luck!

Pipinator