Package | Description |
---|---|
com.dukascopy.api | |
com.dukascopy.api.system |
Modifier and Type | Method and Description |
---|---|
long |
IStrategies.startStrategy(IStrategy strategy,
IStrategyListener listener,
boolean fullAccess)
Deprecated.
please use
IClient.startStrategy(IStrategy) instead. |
Modifier and Type | Method and Description |
---|---|
IStrategy |
IClient.loadStrategy(java.io.File strategyBinaryFile)
Loads strategy from jfx file
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Long,IStrategy> |
IClient.getStartedStrategies()
Returns map with ids mapped to associated strategies.
|
Modifier and Type | Method and Description |
---|---|
long |
IClient.startStrategy(IStrategy strategy)
Starts the strategy with default exception handler that will stop strategy if it trows exception
|
long |
IClient.startStrategy(IStrategy strategy,
IStrategyExceptionHandler exceptionHandler)
Starts the strategy
|
long |
ITesterClient.startStrategy(IStrategy strategy,
IStrategyExceptionHandler exceptionHandler,
LoadingProgressListener testerProgressListener)
Starts the strategy
|
long |
ITesterClient.startStrategy(IStrategy strategy,
LoadingProgressListener testerProgressListener)
Starts the strategy
|
long |
ITesterClient.startStrategy(IStrategy strategy,
LoadingProgressListener testerProgressListener,
ITesterExecution testerExecution,
ITesterUserInterface testerUserInterface)
Starts the strategy
|
long |
ITesterClient.startStrategy(IStrategy strategy,
LoadingProgressListener testerProgressListener,
ITesterParametersForVisualMode testerParametersForVisualMode,
ITesterExecution testerExecution,
ITesterUserInterface testerUserInterface)
Starts the strategy
|
long |
ITesterClient.startStrategy(IStrategy strategy,
LoadingProgressListener testerProgressListener,
ITesterParametersForVisualMode testerParametersForVisualMode,
ITesterExecution testerExecution,
ITesterUserInterface testerUserInterface,
boolean writeHTDataToFiles)
Starts the strategy.
|
long |
ITesterClient.startStrategy(IStrategy strategy,
LoadingProgressListener testerProgressListener,
ITesterVisualModeParameters testerVisualModeParameters,
ITesterExecution testerExecution,
ITesterUserInterface testerUserInterface)
Starts the strategy
|
long |
ITesterClient.startStrategy(IStrategy strategy,
LoadingProgressListener testerProgressListener,
ITesterVisualModeParameters testerVisualModeParameters,
ITesterExecution testerExecution,
ITesterUserInterface testerUserInterface,
boolean writeHTDataToFiles)
Starts the strategy.
|
Copyright © 2024. All rights reserved.