Advanced trading charts tool integration [closed] - ios

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 days ago.
Improve this question
I'm currently working on an iOS application that requires trading chart functionality, and I'm looking for a solution that I can easily integrate into my app.
I've heard about TradingView's charting and technical analysis tools, but I'm not sure if they offer a library that I can use. Can anyone recommend a charting tool that is easy to integrate into an iOS app?
Ideally, the tool should offer real-time data streaming, support for multiple chart types, and customizable indicators and drawing tools. Any suggestions or recommendations would be greatly appreciated.
Thank you!

Related

Architecture docs/diagrams of OTP? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm newbie to erlang. I'm curious about the design of Open Telecom Platform. Is there a design document of OTP itself or pictorial representation of the implementation of OTP in erlang. I tried googling and browsing official docs but all I could get was the architecture of OTP based app, but, couldn't find architectural structure of OTP itself.
Any help is appreciated.
There is thesis Making reliable distributed systems in the presence of software errors written by Joe Armstrong. The work contains fundamentals of which is OTP based on and there is also a very simplified implementation of basic OTP modules.

Getting started with iOS programming [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am qualified experienced software engineer. Strong background in OOP/D C++, Symbian, large multi thread multi process server applications, smart phone applications. More recently android, Java, C#, windows .net asp.net.
I am looking for 'recommendations' for a fast track entry to learning to develop in objective C and for iOS. Looking for recommended tutorials, support communities, build tools, design tools, IDEs, and release into production process.
Thank you.
http://www.amazon.com/iOS-Programming-Ranch-Edition-Guides/dp/0321942051 this is good and also the one they did on Objective C. This is a great site too http://www.raywenderlich.com/tutorials

How to capture code metrics in Xcode? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to write my code more cleaner. For this purpose I'm looking for a tool to generate code metrics in Xcode. I'd like to have a statistic showing me how many tests, classes etc. were added. And the main goal is retrieving cyclomatic complexity of a program.
Does anyone know a good Xcode tools or plugin that could provide me some code metrics?
Have a look at Xcode Statistician.
A paying (~$5) but good solution: Project Statistics for Xcode.

Sample rhomobile apps [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
There are some features which I wanted to see the behaviour for in Rhomobile applications and compare them to the native apps. In particular,
Location based results: can we control how it behaves when no location services are available and perform different actions.
Any pointers to sample apps that have been deployed to the app store or Google play? I have been searching through the rhomobile.com (which redirects) but couldn't find any samples.
Thanks.
I don't know any example apps, but does this example app sampling native system functions help?

Software/Web Application for Sharing Code Snippets Internally [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Does anyone know of a web app and/or software that can be installed and run locally to share code snippets?
We would like to encourage code reuse and re-factoring within our organization but using sites like http://snippets.dzone.com/ or http://pastebin.com/ wouldn't work very well in this scenario because we want to keep this private. Visual Studio has support for code snippets but that's geared more towards individual developers and not for group sharing.
Does anyone have any suggestions for an app/tool that might accomplish this goal?
you can use http://codetidy.com/ or https://gist.github.com/

Resources