Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.33 KB

README_en.md

File metadata and controls

39 lines (29 loc) · 2.33 KB

FinancialCustomerView

Introduce

This project will simulate the various views in financial transaction software, provide detailed implementation ideas, and collect relevant algorithms, documents and professional materials.

Significance

May our developers to say, have very mature third party framework, why return to oneself to realize?

  • Knowing how to write and draw, it is more convenient to extend the third library graphics library.
  • Understand the principle of implementation, if the third parties can not achieve, you can write one in a leisurely way.
  • There are many kinds of algorithms and various indicators in financial transactions, but there are few related information on the Internet. I hope can give a little help to financial related developers.
  • Knowing it, knowing it is so.

Demo

Reference material and blogs

Schedule

  • Completed:The FundView has developed in the master branch.
  • Completed:The TimeSharingView has developed in the master branch.
  • Completed:The CandleView(including MA、BOLL)has developed in the master branch.
  • Completed:The code refactoring has completed in the master branch. The code is refactoring in the later period.
  • being developed:The MinorView is being developed in the feature_minor branch.
  • plan:Verify the accuracy of the data (proofread data with On-line app).
  • plan:Test availability using open API in a real environment.
  • plan:Simulating real use,switching timesharing、5m、15m、30m、1h、1d、1w、1m。

Contribution

  • new branch,PR。

Famous third party graphic library