Skip to content

Commit 3402cb2

Browse files
f_array_ops()
1 parent 9da560e commit 3402cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

beta/arrays/test-014-array_functions.pinescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ f_array_ops(_X, _Y, _op, _value)=>
2424
//| _X: array of x elements
2525
//| _Y: array of y elements
2626
//| _op: operator string
27+
//| _value: optional value to do operation instead of _Y array elements, na() to ignore.
2728
int _sizeY = array.size(id=_Y)
2829
int _sizeX = array.size(id=_X)
2930
float[] _Z = array.new_float(size=0, initial_value=0.0)

0 commit comments

Comments
 (0)