Scanner Script?
-
Hi everyone, my idea is to run an EA on all MT5 charts, but it might be problematic because of the system issues. So is it possible to create script like this that will run an EA on all symbols,and will work like a marketwatch scanner for symbols with signal from an EA, maybe anyone knows which blocks should be used to create this script ?
Appreciate any help, thanks
-
@donjon122 You simply create your bot normally and the use this block on top of all you block trees:

You can type there all charts to be scanned. The bot just neds to be run on one single chart, though.
-
@l-andorrà Thanks for an idea, should I use this block as an EA or Script ?
-
@donjon122
I think EA would be better. Script will close itself soon after execution, while EA will keep giving you results -
@sktsec That's correct.