|
Create
Creates "Arrow with fixed code" graphical object.
bool Create(
|
Parameters
chart_id
[in] Chart identifier (0 – current chart).
name
[in] Unique name of the object to create.
window
[in] Chart window number (0 – main window).
time
[in] Time coordinate.
price
[in] Price coordinate.
Return Value
true - successful, false - error.
Example:
//--- example for CChartObjectArrowCheck::Create
|