ta4j
Release 0.17
Java技術分析
Ta4j 是一個用於技術分析的開源 Java 函式庫。它提供了創建、評估和執行交易策略的基本組件。
Ta4j 在 Maven Central 上可用。您只需在pom.xml
檔案中新增以下相依性即可。
< dependency >
< groupId >org.ta4j</ groupId >
< artifactId >ta4j-core</ artifactId >
< version >0.17</ version >
</ dependency >
對於快照,請將以下儲存庫新增至您的pom.xml
檔案中。
< repository >
< id >sonatype snapshots</ id >
< url >https://oss.sonatype.org/content/repositories/snapshots</ url >
</ repository >
目前快照版本是來自開發分支的0.18-SNAPSHOT
。
< dependency >
< groupId >org.ta4j</ groupId >
< artifactId >ta4j-core</ artifactId >
< version >0.18-SNAPSHOT</ version >
</ dependency >
您也可以將下列依賴項新增至 pom.xml 來從 Maven 中央儲存庫下載範例程式碼:
< dependency >
< groupId >org.ta4j</ groupId >
< artifactId >ta4j-examples</ artifactId >
< version >0.17</ version >
</ dependency >
wiki 是開始學習 ta4j 的最佳場所。有關更詳細的問題,請使用問題追蹤器。
您可以透過以下一些方式為 ta4j 做出貢獻:
另請參閱:捐款政策和行為準則