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

Automated Trading Language Documentation

IncEnvelopesOnArray Library
IncEnvelopesOnArray
Author: Integer
Ticks MACDTicks MACD Try product
Ticks MACD
Author: dupter
How to Add New UI Languages to the MetaTrader 5 Platform How to Add New UI Languages to the MetaTrader 5 Platform Screenshot
EURUSD, M15
Demo
Subscribe to signal
SteveAAAfx2
40.92%, 14 123.47 USD

FontSize (Get method)

Gets the OBJPROP_FONTSIZE (font size) property of the chart object.

int  FontSize()

Returned value

The value of the OBJPROP_FONTSIZE property.

FontSize (Set method)

Sets the OBJPROP_FONTSIZE (font size) property of the chart object.

bool  FontSize(
   const int  value      // new value
   )

Parameters

value

[in]  New value of the OBJPROP_FONTSIZE property.

Returned value

true if successful, otherwise false.


Updated: 2012.04.06