Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. obv_btc = nz(volume * (close - open)/(high-low) * hlc3)
  2.  
  3. //trying to recreate this value
  4. all_obvbtc = cum(obv_btc)
  5.  
  6. // this should be the same, but isn't.. i must not be understanding what cum() does.
  7. all_obvbtc = sum(obv_btc, 4950)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement