Here's a question. Which would be preferrable: 1 EA on each pair that you trade (same EA), 30+ symbols. Or 1 EA on one chart that loops through all the symbols.
Notes: Symbols are all independent, in other words, they don't rely on data from each other. No need to worry about time frames. All work is done in a while() loop.
Which scenerio has faster throughput?
Which scenerio uses less resources?
etc.
Or, which is faster: a C++ DLL or MQL4 .ex4 when it comes to calculations?
Notes: Symbols are all independent, in other words, they don't rely on data from each other. No need to worry about time frames. All work is done in a while() loop.
Which scenerio has faster throughput?
Which scenerio uses less resources?
etc.
Or, which is faster: a C++ DLL or MQL4 .ex4 when it comes to calculations?