public method Instrument.getConditionDistEntryStop

Overview

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

function getConditionDistEntryStop()
public double getConditionDistEntryStop();
public double getConditionDistEntryStop();

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