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

Automated Trading Language Documentation

ATC Champions League: Interview with Olexandr Topchylo (ATC 2011) ATC Champions League: Interview with Olexandr Topchylo (ATC... Screenshot
USDCAD, M1
Real
ROMAN5 Time Breakout Indicator FreeROMAN5 Time Breakout Indicator Free Try product
ROMAN5 Time Breakout Indicator Free
Author: ROMAN5
Subscribe to signal
IST
104.09%, 12 825.51 USD
XOSMA Oscillator Indicator
XOSMA Oscillator
Author: GODZILLA

ShowLastLine (Get Method)

Gets the value of "ShowLastLine" property.

bool  ShowLastLine() const

Returned value

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

ShowLastLine (Set Method)

Sets new value for "ShowLastLine" property.

bool  ShowLastLine(
   bool  show      // new flag value
   )

Parameters

show

[in]  New value for "ShowLastLine" property.

Returned value

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


Updated: 2010.02.22