Skip to content

Commit

Permalink
Add simple "Volume" indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu2301 committed Jan 2, 2022
1 parent de7952f commit 524865d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/classes/BuiltInIndicator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @typedef {'VbPFixed@tv-basicstudies-139!'
* @typedef {'Volume@tv-basicstudies-144'
* | 'VbPFixed@tv-basicstudies-139!'
* | 'VbPFixed@tv-volumebyprice-53!'
* | 'VbPSessions@tv-volumebyprice-53'
* | 'VbPSessionsRough@tv-volumebyprice-53!'
Expand All @@ -16,6 +17,10 @@
*/

const defaultValues = {
'Volume@tv-basicstudies-144': {
length: 20,
col_prev_close: false,
},
'VbPFixed@tv-basicstudies-139!': {
rowsLayout: 'Number Of Rows',
rows: 24,
Expand Down

0 comments on commit 524865d

Please sign in to comment.