"All Pairs"
-
I am attempting to perform a task where I check, lets say the RSI, of all pairs available to the broker. The EA is intended for distribution, so I must make the solution universal to anyone regardless of their broker.
Perhaps someone knows of a custom code to implement? Maybe there is a standard MQL line of code? Using a single line of code within the "Change Market" block I can see as the best method of implementation.

-

-
@tipsywisdom Do you mean showing the value of RSI for all pairs? If so why you need to read files? Just curious.
-
@l-andorrà said in "All Pairs":
@tipsywisdom Do you mean showing the value of RSI for all pairs? If so why you need to read files? Just curious.
cause I want to know the RSI of all available pairs, to that specific broker.
-
@tipsywisdom Maybe a custom indocator to do it? Otherwise I have no idea how to do that in fxDreema.