Skip to content

Commit 524865d

Browse files
committed
Add simple "Volume" indicator
1 parent de7952f commit 524865d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/classes/BuiltInIndicator.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* @typedef {'VbPFixed@tv-basicstudies-139!'
2+
* @typedef {'Volume@tv-basicstudies-144'
3+
* | 'VbPFixed@tv-basicstudies-139!'
34
* | 'VbPFixed@tv-volumebyprice-53!'
45
* | 'VbPSessions@tv-volumebyprice-53'
56
* | 'VbPSessionsRough@tv-volumebyprice-53!'
@@ -16,6 +17,10 @@
1617
*/
1718

1819
const defaultValues = {
20+
'Volume@tv-basicstudies-144': {
21+
length: 20,
22+
col_prev_close: false,
23+
},
1924
'VbPFixed@tv-basicstudies-139!': {
2025
rowsLayout: 'Number Of Rows',
2126
rows: 24,

0 commit comments

Comments
 (0)