PositionSelect
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 14 September 2020 12:50 PM

Syntax

Public Function PositionSelect(ticketNumber As Long) As Boolean

Description

This function is used to choose an open position for a given ticket number on a trade list.

Parameters

Key Description 
ticketNumber Position number to be selected, a value  of type Long.

Return value

Returns true if successful, otherwise returns false. In order to get an error, call GetLastError() function.

Note:

After choosing the open position by ticket number , you can inquire about the property of position by using  PositionGetDouble(), GetPositionType(), GetPositionTime() ,GetPositionSymbol() and GetPositionString().

Sample

 Public Sub main ()

  Dim Ticket
  Ticket = PositonGetTicket (1)
  AlertMessage PositionSelect (Clng (Ticket))‘Returns True if position selected successfully

  End sub  

See Also


Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions