public method Instrument.getConditionDistEntryLimit
Overview
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
function getConditionDistEntryLimit()
public double getConditionDistEntryLimit();
public double getConditionDistEntryLimit();
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