An open API service indexing awesome lists of open source software.

https://github.com/mmintel/chrome-bybit-extension

A chrome extension to help with position sizing according to risk and reward. Takes your balance, stoploss, margin and risk, returns a the right leverage.
https://github.com/mmintel/chrome-bybit-extension

brave-extension bybit chrome-extension daytrading daytradingcalculator tools trading

Last synced: 2 months ago
JSON representation

A chrome extension to help with position sizing according to risk and reward. Takes your balance, stoploss, margin and risk, returns a the right leverage.

Awesome Lists containing this project

README

        

# Bybit Extension for Chrome (or Brave)

> ## This extensions helps sizing your positions to keep consistent risk and reward without the hassle.

Chrome Bybit Extension Screenshot

## Features
* Automatically reads your balance and market price
* Calculates stoploss, risk and margin based on your balance
* Returns the perfect leverage for your trades in order to keep consistent risk to reward
* Does not do any kind of automation, it calculates numbers to copy and paste into your next trade

## Future Ideas
* [ ] Automatically adjust leverage
* [ ] Persist state per pair
* [ ] Two way sync for stoploss / margin
* [ ] Add take profit to calculate risk:reward ratio
* [ ] Use total equity or current balance (after open trades)
* [x] Consider trigger price instead of market price for conditional trades

## Installation
### Chrome Store
Simply add it to your browser via the [Chrome Store](https://chrome.google.com/webstore/detail/bybit-riskreward-calculat/ecafamhaacegchpodedmlffpgaabefco).

### From Source
Download the build files under [Releases](https://github.com/mmintel/chrome-bybit-extension/releases). Head to your [Chrome or Brave Extensions](chrome://extensions/).
Click `Load unpacked` and select the `build.zip` file.

## How to use

Basically just watch this [Youtube video](https://www.youtube.com/watch?v=dqItYjkiTBY) to find out how to size your positions using this calculator.

## Support this project

This project is free of charge but coding and maintaining requires a lot of coffee. If this tool saves you time it would be awesome if you pay for my next coffee and leave a [donation](https://paypal.me/marcmintel) so I can keep going. 🙏

## Disclaimer

This project is a third party tool and not associated with Bybit. Use at your own risk. This extension only works with Bybit as it reads market data to save you time. If you are just looking for a calculator to use on any exchange you should go to [Kite's Risk Calculator](https://risk-reward-calc.netlify.app/).

## Credits

Credits go to to [Kite's Youtube Channel](https://www.youtube.com/c/KiteHD) who came up with this idea, I just ported it to a Chrome Extension so it's easier to use on Bybit.

## Contributing
To setup the project locally you need `npm`, `node` and `yarn`. Run the `yarn build` script and then load the build files into your browser.