Question

J'ai besoin de créer un graphique en stock de chandelier à partir de zéro, car nous avons une personnalisation complexe sur l'achat, la vente et la maintien du signal.J'ai préparé toutes les données dès maintenant avec impatience de voir une sorte de point de départ, je connais l'objet C bien mais pas trop d'expérience dans la plate-forme IOS.Quelqu'un peut-il me référer à un bon site ou à une bibliothèque, merci d'avance.

Était-ce utile?

La solution

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/

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top