if( NOT( tn[y] > 80000
AND tn[y] < 90000) AND NOT( tn[y] > 200000 AND tn[y] < 210000) )
This does not enter trades from 8--9est AM and Pm. with
Tn=TimeNum();
you work on the rest.
If I just get amibroker will I be able to do this?
Or do I need intra day data from somewhere else?