yes... assuming your first criteria is stochastic, add another criteria something like:
buy1 = stochastic criteria; buy2 = TimeNum() > 154900; buy = buy1 and buy2; this will say that the stochastic must be after 154900, which is 3:49. hope this helps. --- In [email protected], "aboaziz_sa" <[EMAIL PROTECTED]> wrote: > > AA set to 5 min to scan group of stocks with Stochastic as a system . > > My question: > Is t possible to restrict the AA to show only Signals generated the > last 10 minutes , not from the beginning of the trading day? > > I would appreciate it. > Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
