The Bhojpur Trades
is a secure, high performance, electronic trading system applied
within the Bhojpur.NET Platform ecosystem for
delivery of applications
or services
.
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