All Projects → adminho → Trading Stock Thailand

adminho / Trading Stock Thailand

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Trading Stock Thailand

Algorithmic-Trading
Algorithmic trading using machine learning.
Stars: ✭ 102 (+92.45%)
Mutual labels:  stock, algorithmic-trading
Zvt
modular quant framework.
Stars: ✭ 1,801 (+3298.11%)
Mutual labels:  stock, algorithmic-trading
Algotrader
Simple algorithmic stock and option trading for Node.js.
Stars: ✭ 468 (+783.02%)
Mutual labels:  stock, algorithmic-trading
STOCK-RETURN-PREDICTION-USING-KNN-SVM-GUASSIAN-PROCESS-ADABOOST-TREE-REGRESSION-AND-QDA
Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks
Stars: ✭ 94 (+77.36%)
Mutual labels:  stock, algorithmic-trading
Abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Stars: ✭ 8,589 (+16105.66%)
Mutual labels:  stock, algorithmic-trading
quanttrader
Backtest and live trading in Python
Stars: ✭ 139 (+162.26%)
Mutual labels:  stock, algorithmic-trading
Machinelearningstocks
Using python and scikit-learn to make stock predictions
Stars: ✭ 897 (+1592.45%)
Mutual labels:  stock, algorithmic-trading
Ddy Stock Real
股票行情--来源恒生,新浪,腾讯,网易
Stars: ✭ 27 (-49.06%)
Mutual labels:  stock
Iex Api Python
A python wrapper for the IEX API
Stars: ✭ 41 (-22.64%)
Mutual labels:  stock
Star
A STock Analysis and Research tool for terminal(cli) users. 技术控和命令行爱好者的 A 股辅助分析工具。
Stars: ✭ 887 (+1573.58%)
Mutual labels:  stock
Vectorbt
Ultimate Python library for time series analysis and backtesting at scale
Stars: ✭ 855 (+1513.21%)
Mutual labels:  algorithmic-trading
Trading With Momentum
Implement a momentum trading strategy in Python and test to see if it has the potential to be profitable
Stars: ✭ 28 (-47.17%)
Mutual labels:  algorithmic-trading
Heatmap for tushare
Create a heatmap for Real time China stocks price by Tushare's data
Stars: ✭ 41 (-22.64%)
Mutual labels:  stock
Kschart
k线图/kline/kchart,已经集成MA/EMA/MACD/KDJ/BOLL/RSI/WR/AVG等指标,新增指标及其方便。适用于股票/区块链交易所等种类App。Swift5编写,CPU/内存占用率极低,60FPS稳定运行。示例集成websocket,并接入币安数据(需VPN)。
Stars: ✭ 909 (+1615.09%)
Mutual labels:  stock
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+1828.3%)
Mutual labels:  stock
Sina Stock Crawler
Sina stock options crawler with CSV output 新浪上证ETF期权数据爬虫
Stars: ✭ 12 (-77.36%)
Mutual labels:  stock
Machine Learning Asset Management
Machine Learning in Asset Management (by @firmai)
Stars: ✭ 1,060 (+1900%)
Mutual labels:  algorithmic-trading
Mtgdesktopcompanion
Cards manager for magic the gathering
Stars: ✭ 44 (-16.98%)
Mutual labels:  stock
Quant Finance Resources
Courses, Articles and many more which can help beginners or professionals.
Stars: ✭ 36 (-32.08%)
Mutual labels:  algorithmic-trading
Sibyl
Platform for backtesting and live-trading intraday Stock/ETF/ELW using recurrent neural networks
Stars: ✭ 32 (-39.62%)
Mutual labels:  algorithmic-trading

🔥 ... The project will be updated continuously ...... 🔥

Trading example codes (not yet)

This repository collects my example codes in Python for studing in The Stock Exchange of Thailand (SET) (not yet).

Requirement

All examples are written in Python language, so you need to setup your environments as below.

  • First, install ANACONDA.
  • For Deep learning, I used 2 library including TensorFlow and Keras.

You can install TensorFlow from PyPI with the command.

pip install tensorflow

And you can also install Keras from PyPI with the command.

pip install keras

  • Install pandas_datareader for getting data from yahoo finance and also install fix_yahoo_finance (fix bugs).

pip install pandas_datareader

pip install fix_yahoo_finance

pip install googlefinance

  • Install tqdm to make my loops show a smart progress meter on console

pip install tqdm

Download datasets (EOD data files from SET)

My source codes

1) BOT_API_example.py

Since Bank of Thailand (BOT) has provided 21 APIs for query data including Exchange rate, Interest Rate and Debt securities auction so I would like to show examples howto use 2 APIs such as

  • Daily Weighted-average Interbank Exchange Rate - THB / USD
  • Daily Average Exchange Rate - THB / Foreign Currency

For example codes in HTML+JavaScript, JavaScript with Node.js and Python, I shared at here

image bot api

An example when using "Daily Weighted-average Interbank Exchange Rate - THB / USD" API

2) Datasets of The Stock Exchange of Thailand (SET)

I use datasets from http://siamchart.com/stock/ that is a EOD file.

3) indicator.py

There are my examples to compute the technical indicators for securities including

4) LSTM_predict_trend.py

I'm trying to apply Deep Learning (LSTM network) to predict a stock trend (not complete).

5) CNN_predict_trend.py

.... ✍ Pending

7) Deep Reinforcement Learning

I'm trying to apply Deep Reinforcement Learning (Deep Q-learning) as stated in the paper Playing Atari with Deep Reinforcement Learning to automatic trading (work in progress)

8) Example: get stock information on Colab

  1. My example codes at here
  2. All codes

Thank you

I Borrowed some codes from

Knowledge

ขออนุญาตประชาสัมพันธ์ (แอบขายของ)

ท่านใดสนใจซื้อ "หนังสือ AI ไม่ยาก เข้าใจได้ด้วยเลขม. ปลาย" สามารถคลิกเข้าไปในลิงค์ตามรูปได้

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].