Skip to content

Commit

Permalink
vol delta in markets pane
Browse files Browse the repository at this point in the history
  • Loading branch information
Tucsky committed Jun 6, 2022
1 parent 73ef599 commit 4fa0205
Show file tree
Hide file tree
Showing 34 changed files with 755 additions and 529 deletions.
2 changes: 1 addition & 1 deletion .env.github

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ module.exports = {
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/no-var-requires': 0,
camelcase: 'off',
"prettier/prettier": [
"error",
'prettier/prettier': [
'error',
{
"endOfLine": "auto"
endOfLine: 'auto'
}
]
]
}
}
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module.exports = {
printWidth: 150,
tabWidth: 2,
useTabs: false,
endOfLine: 'auto',
endOfLine: 'auto'
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented here.

## [3.1.3] - 2022-06-05
### Added
- Add volume delta to markets pane
- Add period (reset counts upon every 1m / 15m / 30m / 1h / 4h) to markets pane

### Changed
- Suffix local perps symbols with "PERP" (ex: BINANCE_FUTURES:btcusdt -> BTCUSDTPERP)
- use Binance's aggTrade streams instead of raw

## [3.1.2] - 2022-05-23
### Added
- last(value, length) script function
Expand Down
Loading

0 comments on commit 4fa0205

Please sign in to comment.