Interface | Description |
---|---|
IClient |
Main entry point for the connection to the server
|
IPerfStatData |
Contains performance data concerning the execution of a strategy function.
|
IPreferences |
Global preference holder for JForex-SDK
|
IPreferences.Chart |
Global chart settings
|
IPreferences.Chart.Filtration |
Global chart filtration settings
|
IPreferences.Chart.Orders |
Global order on-chart appearance settings
|
IPreferences.Chart.Positions |
Global position on-chart appearance settings
|
IPreferences.Platform |
Global platform settings
|
IPreferences.Platform.PreferencesSettings |
Global preferences settings
|
IPreferences.PreferenceRoot |
Implemented by all settings classes to be able to navigate to the
preference root
|
IStrategyExceptionHandler |
Exception handler that is called when one of the strategy methods throws exception
|
ISystemListener |
Listener to the system events
|
ITesterClient |
Contains methods to control testing process
|
ITesterEvent |
Contains an event that happened during the test execution of a strategy
|
ITesterReportData |
Contains the results of the test execution of a strategy.
|
Class | Description |
---|---|
ClientFactory |
Factory to create IClient instance
|
Commissions |
Class allows detailed configuration of commissions for historical testing.
|
Overnights |
Allows to set fixed overnight values for every Instrument for historical testing.
|
TesterFactory |
Factory to create IClient instance
|
Enum | Description |
---|---|
IPreferences.Chart.Filtration.SundayFilter | |
IStrategyExceptionHandler.Source | |
ITesterClient.DataLoadingMethod |
Different ticks loading methods
Depending on selected method different amount of ticks will be passed to the IStrategy.onTick() method
|
ITesterClient.InterpolationMethod |
Different techniques of how to convert bars into ticks
|
ITesterEvent.CloseTrigger | |
ITesterEvent.EventType | |
ITesterEvent.OpenTrigger |
Exception | Description |
---|---|
JFAuthenticationException | |
JFVersionException |
Copyright © 2024. All rights reserved.