karanpratapsingh / HyperTrade

Ready to deploy, distributed cryptocurrency trading bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configurable order type

karanpratapsingh opened this issue · comments

Description

Currently, every trade is executed as a market order. This can result in big losses due to the volatility of the crypto market 😭. So we need to support stop-loss orders to minimize risk and loss.

Implementation Plan

Sync and determine order state from Binance?