public property O2GOrderRow.TrailStep

Brief

Gets the number of pips the market should move before the order moves the same number of pips after it.

Declaration
C#
int  TrailStep get;

Details

It is applicable only to trailing orders (trailing stop, entry trailing stop/limit). Otherwise, the method returns 0.

Note: If a trailing order is dynamic (automatically updates every 0.1 of a pip), the method returns 1.

Declared in O2GOrderRow

back