Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3145-standardlibrary-technicalindicators-customindicator.md
T
2026-06-23 21:47:51 +08:00

859 B

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
NumBuffers Sets the number of buffers
NumParams Gets the number of parameters used when creating an indicator
ParamType Gets the type of the specified parameter
ParamLong Gets the value of the specified parameter of integer type
ParamDouble Gets the value of the specified parameter of double type
ParamString Gets the value of the specified parameter of string type
Input/output
virtual Type Virtual identification method