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

Forex Trading Tutorial is one of Fintechee’s free services. We assist traders in learning how to trade Forex using our WEB Trader or Expert Advisor Studio. The tutorial content is not limited to Forex; it also covers a variety of investment instruments.


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.