You can do it multiple ways, all of them described in the documentation section — Access to Timeseries and Indicator Data
Function
Action
Gets history data of the Rates structure for a specified symbol and period into an array
Gets history data on bar opening price for a specified symbol and period into an array
Gets history data on maximal bar price for a specified symbol and period into an array
Gets history data on minimal bar price for a specified symbol and period into an array
Gets history data on bar closing price for a specified symbol and period into an array
Returns Close price value for the bar of specified symbol with timeframe and shift
Returns High price value for the bar of specified symbol with timeframe and shift
Returns Low price value for the bar of indicated symbol with timeframe and shift
Returns Open price value for the bar of specified symbol with timeframe and shift
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello all,
I am writing a script right now. I would like to get access to every symbol and every OHLC candle from that specific symbol. I am getting the symbol name by SymbolName(..., false); right now which is working well. I can see all the currencies I can trade with my basic script. I would like to get the OHLC candles by specifying that same sybmol. How do I do this?
Thanks