public method Instrument.getConditionDistStop
Overview
Returns the distance in points between the current market price and the stop-loss order that has been placed for 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
function getConditionDistStop()
public double getConditionDistStop();
public double getConditionDistStop();
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 for 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