Expert Advisor Series 3 ~ Add or Create an Indicator Automatically ~

WEB Trader Get it on Google Play
  • Post by Fintechee
  • Jan 22, 2021
This tutorial video talks about how to add or create an indicator automatically via Fintechee WEB Trader

Expert Advisor Series 3 ~ Add or Create an Indicator Automatically

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.


Add or Create an Indicator Automatically

Description

This tutorial video talks about how to add or create an indicator automatically. We use “getIndicatorHandle” to get the handle of the specific indicator. By using this API, we can add or create an indicator automatically. Please note that there are two important rules when you call this API.

  • If the specific indicator doesn’t exist, then the API will help us to create a new one and return the handle of the new indicator.
  • If the specific indicator has existed, then the API will not create a new one, it will just return the handle of the specific indicator to us.

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