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

Automated Trading Language Documentation

Screenshot
NZDUSD, M15
Real
Extrapolator Indicator
Extrapolator
Author: GODZILLA
How to Subscribe to Trading Signals How to Subscribe to Trading Signals Subscribe to signal
SenshFX
26.77%, 977.53 EUR
ONEpair Balance ProfitLoss ControlONEpair Balance ProfitLoss Control Try product
ONEpair Balance ProfitLoss Control
Author: LeAnsaty

ScaleFix (Get Method)

Gets the value of "ScaleFix" property (fixed chart scale or not).

bool  ScaleFix() const

Returned value

Value of "ScaleFix" property of the object, assigned to the class instance. If there is no object assigned, it returns false.

ScaleFix (Set Method)

Sets new value for "ScaleFix" property.

bool  ScaleFix(
   bool  scale_fix      // new value
   )

Parameters

scale_fix

[in]  New value for "ScaleFix" property.

Returned value

true if successful, false if property hasn't changed.


Updated: 2010.02.22