Git Product home page Git Product logo

fin4py's Introduction

股市技術分析小工具

PyPI MIT

對於目前在python好像還沒找到一個適合作為股市技術分析的套件,所以決定先刻一份簡單的工具頂著用。

  • 新增簡易的波段回測投報率線圖,參考自幣圖誌
  • 新增取得三大法人賣賣超功能(測試)

範例快照

套件需求

matplotlib >= 1.5.1
pandas >= 0.18.0
pandas-datareader >= 0.2.0

使用說明

  • 安裝程式請直接使用 pip

    pip install finance4py
  • 基本技術線圖的取得請參考範例程式 example.py

    python example.py
  • 回測程式部分可自行定義以下函式處理自己的策略並交給回測程式處理即可

    def strategy(today, today_data, stock):
        return

    詳情請參考範例程式 example_backtesting.py

    python example_backtesting.py   

fin4py's People

Contributors

shwang-bk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.