質問

購入、販売、保留信号についての複雑なカスタマイズを持っているので、私はスクラッチから在庫蝋燭足チャートを作成する必要があります。私は現在、ある種の出発点を見ることを楽しみにして、私はオブジェクトcをよく知っているがiOSプラットフォームではあまり経験がないことを知っています。誰かが私を良いサイトや図書館に参照してください。

役に立ちましたか?

解決

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/

他のヒント

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top