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

Tutorial for Forex Trading is one of Fintechee’s free services. We help traders learn how to trade Forex by using our WEB Trader or Expert Advisor Studio. The contents here will not be limited to the field of Forex. Any instrument of investment will be discussed.


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.