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

Automated Trading Language Documentation

Finding Errors and Logging Finding Errors and Logging Demo_FileFind Script
Demo_FileFind
Author: Automated-Trading
AEA Market Zone MomentumAEA Market Zone Momentum Try product
AEA Market Zone Momentum
Author: tradelife
Screenshot
NOKJPY, D1
Real
Subscribe to signal
Forex Stock Signal
21.33%, 34 627.73 USD

FixedMin (Get Method)

Gets the value of "FixedMin" property (fixed minimal price).

double  FixedMin() const

Returned value

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

FixedMin (Set Method)

Sets new value for "FixedMin" property.

bool  FixedMax(
   double  min      // new fixed minimum
   )

Parameters

max

[in]  New value for "FixedMin" property.

Returned value

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


Updated: 2010.12.15