python/mongodb project

Job ID: 36606484

Budget: $30 – $250 USD

// purpose is to get data from a websocket and using those data it'll run indicator simulations in realtime and save results in a mongodb db, see the steps:

- create a page where it'll appear a table with all row related to the data got using this ressource https://binance-docs.github.io/apidocs/spot/en/#websocket-market-streams so it'll appear like https://prnt.sc/1RR3t2iW9uWR
- install and merge those 2 popular libraries together https://github.com/mementum/backtrader (documentation on https://github.com/mementum/backtrader) and https://github.com/twopirllc/pandas-ta so we can use all indicators
- make appear a page with 5 tables displayed called "sma/rsi/mfi/cmf/adx" with columns "date-time/value1/value2/value3" where row will appear every second (there are 3 value1/value2/value3 columns since sometimes on the output for some indicators there are several values returned)
    - so, on the background every second the simulation will run for those "sma/rsi/mfi/cmf/adx" indicators (included on the 2 github libraries, see indicators doc https://www.backtrader.com/docu/indautoref/ and https://github.com/twopirllc/pandas-ta) //note that for now for testing we'll run it with 5 indicators only, we'll add many more tables where displayed other indicators values later when confirmed it's working fine
// i'll send you a fresh server login
// this is the first part of the project
// budget max: 50$
Related categories: Python MongoDB