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

Automated Trading Language Documentation

Interview with Antonio Morillas (ATC 2011) Interview with Antonio Morillas (ATC 2011) NonLagAMA Indicator
NonLagAMA
Author: GODZILLA
Subscribe to signal
FOREX NAVIGATOR
115.21%, 15 518.85 USD
Screenshot
EURGBP, H1
Demo
ONEpair Balance ProfitLoss ControlONEpair Balance ProfitLoss Control Try product
ONEpair Balance ProfitLoss Control
Author: LeAnsaty

FixedMax (Get Method)

Gets the value of "FixedMax" property (fixed maximal price).

double  FixedMax() const

Returned value

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

FixedMax (Set Method)

Sets new value for "FixedMax" property.

bool  FixedMax(
   double  max      // new fixed maximum
   )

Parameters

max

[in]  New value for "FixedMax" property.

Returned value

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


Updated: 2010.12.15