1 Star 0 Fork 105

rookey / abu

forked from Gitee 极速下载 / abu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
readme-en.md 10.79 KB
一键复制 编辑 原始数据 按行查看 历史
阿布 提交于 2023-02-28 22:25 . Add files via upload

Abu seeks the intelligent-strategy which be able to explained by of a word.

Abu can help users to improve the strategy automatically, take the initiative to analyze the behavior of the orders generated by the strategy to prevent the losing-money transaction.

Right now, we still writting code by hand, abu is designed to be running complete-automatically in the future, including the entire work-process and strategy itself.

Our expectations : abu users only need to provide some seed strategy, on the basis of these seeds, computer continue to self-learning, self-growth, to build a new strategy which can adjust its parameters with the time series data.

Index

Content Path
Abu Quantitative Trading System ./abupy
Abu Quantitative Trading Tutorial ./abupy_lecture
《量化交易之路》 (The Road of Quantitative Trading) example code ./ipython and ./python
《机器学习之路》 (The Road of Machine Learning) example code https://github.com/maxmon/abu_ml

Feature

  • Optimizing strategies by a variety of machine learning techniques
  • Guiding traders in real trading, improving the profit of strategy, to beat the market

Supported investment markets:

  • US stocks, A stocks, Hong Kong stocks
  • Futures market, Options Market
  • BTC(bitcoin),LTC(Litecoin)

Project Design Goal:

  • Separate basic strategy and strategy optimization module
  • Improve flexibility and adaptability

WEB

Install

Deploy

Recommended to use Anaconda to deploy the Python environment, see here

Test

import abupy

UI operation(Non programming)

More examples of UI operations

Document

1: Develop Trading Strategy

Section 1 UI operation tutorial

Trading strategy decide when to invest, backtesting tell us the simulation of profit about this strategy in the historical data.

  1. coding buy factor
  2. backtesting factor step by step
  3. coding sell factor

see more

2: Optimize Trading Strategy

Through stop loss and profit cap to keep profit generated by the strategy, lower risk.

  1. basic stop loss and profit cap strategy
  2. stop loss strategy
  3. profit cap strategy

see more

3: Slippage and Transaction Costs

Consider slippage and transaction costs on applying the strategy

  1. implement slippage strategy
  2. custom transaction costs
type date symbol commission
buy 20150423 usTSLA 8.22
buy 20150428 usTSLA 7.53
sell 20150622 usTSLA 8.22
buy 20150624 usTSLA 7.53
sell 20150706 usTSLA 7.53
sell 20150708 usTSLA 7.53
buy 20151230 usTSLA 7.22
sell 20160105 usTSLA 7.22
buy 20160315 usTSLA 5.57
sell 20160429 usTSLA 5.57

see more

4: Multi-stock Backtesting and Position Control

Backtesting on multiple stocks, control position to lower risk.

  1. multiple stocks with same factor
  2. custom position-control strategy
  3. multiple stocks with different factor
  4. faster running with multi-processing

see more

5: Develop Stock-picking Strategy

A good trading strategy needs a good stock.

  1. coding stock-picking factor
  2. run multiple stock-picking factor
  3. faster running with multi-processing

see more

6: Metrics on Backtesting

Good metric give you right direction.

  1. basic useage about metric
  2. visualization on metrics
  3. expand self-custom metric

see more

7: Seeking the best parameter for Strategy and Scoring

By customizable scoring, seek the best parameter for strategy.Like:how many days should be on MA?

  1. parameter range
  2. using grid search to seek the best parameter
  3. metric on scoring
  4. scoring with different weight
  5. custom scoring by yourself

see more

8: Backtesting on A-Stock

  1. backtesting on A-Stock example
  2. dealing with price limit
  3. analyze multiple trading result

see more

9: Backtesting on HK-Stock

  1. backtesting on HK-Stock example
  2. optimize strategy, improve the stability of the system
  3. encapsulate the "strategy" of optimizing the strategy as a class decorator

see more

10: Backtesting on Bitcoin and LiteCoin

  1. analyze bitcoin and litecoin market trend
  2. visualization analysis on bitcoin and litecoin market trend
  3. backtesting on Bitcoin and LiteCoin market
  • bitcoin loss10: [-26.895, -3.284] , top10:(4.182, 38.786]
  • bitcoin recent 1 year risk lower:loss10: [-16.273, -2.783], top10: (3.948, 15.22]
  • litecoin loss10: [-28.48, -4.1], top10: (4.405, 41.083]
  • litecoin recent 1 year risk lowerloss10: [-22.823, -3.229] 高收益top10: (5.0606, 37.505]

see more

11: Backtesting on Futures Market

  1. features of futures market
  2. backtest bullish contract
  3. backtest bearish contract
  4. optimize strategy by displacement ratio

see more

12: Bitcoin with Machine Learning Example

How to use machine learning technology correctly in quantitative trading of investment goods?

  1. extraction of bitcoin features
  2. abu built-in machine learning module
  3. verification and unbalanced technology of test set
  4. inherits AbuMLPd to encapsulate data processing

see more

13: Quantitative Technology Analysis and Applications

Technical analysis is based on three assumptions:1. The market discounts everything.2. Price moves in trends.3. History tends to repeat itself.

  1. resistance line, support line automatically drawn
  2. analysis of gap
  3. analysis of traditional technical metric

see more

14: Quantitative Correlation Analysis Application

Behind similar investment trend, it is often with similar investment groups.

  1. relevant similarity measure
  2. distance measurement and similarity
  3. application of similarity interface
  4. natural correlation

see more

15: Quantitative Trading and Search Engines

Search and analyze failed orders generated by strategy, intercept possible failing orders by the ump .

  1. backtest splitted set
  2. analyze transaction manually
  3. concept of referee system
  4. angle referee
  5. give a natural and reasonable explanation
  6. optimal classification-cluster selection

see more

16: UMP Main Referee System

  1. gap main-referee
  2. price main-referee
  3. fluctuation main-referee
  4. verify whether the main-referee works well
  5. organize referees to make more complex comprehensive decisions
  6. let the referee learn how to cooperate with their own to make the most correct judgments

see more

17: UMP Edge Referee System

  1. gap edge-referee
  2. price edge-referee
  3. fluctuation edge-referee
  4. comprehensive edge-referee
  5. verify whether the edge-referee works well
  6. open the edge-referee mode

see more

18: Custom Referee System

  1. train new main-referee from different perspectives
  2. train new edge-referee from different perspectives
  3. add a new perspective to record the game (record backtesting feature)
  4. main-referee with the new perspective
  5. edge-referee with the new perspective

The design goals of ump module are:

  • no need to hard-code strategy
  • mo need to manually set the threshold
  • separate the strategy and optimize-monitor module to improve flexibility and adaptability
  • discover issues hidden in strategy
  • auto-learn new transaction data

see more

19: Data Source

Abu support stock, futures, digital coins and other financial investment. Abu support quotes query and transactions, and also offer a high degree of customization.

  1. switch data mode
  2. switch data storage
  3. switch data source
  4. update the whole market data
  5. access to external data sources:stock data sources
  6. access to external data sources:futures data sources
  7. access to external data sources:bitcoin and litecoin data sources

see more

Contact us

More abu quantitative tutorial please pay attention to our WeChat public number: abu_quant

Also any questions, please contact my personal WeChat number:

License

GPL

Python
1
https://gitee.com/rookey/abu.git
git@gitee.com:rookey/abu.git
rookey
abu
abu
master

搜索帮助