Click or drag to resize

TrailBase Methods

The TrailBase type exposes the following members.

Methods
  NameDescription
Public methodGetTrailingPrice
Called if the position is trailed. Return current traling price. Implement method for inherited classes.
Public methodIsBeginTrailing
Called if the position has been opened. Return true on begin of trailing. Implement method for inherited classes.
Public methodIsTrailingStep
Called if the position is trailed. Return true on new trailing step. Implement method for inherited classes. The last trailed price is in lastTrailed member.
Public methodOnExecution
Public methodOnOrderUpdate
Public methodOnPositionUpdate
Top
See Also