can you guys tell me how do you scan potential trade from 100s of scripts? IS there any scanner for amibroker or online scanner? Else it takes forever if I go through every script and chart. I used the following formula in Amibroker for NSE scripts but I'm not impressed with the result. Or is 315 system works best for Future trading?
Code:
Buy = Cross(EMA(C,3),EMA(C,15));