Automated Trading Language Documentation
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.
Sets new value for "ShowLineAsk" property.
bool ShowLineAsk( bool show // new value )
Parameters
show
[in] New value for "ShowLineAsk" property.
true if successful, false if property hasn't changed.