Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP scripts to calculate technical indicators [closed]

Tags:

php

I 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?

like image 223
Judy Avatar asked Nov 15 '22 07:11

Judy


1 Answers

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

like image 80
fatnjazzy Avatar answered Nov 17 '22 04:11

fatnjazzy