https://github.com/buffermet/binance-hotkeys
Browser keyboard shortcuts for Binance's trading view.
https://github.com/buffermet/binance-hotkeys
Last synced: 11 months ago
JSON representation
Browser keyboard shortcuts for Binance's trading view.
- Host: GitHub
- URL: https://github.com/buffermet/binance-hotkeys
- Owner: buffermet
- License: gpl-2.0
- Created: 2021-01-22T10:51:28.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-24T02:15:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T23:15:43.650Z (about 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Browser keyboard shortcuts for Binance's trading view.
## Trading hotkeys (binance-hotkeys.js)
`ALT` + `L` Switch to limit order form.
`ALT` + `M` Switch to market order form.
`CTRL` + `SHIFT` + `B` Create buy order.
`CTRL` + `SHIFT` + `C` Cancel all open orders.
`CTRL` + `SHIFT` + `H` Select highest buy price in order book.
`CTRL` + `SHIFT` + `L` Select lowest sell price in order book.
`CTRL` + `SHIFT` + `S` Create sell order.
`CTRL` + `SHIFT` + `6` Select 0% of total possible buy and sell amount.
`CTRL` + `SHIFT` + `7` Select 25% of total possible buy and sell amount.
`CTRL` + `SHIFT` + `8` Select 50% of total possible buy and sell amount.
`CTRL` + `SHIFT` + `9` Select 75% of total possible buy and sell amount.
`CTRL` + `SHIFT` + `0` Select 100% of total possible buy and sell amount.
## Kline interval switching (binance-multichart-intervals.js)
Hold `ALT` and click on an interval to switch kline intervals of all charts in the multichart view.