Вопрос

Мне нужно создать акции подсвечников с нуля, потому что у нас есть некоторая сложная настройка о покупке, продаже и удержании сигнала.Я подготовил все данные, которые сейчас с нетерпением жду, чтобы увидеть какой-то отправной точкой, я знаю объект 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