|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
shift
parameter.
CloneNotSupportedException
IOrder.close()
method for entry orders
shift
parameter.
ITick.getAsks()
method
shift
parameter, 0 - current bar (currently generated from ticks), 1 - previous bar (last formed bar) If there is no bar loaded at that
position, then function returns null.
time
parameter
ITick.getBids()
method
PrintStream that prints messages with error priority.
- getFillTime() -
Method in interface com.dukascopy.api.IOrder
- Returns time of the fill
- getFirstValueIndex() -
Method in class com.dukascopy.api.indicators.IndicatorResult
- Returns index of first element in input parameter(s), that has corresponding calculated value
- getFlags() -
Method in class com.dukascopy.api.indicators.OutputParameterInfo
- Returns flags of the output
- getGoodTillTime() -
Method in interface com.dukascopy.api.IOrder
- Returns time when order will be cancelled or 0 if order is "good till cancel"
- getGroupName() -
Method in class com.dukascopy.api.indicators.IndicatorInfo
- Returns name of the group
- getGroups() -
Method in interface com.dukascopy.api.IIndicators
- Returns list of indicator groups
- getGroups() -
Method in interface com.dukascopy.api.indicators.IIndicatorsProvider
- Returns list of indicator groups
- getHigh() -
Method in interface com.dukascopy.api.IBar
- Returns the highest price of the bar
- getHistory() -
Method in interface com.dukascopy.api.IContext
- Returns interface that allows access to history data
- getId() -
Method in interface com.dukascopy.api.IOrder
- Returns position or entry ID
- getIndicator(String) -
Method in interface com.dukascopy.api.IIndicators
- Returns indicator with specified name
- getIndicator(String) -
Method in interface com.dukascopy.api.indicators.IIndicatorsProvider
- Returns indicator with specified name or null if no indicator was found
- getIndicatorInfo() -
Method in interface com.dukascopy.api.indicators.IIndicator
- Returns object that describes indicator, how many inputs, outputs it has, where it should be shown etc
- getIndicators() -
Method in interface com.dukascopy.api.IContext
- Returns interface that allows to calculate indicator values
- getIndicatorsProvider() -
Method in interface com.dukascopy.api.indicators.IIndicatorContext
- Returns interface that can be used to get indicators registered in the system
- getInputParameterInfo(int) -
Method in interface com.dukascopy.api.indicators.IIndicator
- Returns object that describes one of the inputs
- getInstrument() -
Method in interface com.dukascopy.api.IOrder
- Returns instrument of the order
- getInterval() -
Method in class com.dukascopy.api.Period
- Returns interval in milliseconds.
- getInterval() -
Method in enum com.dukascopy.api.Unit
- Returns interval of time unit in milliseconds
- getKey() -
Method in interface com.dukascopy.api.IChartObject
-
- getLabel() -
Method in interface com.dukascopy.api.IOrder
- Returns label
- getLastTick(Instrument) -
Method in interface com.dukascopy.api.IHistory
- Returns last tick for specified instrument
- getLeverage() -
Method in interface com.dukascopy.api.IAccount
- Returns current leverage.
- getLongDescription() -
Method in enum com.dukascopy.api.Unit
- Returns long description
- getLookback() -
Method in interface com.dukascopy.api.indicators.IIndicator
- Returns number of elements needed to calculate value of the first element.
- getLow() -
Method in interface com.dukascopy.api.IBar
- Returns the lowest price of the bar
- getMainTab(String) -
Method in interface com.dukascopy.api.IUserInterface
- Returns tab by unique key which is used by strategies
to display some information and is located in the main
panel among charts and strategy source files
- getMax() -
Method in class com.dukascopy.api.indicators.DoubleRangeDescription
- Returns maximal value
- getMax() -
Method in class com.dukascopy.api.indicators.IntegerRangeDescription
- Returns maximal value
- getMin() -
Method in class com.dukascopy.api.indicators.DoubleRangeDescription
- Returns minimal value
- getMin() -
Method in class com.dukascopy.api.indicators.IntegerRangeDescription
- Returns minimal value
- getName() -
Method in class com.dukascopy.api.indicators.IndicatorInfo
- Returns name of the indicator.
- getName() -
Method in class com.dukascopy.api.indicators.InputParameterInfo
- Returns name of the input
- getName() -
Method in class com.dukascopy.api.indicators.OptInputParameterInfo
- Returns name of the optional input
- getName() -
Method in class com.dukascopy.api.indicators.OutputParameterInfo
- Returns name of the output
- getNames(String) -
Method in interface com.dukascopy.api.IIndicators
- Returns indicator names that belongs to specified group
- getNames(String) -
Method in interface com.dukascopy.api.indicators.IIndicatorsProvider
- Returns indicator names that belongs to specified group
- getNextBarStart(Period, long) -
Method in interface com.dukascopy.api.IHistory
- Returns starting time of the bar next to the bar that includes time specified in
barTime
parameter
- getNumberOfElements() -
Method in class com.dukascopy.api.indicators.IndicatorResult
- Returns number of elements in output array
- getNumberOfInputs() -
Method in class com.dukascopy.api.indicators.IndicatorInfo
- Returns number of inputs, that should be provided before calling function
- getNumberOfOptionalInputs() -
Method in class com.dukascopy.api.indicators.IndicatorInfo
- Returns number of optional inputs, that can be set to customize function
- getNumberOfOutputs() -
Method in class com.dukascopy.api.indicators.IndicatorInfo
- Returns number of indicator outputs.
- getNumOfUnits() -
Method in class com.dukascopy.api.Period
- Returns number of units.
- getOpen() -
Method in interface com.dukascopy.api.IBar
- Returns opening price of the bar
- getOpenPrice() -
Method in interface com.dukascopy.api.IOrder
- Returns entry level price for conditional orders in
IOrder.State.CREATED
and IOrder.State.OPENED
state or price at which order was
filled for orders in IOrder.State.FILLED
or IOrder.State.CLOSED
states
- getOptInputParameterInfo(int) -
Method in interface com.dukascopy.api.indicators.IIndicator
- Returns object that describes optional input
- getOrder(String) -
Method in interface com.dukascopy.api.IEngine
- Returns order by label, or null if no order was found
- getOrder() -
Method in interface com.dukascopy.api.IMessage
- Returns
IOrder
linked with this message or null if there is no related order
- getOrderById(String) -
Method in interface com.dukascopy.api.IEngine
- Returns order by id, or null if no order was found
- getOrderCommand() -
Method in interface com.dukascopy.api.IOrder
- Returns
IEngine.OrderCommand
of this message
- getOrders(Instrument) -
Method in interface com.dukascopy.api.IEngine
- Returns list of orders in
IOrder.State.CREATED
, IOrder.State.OPENED
and IOrder.State.FILLED
state for
specified instrument
- getOrders() -
Method in interface com.dukascopy.api.IEngine
- Returns list of orders in
IOrder.State.CREATED
, IOrder.State.OPENED
and IOrder.State.FILLED
state
- getOut() -
Method in interface com.dukascopy.api.IConsole
- Returns
PrintStream that prints messages with normal priority
- getOutputParameterInfo(int) -
Method in interface com.dukascopy.api.indicators.IIndicator
- Returns object that describes output
- getPairsSeparator() -
Static method in enum com.dukascopy.api.Instrument
- Returns currency separator
- getPipScale() -
Method in enum com.dukascopy.api.Instrument
-
- getPipValue() -
Method in enum com.dukascopy.api.Instrument
- Returns value of one pip for this currency pair
- getPointsCount() -
Method in interface com.dukascopy.api.IChartObject
-
- getPrecision() -
Method in class com.dukascopy.api.indicators.DoubleRangeDescription
- Returns number of digits after decimal separator, that should be used
- getPreviousBarStart(Period, long) -
Method in interface com.dukascopy.api.IHistory
- Returns starting time of the bar previous to the bar that includes time specified in
barTime
parameter
- getPrice(int) -
Method in interface com.dukascopy.api.IChartObject
-
- getPrimaryCurrency() -
Method in enum com.dukascopy.api.Instrument
- Returns primary currency of this currency pair
- getRequestedAmount() -
Method in interface com.dukascopy.api.IOrder
- Returns requested amount
- getSecondaryCurrency() -
Method in enum com.dukascopy.api.Instrument
- Returns secondary currency of this currency pair
- getSelectedOfferSide() -
Method in interface com.dukascopy.api.IChart
-
- getSelectedPeriod() -
Method in interface com.dukascopy.api.IChart
-
- getShortDescription() -
Method in enum com.dukascopy.api.Unit
- Returns short description, usually one or two characters long
- getStartTimeOfCurrentBar(Instrument, Period) -
Method in interface com.dukascopy.api.IHistory
- Returns starting time of the current bar (bar currently generated from ticks) for specified instrument and period.
- getState() -
Method in interface com.dukascopy.api.IOrder
- Returns current
IOrder.State
of the order
- getStopLossPrice() -
Method in interface com.dukascopy.api.IOrder
- Returns price of stop loss condition or 0 if stop loss condition is not set.
- getStopLossSide() -
Method in interface com.dukascopy.api.IOrder
- Returns side that is used to check stop loss condition
- getStroke() -
Method in interface com.dukascopy.api.IChartObject
- Returns stroke that is used for object rendering
- getSuggestedIncrement() -
Method in class com.dukascopy.api.indicators.DoubleRangeDescription
- Returns suggested step to change this input
- getSuggestedIncrement() -
Method in class com.dukascopy.api.indicators.IntegerRangeDescription
- Returns suggested step to change this input
- getTakeProfitPrice() -
Method in interface com.dukascopy.api.IOrder
- Returns price of take profit condition or 0 if take profit condition is not set.
- getTicks(Instrument, long, long) -
Method in interface com.dukascopy.api.IHistory
- Returns ticks for specified instrument and time interval.
- getTime() -
Method in interface com.dukascopy.api.IBar
- Returns start time of the bar
- getTime(int) -
Method in interface com.dukascopy.api.IChartObject
-
- getTime() -
Method in interface com.dukascopy.api.ITick
- Time of the tick
- getTimeForNBarsBack(Period, long, int) -
Method in interface com.dukascopy.api.IHistory
- Returns starting time of the bar that is
numberOfBars - 1
back in time to the bar that includes time specified in
to
parameter.
- getTimeForNBarsForward(Period, long, int) -
Method in interface com.dukascopy.api.IHistory
- Returns starting time of the bar that is +
numberOfBars - 1
in the future to the bar that includes time specified in
from
parameter.
- getTimeOfLastTick(Instrument) -
Method in interface com.dukascopy.api.IHistory
- Returns time of last tick received for specified instrument.
- getTitle(String) -
Method in interface com.dukascopy.api.indicators.IIndicatorsProvider
- Returns indicator's title
- getTitle() -
Method in class com.dukascopy.api.indicators.IndicatorInfo
- Returns title of the indicator
- getTrailingStep() -
Method in interface com.dukascopy.api.IOrder
- Returns current trailing step or 0 if no trailing step is set
- getType() -
Method in interface com.dukascopy.api.IChartObject
- Returns type of the graphical object
- getType() -
Method in interface com.dukascopy.api.IEngine
- Returns type of the engine, one of the
IEngine.Type.LIVE
, IEngine.Type.DEMO
or IEngine.Type.TEST
for tester.
- getType() -
Method in interface com.dukascopy.api.IMessage
- Returns type of the message
- getType() -
Method in class com.dukascopy.api.indicators.InputParameterInfo
- Returns type of the input
- getType() -
Method in class com.dukascopy.api.indicators.OptInputParameterInfo
- Returns type of the optional input
- getType() -
Method in class com.dukascopy.api.indicators.OutputParameterInfo
- Returns type of the output
- getUnit() -
Method in class com.dukascopy.api.Period
- Returns time unit.
- getUseOfLeverage() -
Method in interface com.dukascopy.api.IAccount
- Returns current use of leverage.
- getUserInterface() -
Method in interface com.dukascopy.api.IContext
- Returns an interface which provides control
to custom strategy tabs in the main and
bottom panels
- getValueNames() -
Method in class com.dukascopy.api.indicators.DoubleListDescription
- Returns names of the every value in array
- getValueNames() -
Method in class com.dukascopy.api.indicators.IntegerListDescription
- Returns names of the every value in array
- getValues() -
Method in class com.dukascopy.api.indicators.DoubleListDescription
- Returns array of the values, that user can set
- getValues() -
Method in class com.dukascopy.api.indicators.IntegerListDescription
- Returns array of the values, that user can set
- getVolume() -
Method in interface com.dukascopy.api.IBar
- Returns volume of the bar.
IHistory
interface represents API for historical data access.IOrder.State.CREATED
or IOrder.State.OPENED
state
IOrder.State.CREATED
or IOrder.State.OPENED
state
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |