public method Instrument.getConditionDistEntryStop

Brief

Returns the distance in points between the current market price and the stop-loss order that has been placed when entering a trade. The stop-loss order is an order to automatically close a trade if the price of the instrument moves against the trader by a specified amount

Declaration

protojavascriptjavacsharp
public getConditionDistEntryStop() : real

Returns

The method returns a real value that represents the distance in points between the current market price and the stop-loss order that has been placed when entering a trade. The stop-loss order is an order to automatically close a trade if the price of the instrument moves against the trader by a specified amount

Details

Declared in Instrument

back