Frage

Ich muss ein Stock-CandleRestick-Diagramm von Grund auf erstellen, da wir eine komplexe Anpassung über das Kauf, das Verkauf und das Halten von Signal haben.Ich habe jetzt alle Daten vorbereitet, auf die ich mich nun freue, um eine Art Ausgangspunkt zu sehen, ich kenne Objekt C gut, aber nicht zu viel Erfahrung in der iOS-Plattform.Kann mich jemand auf eine gute Site oder Bibliothek verweisen, danke im Voraus.

War es hilfreich?

Lösung

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/

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top