We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7952f commit 524865dCopy full SHA for 524865d
src/classes/BuiltInIndicator.js
@@ -1,5 +1,6 @@
1
/**
2
- * @typedef {'VbPFixed@tv-basicstudies-139!'
+ * @typedef {'Volume@tv-basicstudies-144'
3
+ * | 'VbPFixed@tv-basicstudies-139!'
4
* | 'VbPFixed@tv-volumebyprice-53!'
5
* | 'VbPSessions@tv-volumebyprice-53'
6
* | 'VbPSessionsRough@tv-volumebyprice-53!'
@@ -16,6 +17,10 @@
16
17
*/
18
19
const defaultValues = {
20
+ 'Volume@tv-basicstudies-144': {
21
+ length: 20,
22
+ col_prev_close: false,
23
+ },
24
'VbPFixed@tv-basicstudies-139!': {
25
rowsLayout: 'Number Of Rows',
26
rows: 24,
0 commit comments