An iOS k chart in Objective-C based on chartee. For more information,to see : https://github.com/zhiyu/chartee
- Support around sliding
- Support zoom in
- Support day / month / year k chart
- Support MA / Volume / RSI / KDJ / WR / VR
- Support MAX / MIN value in one screen data
- If you need help, use Stack Overflow. (Tag 'K Chart')
- If you'd like to ask a general question, use Stack Overflow.
- If you found a bug, and can provide steps to reliably reproduce it, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
- Contact me : wangyongbao2009@hotmail.com
#中文介绍
- 支持手势:单指左右滑动十字线,双指左右移动k线图;
- 支持缩放;
- 支持多种k线图切换;
- 支持 MA / Volume / RSI / KDJ / WR / VR;
- 支持当前屏幕显示区域中,标记最大、最小值;
#帮助
- Open an issue;
- Submit a pull request;
- Contact me : jiajiayouba@163.com
#说明
- k 线图,是在开源库:chartee 基础上修改而成;具体参考:https://github.com/zhiyu/chartee