Skip to content

liangjingyang/JForexKit

Repository files navigation

JForex Kit

包含了JForex API的Android Studio项目, 可以直接用Android Studio打开.

文档

JForex API开发文档:

英文官方原版

中文版持续更新中

编译

./gradlew uberJar

编译Jar包, 在build/libs/目录下生成JForexKit-3.0.jar文件.

使用

本项目是以Standalone的方式(命令行下, 无GUI)运行.

下面命令可以显示用法:

java -jar JForexKit-3.0.jar

命令支持两个参数, commandstrategy.

java -jar JForexKit-3.0.jar [command] [strategy]

其他参数在配置文件中, 配置文件请放在JForexKit-3.0.jar同目录下, 命名为JForexKit.properties, 可以通过拷贝项目里的JForexKit.properties.template来生成配置文件:

cp JForexKit.properties.template JForexKit.properties

用例

先编辑好JForexKit.properties配置文件.

OrderWatcher策略为例:

  1. 对策略进行历史测试

java -jar JForexKit-3.0.jar test OrderWatcher

  1. 在模拟盘运行策略:

java -jar JForexKit-3.0.jar demo OrderWatcher

  1. 在实盘运行策略:

java -jar JForexKit-3.0.jar live OrderWatcher

  1. 发送测试邮件, 测试邮件配置:

java -jar JForexKit-3.0.jar email

其他

  1. 项目里的com.jforexcn.wiki下面是JForex中文Wiki里面涉及到的策略, 指标, 和插件. 会随着文档的更新陆续补充.
  2. 在运行命令的时候, 只有com.jforexcn.shared.strategy里的策略才会被自动识别, 如果想测试com.jforexcn.wiki.strategy里的策略, 可以手动将其拷贝或移动到com.jforexcn.shared.strategy下面.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages