public method Instrument.getConditionDistEntryLimit

Brief

Returns the distance in points between the current market price and the limit order that has been placed when entering a trade. The limit order is an order to automatically close a trade when the price of the instrument reaches a certain level of profit

Declaration

protojavascriptjavacsharp
public getConditionDistEntryLimit() : real

Returns

The method returns a real value that represents the distance in points between the current market price and the limit order that has been placed when entering a trade. The limit order is an order to automatically close a trade when the price of the instrument reaches a certain level of profit

Details

Declared in Instrument

back