Skip to content

ghazni101/BitmexPositionCalculator-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMX-Pos-Calc

This project has been developed on Python using TKinter for GUI
The aim of this project is to provide proper Risk Management to traders on Bitmex (crypto exchange).
This app takes these variables as input:-

  1. BTC capital
  2. Entry Price
  3. Stop Loss
  4. Exit Price
  5. Risk in %

Then it interacts with the Bitmex Rest API to get the latest XBTUSD price. Then it calculates and outputs the following:-

  1. Posoition Size
  2. Profit %

An example of how to use this app is shown below :-
example image
*Note that the negative sign in the position size and profit denote that it's a short position. When you are going long, those values will be positive.

Watch this youtube video if you don't know what risk management is. After watching the video, you will be able to understand what the parameters mean.
https://www.youtube.com/watch?v=ofwtsc20hOY&t=3s

About

Bitmex Position Calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages