Expert Advisor Series 5 ~ Get the Historical Data ~

WEB Trader Get it on Google Play
  • Post by Fintechee
  • Jan 22, 2021
This tutorial talks about how to get the historical data, how to get the output of the specific indicator via Fintechee

Expert Advisor Series 5 ~ Get the Historical Data

Forex Trading Tutorial is one of Fintechee’s free services. We help traders learn to trade Forex using our WEB Trader or Expert Advisor Studio. The tutorial covers a broad spectrum of investment instruments, not just limited to Forex.


Get the Historical Data

Description

This tutorial video talks about how to get the historical data and how to get the output of the specific indicator. We can use “getData” API to achieve the goals. “getData” API will return an array that contains the historical data or the output of the specific indicator. We need to specify the source of the data by passing the handle which is returned by calling “getChartHandle” and “getIndicatorHandle”. Because the handle refers to an array that contains several dimensions’ data, so we need to pass the name to the “getData” API to specify which dimension we want to get.

We can find the source code examples in our Github repository.