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

Automated Trading Language Documentation

FX ProfitFX Profit Try product
FX Profit
Author: biantoro
Screenshot
EURUSDi, H1
Real
MQL5 Cookbook: How to Avoid Errors When Setting/Modifying Trade Levels MQL5 Cookbook: How to Avoid Errors When Setting/Modifying... Kaufman Efficiency Ratio Indicator
Kaufman Efficiency Ratio
Author: barmenteros
Subscribe to signal
Rem
10.32%, 100.30 USD

ShowLineAsk (Get Method)

Gets the value of "ShowLineAsk" property.

bool  ShowLineAsk() const

Returned value

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

ShowLineAsk (Set Method)

Sets new value for "ShowLineAsk" property.

bool  ShowLineAsk(
   bool  show      // new value
   )

Parameters

show

[in]  New value for "ShowLineAsk" property.

Returned value

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


Updated: 2010.02.22