MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

Subscribe to signal
Orchidea
57.59%, 10 180.43 USD
The ZigZag Indicator: Fresh Approach and New Solutions The ZigZag Indicator: Fresh Approach and New Solutions MartinNevalyshkaMartinNevalyshka Try product
MartinNevalyshka
Author: cmillion
Fast ZigZag Indicator
Fast ZigZag
Author: Yurich
Screenshot
EURUSDm, M1
Real

PlotIndexSetString

The function sets the value of the corresponding property of the corresponding indicator line. The indicator property must be of the string type.

bool  PlotIndexSetString(
   int     plot_index,     // plotting style index
   int     prop_id,        // property identifier
   string  prop_value      // value to be set
   );

Parameters

plot_index

[in]  Index of graphical plot

prop_id

[in] The value can be one of the values of the ENUM_PLOT_PROPERTY_STRING enumeration.

prop_value

[in]  The value of the property.

Return Value

If successful, returns true, otherwise false.


Updated: 2009.11.20