public method EntryOrderRequestBuilder.setStopPips

Brief

Sets the pips the stop order must close the position at

Declaration

protojavascriptjavacsharp
public setStopPips(stopPips : real) : EntryOrderRequestBuilder

Parameters
stopPips

The number of pips at which a stop order will be executed. A pip is a unit of measurement that represents the smallest incremental price movement in a currency pair

Returns

The method returns an instance of the EntryOrderRequest class

Details

See also: EntryOrderRequestBuilder

Declared in EntryOrderRequestBuilder

back