PHP scripts to calculate technical indicators [closed]
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 questionI am tasked to write a web application that can plot stock charts, with technical analysis like exponential moving averages, RSI etc. Plotting charts is not an issue. The issue is generating all those complex technical indicators.
Does anyone know if there is any library, free or paid, available that provides PHP scripts to calculate a host of technical indicators?
I don't think you can find such code in PHP.
You might want to look for it in other languages such as MQL (Metatrader / Metaquotes).
This language is for forex (Foreign exchange) traders, but the algorithms suppose to be the same.
You will find large code base and lots of tutorials.
Start here: http://articles.mql4.com/516
精彩评论