Can I get specific Symbol data without opening the specific symbol chart?

 

Hello and thank you for reading my enquiry!

I am programing an script that analyzes all the symbols of market watch in all the temporalities using a custom fractal indicator.

The problem is that the indicator function iHigh and iLow will return 0.0 if the specified symbol is not opened in a chart and the bars are loaded.

I wonder if there is another way of accessing to this data without opening a chart because the chart limit is 100 and i have to wait the bars to load.

Thank you for your attention, I hope you can help me.

 
You can get it out from MqlRates, but you have to select the symbol in the code
 
amando:
You can get it out from MqlRates, but you have to select the symbol in the code

Thank you very much!