All Projects → antonkorbalev → stockdataprocessing

antonkorbalev / stockdataprocessing

Licence: other
Stock data analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to stockdataprocessing

Gaussianprocesses
Python3 project applying Gaussian process regression for forecasting stock trends
Stars: ✭ 78 (+225%)
Mutual labels:  stock-price-prediction
Stocks
Programs for stock prediction and evaluation
Stars: ✭ 155 (+545.83%)
Mutual labels:  stock-price-prediction
tesla-stocks-prediction
The implementation of LSTM in TensorFlow used for the stock prediction.
Stars: ✭ 51 (+112.5%)
Mutual labels:  stock-price-prediction
Bitcoin Value Predictor
[NOT MAINTAINED] Predicting Bit coin price using Time series analysis and sentiment analysis of tweets on bitcoin
Stars: ✭ 91 (+279.17%)
Mutual labels:  stock-price-prediction
Zerodha live automate trading using ai ml on indian stock market Using Basic Python
Online trading using Artificial Intelligence Machine leaning with basic python on Indian Stock Market, trading using live bots indicator screener and back tester using rest API and websocket 😊
Stars: ✭ 131 (+445.83%)
Mutual labels:  stock-price-prediction
Chase
Automatic trading bot (WIP)
Stars: ✭ 73 (+204.17%)
Mutual labels:  stock-price-prediction
Algobot
A C++ stock market algorithmic trading bot
Stars: ✭ 78 (+225%)
Mutual labels:  stock-price-prediction
funcat
Using very simple code to compute indicator of stock\crytocurrency. For example, MA(C, 5) means average closed-price for last 5 days.
Stars: ✭ 19 (-20.83%)
Mutual labels:  stock-price-prediction
Stockprediction
Plain Stock Close-Price Prediction via Graves LSTM RNNs
Stars: ✭ 134 (+458.33%)
Mutual labels:  stock-price-prediction
hmm market behavior
Unsupervised Learning to Market Behavior Forecasting Example
Stars: ✭ 36 (+50%)
Mutual labels:  stock-price-prediction
Stock Market Prediction Web App Using Machine Learning And Sentiment Analysis
Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall
Stars: ✭ 101 (+320.83%)
Mutual labels:  stock-price-prediction
Stock Prediction
Smart Algorithms to predict buying and selling of stocks on the basis of Mutual Funds Analysis, Stock Trends Analysis and Prediction, Portfolio Risk Factor, Stock and Finance Market News Sentiment Analysis and Selling profit ratio. Project developed as a part of NSE-FutureTech-Hackathon 2018, Mumbai. Team : Semicolon
Stars: ✭ 125 (+420.83%)
Mutual labels:  stock-price-prediction
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (+166.67%)
Mutual labels:  stock-price-prediction
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (+275%)
Mutual labels:  stock-price-prediction
Stock-Market-Predictor
Stock Market Predictor with LSTM network. Web scraping and analyzing tools (ohlc, mean)
Stars: ✭ 28 (+16.67%)
Mutual labels:  stock-price-prediction
Stock Rnn
Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings.
Stars: ✭ 1,213 (+4954.17%)
Mutual labels:  stock-price-prediction
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+900%)
Mutual labels:  stock-price-prediction
orderbook modeling
Example of order book modeling.
Stars: ✭ 38 (+58.33%)
Mutual labels:  stock-price-prediction
stox
A Python Module That Uses ANN To Predict A Stocks Price And Also Provides Accurate Technical Analysis With Many High Potential Implementations!
Stars: ✭ 29 (+20.83%)
Mutual labels:  stock-price-prediction
FAIG
Fully Automated IG Trading
Stars: ✭ 134 (+458.33%)
Mutual labels:  stock-price-prediction

About

This repo contains scripts for stock data analysis using various machine learning algorithms.

File structure

  • Account folder contains oanda account information (acc. no and token)
  • Classifiers folder contains various classifiers tests for DB data.
  • Conf folder contains configuration files for robots, stock data downloaders and algoritms.
  • Tests folder contains unit tests.
  • Helpers folder contains simple classes for data description.
  • StockDataDownloader folder contains classes for downloading stock data. This data is used for back tests and strategies optimization.
  • DbDump.py - dumps forex data from Oanda broker to configurable PostgreSQL database.
  • DbCheck.py - checks PostgreSQL database integrity (validates datetime stamps difference)
  • FxRobot.py - a template for forex robot with backlogs support (to be modified).
  • PatternsCollector.py - a tool for patterns determination (for classifiers).
  • Readme.md - readme file.
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].