40 lines
2.3 KiB
Markdown
40 lines
2.3 KiB
Markdown
# 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
|
||
* 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
|
||
* 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)
|
||
|
||
|