This commit is contained in:
coco
2026-07-03 15:56:07 +08:00
commit caef23209c
5767 changed files with 1004268 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# 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
* impression drawing[impression drawing](https://github.com/scsfwgy/FinancialCustomerView/blob/master/%E8%B5%84%E6%96%99%E4%B8%8E%E6%96%87%E6%A1%A3/%E6%95%88%E6%9E%9C%E5%9B%BE%E5%92%8C%E8%BF%9B%E5%BA%A6.md)
* demo apk:[demo_apk](https://github.com/scsfwgy/FinancialCustomerView/tree/master/apk)
## Reference material and blogs
* reference material and blogs[reference material and blogs](https://github.com/scsfwgy/FinancialCustomerView/tree/master/%E8%B5%84%E6%96%99%E4%B8%8E%E6%96%87%E6%A1%A3)
## Schedule
* CompletedThe FundView has developed in the master branch.
* CompletedThe TimeSharingView has developed in the master branch.
* CompletedThe CandleViewincluding MA、BOLLhas developed in the master branch.
* CompletedThe code refactoring has completed in the master branch. The code is refactoring in the later period.
* being developedThe MinorView is being developed in the feature_minor branch.
* planVerify the accuracy of the data (proofread data with On-line app).
* planTest availability using open API in a real environment.
* planSimulating real useswitching timesharing、5m、15m、30m、1h、1d、1w、1m。
## Contribution
* new branchPR。
## Famous third party graphic library
* MPAndroidChart[https://github.com/PhilJay/MPAndroidChart](https://github.com/PhilJay/MPAndroidChart)
* AndroidCharts[https://github.com/HackPlan/AndroidCharts](https://github.com/HackPlan/AndroidCharts)
* Android-Charts[https://github.com/limccn/Android-Charts](https://github.com/limccn/Android-Charts)