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

Automated Trading Language Documentation

Screenshot
GBPCHF., H4
Demo
ROMAN5 BollingerBands TS IndicatorROMAN5 BollingerBands TS Indicator Try product
ROMAN5 BollingerBands TS Indicator
Author: ROMAN5
Interview with Matúš German (ATC 2012) Interview with Matúš German (ATC 2012) Subscribe to signal
Andorra la Vella
40.45%, 61 426.88 USD
Hodrick-Prescott Channel Indicator
Hodrick-Prescott Channel
Author: victorg

SetString

Sets new value for the property of the string type.

bool  SetString(
   ENUM_CHART_PROPERTY_STRING  prop_id,     // property identifier
   string                      value        // new property value
   )

Parameters

prop_id

[in]  Property idenitifier (ENUM_CHART_PROPERTY_STRING enumeration).

value

[in]  New value for the property.

Returned value

true if successful, false if property of the string type hasn't changed.


Updated: 2010.12.15