All Projects β†’ LupeCode β†’ phpTraderInterface

LupeCode / phpTraderInterface

Licence: GPL-3.0 license
An interface to the PHP Trader extension.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to phpTraderInterface

robinhood.tools
πŸ“ˆπŸ€‘πŸ’° Advanced trading tools and resources for Robinhood Web.
Stars: ✭ 27 (-15.62%)
Mutual labels:  stock-market, stock-analysis
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (-28.12%)
Mutual labels:  stock-market, stock-analysis
financial-asset-comparison-tool
R Shiny app to compare the relative performance of cryptos and equities.
Stars: ✭ 97 (+203.13%)
Mutual labels:  stock-market, stock-analysis
GoPlan-app
An intuitive portfolio mangaer !
Stars: ✭ 27 (-15.62%)
Mutual labels:  stock-market, stock-analysis
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (+100%)
Mutual labels:  stock-market, stock-analysis
alpha-vantage-cookbook
JavaScript examples to help you with accessing market data from https://www.alphavantage.co/
Stars: ✭ 97 (+203.13%)
Mutual labels:  stock-market, stock-analysis
stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (+243.75%)
Mutual labels:  stock-market, stock-analysis
RISKIM
Assets' Risk Management Using Mean-Variance Opt Based On Mult-Factors Trending Prediction
Stars: ✭ 25 (-21.87%)
Mutual labels:  ta-lib
kinetick
Framework for creating and running trading strategies. Blatantly stolen copy of qtpylib to make it work for Indian markets.
Stars: ✭ 19 (-40.62%)
Mutual labels:  stock-market
Screeni-py
A Python-based stock screener to find stocks with potential breakout probability from NSE India.
Stars: ✭ 161 (+403.13%)
Mutual labels:  stock-market
stock-prediction-with-DL
ζ·±εΊ¦ε­¦δΉ δΈŽθ‚‘η₯¨εˆ†ζžι’„ζ΅‹
Stars: ✭ 13 (-59.37%)
Mutual labels:  stock-market
SqueezePredictor
A python script that predicts a stock's susceptibility to a short squeeze.
Stars: ✭ 36 (+12.5%)
Mutual labels:  stock-market
Stock-Analyser
πŸ“ˆ Stocks technical analysis code collection and Stocks data platform.
Stars: ✭ 30 (-6.25%)
Mutual labels:  stock-analysis
stock-market-prediction-via-google-trends
Attempt to predict future stock prices based on Google Trends data.
Stars: ✭ 45 (+40.63%)
Mutual labels:  stock-market
MKT
Exchange Price Service , Stocks , Cryptocurrency,Stock prediction and more
Stars: ✭ 27 (-15.62%)
Mutual labels:  stock-market
TradeAlgo
Stock trading algorithm written in Python for TD Ameritrade.
Stars: ✭ 147 (+359.38%)
Mutual labels:  stock-market
Stock-Market-Prediction-using-Neural-Networks-and-Genetic-Algorithm
Matlab Module for Stock Market Prediction using Simple NN
Stars: ✭ 59 (+84.38%)
Mutual labels:  stock-market
Finance-Robinhood
Trade stocks and ETFs with free brokerage Robinhood and Perl
Stars: ✭ 42 (+31.25%)
Mutual labels:  stock-market
CPSC540Project
Project on financial forecasting using ML. Made by Anson Wong, Juan Garcia & Gudbrand Tandberg
Stars: ✭ 128 (+300%)
Mutual labels:  stock-market
investopedia simulator api
A simple Python API for Investopedia's stock simulator games. This programmatically logs into Investopedia and can retrieve portfolio summary, get stock quotes & option chain lookups, execute trades - buy & sell shares, puts, calls, sell short, etc.
Stars: ✭ 22 (-31.25%)
Mutual labels:  stock-market

PHP Trader Interface

This is an interface to the PHP Trader Extension. The PHP Trader Extension is available from http://pecl.php.net/package/trader. The extension and the source for it can be downloaded there.

Requires the PHP Trader Extension to be installed.

This project is just an interface to that extension, and does not work without it.

If you cannot install the PECL extension, try the PHP Trader Native project instead.

Requires PHP 7.0.0 or newer

Variable types are set on all function parameters.

Requires PECL Trader 0.4.1 or newer.

If you are using version 0.4.0, see the branch trader-0.4.0 for that.

Purpose

This package is meant to help when using the Trader PECL package. This is helpful if you do not have the code stub for the Trader Extension. Loading this interface will provide your IDE with the function information and auto completing.

How to use

Lets assume that you want to generate a correlation indicator. Instead of using trader_correl($Open, $Close, 30) You can now use the exact named \LupeCode\phpTraderInterface\Trader::correl($Open, $Close, 30) or the friendly named \LupeCode\phpTraderInterface\Trader::pearsonCorrelationCoefficient($Open, $Close, 30)

Metrics & Coverage

PHP Metrics Report

To see the current report of metrics by PHP Metrics, visit Metrics

PHP Unit Coverage

To see the current report of coverage by PHP Unit, visit Coverage

PHP Unit Test Results

License

Copyright (C) Lupe Code, LLC.; Joshua Lopez

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].