Special Functions
VTS provides the following special functions to ease Expert Advisor development.
- fnOpenOrder This function it used to open a new order (position).
- fnModifyOrder This function is used to modified an existing open order (position).
- fnCloseOrder This function it used to fully or partially close an existing open order (position).
- fnTrailingStop This function it used to place a trailing stop on an existing open order (position).
- fnGetOrderInfo This function is used to get information about an existing open order (position).