Skip to content
/ trades Public

The Bhojpur Trades is a software-as-a-service product used as a Trading Engine based on Bhojpur.NET Platform for application delivery.

Notifications You must be signed in to change notification settings

bhojpur/trades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bhojpur Trades - Data Processing Engine

The Bhojpur Trades is a secure, high performance, electronic trading system applied within the Bhojpur.NET Platform ecosystem for delivery of applications or services.

Python-based Trading Server

Firstly, you need to install Python >= 3.8 runtime to be able to run the server. Also, install TA-Lib framework for technical analysis.

brew install ta-lib
pip3 install TA-Lib numpy plotly pymongo websocket

Additionally, you need numpy, plotly, pymongo, websocket libraries.

then, set environment variables and run the trading server using the following commands.

export BITMEX_API_KEY=test
export BITMEX_API_SECRET=test
python3 pkg/server/server.py

About

The Bhojpur Trades is a software-as-a-service product used as a Trading Engine based on Bhojpur.NET Platform for application delivery.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published