Skip to content

Commit

Permalink
ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 23, 2024
1 parent 4ed2f77 commit dba2359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/indicator/src/ta/indicator/volume.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

(defn vwap
"vwap (volume weighted average price)
over n bars: rolling-sum (hlc3*vol) / rollig-sum (vol)"
over n bars: rolling-sum (hlc3*vol) / rolling-sum (vol)"
[n bar-ds]
(assert n "vwap needs :n parameter")
(let [hlc3 (ind/hlc3 bar-ds)
Expand Down

0 comments on commit dba2359

Please sign in to comment.