Strategy Tester and Scanning for Alerts

 

I have written an EA that has to scan multiple currencies and give an alert when certain conditions are true for a particular currency pair.

Can I test this EA in the Strategy Tester and receive Alerts when a condition is met in a particular currency?

 
Only the tested pair is modeled. You'd have to iBarShift( otherPair, tf, Time[i]) to get the correct offset which is subject to max bars on chart, and you will have to handle error 4066
 
WHRoeder:
Only the tested pair is modeled. You'd have to iBarShift( otherPair, tf, Time[i]) to get the correct offset which is subject to max bars on chart, and you will have to handle error 4066

Thanks a lot for that info! Seems too much trouble to have more pairs than the tested pair.
Reason: