Skip to content
ntwerd edited this page Apr 12, 2023 · 5 revisions

Welcome

Prerequisite

Generate API KEY from MKTMesh website

http://122.8.148.106/main/stock/

  1. Login with Facebook
  2. Menu SETTING->API->GENERATE API KEY

Prepare Python library.

# Realtime AMPQ client for Python
pip install pika

# Math and calculation library
pip install numpy
pip install pandas
pip install matplotlib
pip install mpl_finance
pip install backtrader
pip install backtrader[plotting]
pip install requests

# Scheduler
# ref https://github.com/ahawker/crython
pip install crython

MKTMesh API

You can check out the example source code here.

Have fun!

Clone this wiki locally