Code Monkey home page Code Monkey logo

trading_data's Introduction

Binance App

Using websockets and real time light weight charts

wscat- connect to websocket from the command line
stream - wss://stream.binance.com:9443/ws/ethusdt@trade
wss://stream.binance.com:9443/ws/ethusdt@kline_5m

{"e":"trade","E":1651074259668,"s":"ETHUSDT","t":811140471,"p":"2863.50000000","q":"1.34580000","b":8716559444,"a":8716559507,"T":1651074259667,"m":true,"M":true}

{"e":"kline","E":1651074573997,"s":"ETHUSDT","k":{"t":1651074300000,"T":1651074599999,"s":"ETHUSDT","i":"5m","f":811140720,"L":811143339,"o":"2863.33000000","c":"2867.10000000","h":"2872.36000000","l":"2861.09000000","v":"1944.44130000","n":2620,"x":false,"q":"5575689.67424900","V":"1036.68130000","Q":"2972452.83363100","B":"0"}}

capture output to a file
connect to websocket from the web / javascript
lightweight charts-  create real time candlestick chart similiar to tradingview
UI to check indicators (eg RSI, EMA,SMA)


Technical analysis with python and TA-Lib

connect to websockets from python, write candlestick data to csv
download historical data using a REST API
using TA-Lib, try some indicators

Back testing with TA-Lib and Backtrader

test some indicators against a historical dataset
plot some charts

building an APT for indicator settings

API endpoint to save/persist indicators
using setting from python websockets
API endpoint for executing a buy order
API endpoint for sending notification

Add stuff to UI

trading_data's People

Contributors

ronnzach avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.