iOS 中的股票蜡烛图?

发布于 2024-11-07 16:32:30 字数 141 浏览 3 评论 0原文

我需要从头开始创建 Stock CandleStick 图表,因为我们对买入、卖出和持有信号有一些复杂的自定义。我现在已经准备好了所有数据,期待看到某种起点,我很了解 Object C,但在 iOS 平台上没有太多经验。有人可以推荐我一个好的网站或图书馆吗,提前谢谢。

I need to create Stock CandleStick chart from scratch, Because we have some complex customization about Buy, Sell and Hold signal. I have prepared all data now looking forward to see some sort of starting point, I know Object C well but not too much experience in iOS platform. Can someone refer me to a good site or library, Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

来世叙缘 2024-11-14 16:32:30

我在过去的项目中使用过 core-plot。我认为还不错。它甚至有几个内置的股票图表预设。

http://code.google.com/p/core-plot/

I have used core-plot in past projects. I think its pretty good. It even has several built in pre-sets for stock graphs.

http://code.google.com/p/core-plot/

情释 2024-11-14 16:32:30

如果您正在寻找实时股票图表,请查看 SciChart 的 ios 股票图表组件

这支持 ObjectiveC、Swift2、Swift3 和 Xamarin。

输入图片此处描述

它为交易应用程序提供了一些出色的功能,包括同步多个图表窗格的能力、在轴上显示最新价格值、支持烛台、折线、山形、柱形和 OHLC 图表、缩放和平移、工具提示和通过注释 API 覆盖买入/卖出标记的能力。

虽然是商业(付费)控件,但团队会为您的业务而努力!

如果您有疑问,请告诉我。 声明一下,我是 SciChart 的总经理,也是该项目的技术负责人。

If you're looking for real-time stock charts, have a look at SciChart's ios stock chart component.

This supports ObjectiveC, Swift2, Swift3 and Xamarin.

enter image description here

It has some great features for trading applications including ability to synchronize multiple chart panes, display latest price values on axis, support for Candlestick, Line, Mountain, Column and OHLC charts, zooming and panning, tooltips and the ability to overlay buy/sell markers via the Annotations API.

It is a commercial (paid) control but the team will work hard for your business!

If you have questions let me know. As a disclosure, I am the MD of SciChart and the tech lead on the projects.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文