Skip to content

Custom indicators

CiCustom

CiCustom is a class intended for using the custom technical indicators.

Description

CiCustom class provides the creation, setup, and access to the data of a custom indicator.

Declaration

class CiCustom: public CIndicator

Title

#include <Indicators\Custom.mqh>

Class Methods by Groups

Attributes
NumBuffersSets the number of buffers
NumParamsGets the number of parameters used when creating an indicator
ParamTypeGets the type of the specified parameter
ParamLongGets the value of the specified parameter of integer type
ParamDoubleGets the value of the specified parameter of double type
ParamStringGets the value of the specified parameter of string type
Input/output
virtual TypeVirtual identification method
Last updated on