_SECTION_BEGIN("ema3,18"); x = EMA(Close,3); y = EMA(Close,18); Buy = Cross(x,y); Sell = Cross(y,x); _SECTION_END();
It can done easily through technical analysis tools like Amibroker which have scan functionality.
Above code is related to simple cross over strategy. Scan can be run on all symbol, it will display list of symbols showing either its on buy side or sell side.
Regards
Vivith
www.neotradeanalytics.com
(authorized realtime data vendor of NSE supporting realtime data for Amibroker/Metastock and Ninjatrader)