TradingView
LazyBear
Oct 20, 2014 9:29 PM

No Volume SVAPO [LazyBear] 

Bitcoin / U.S. dollarBitstamp

Description

This is a no-volume version of Vervoort's SVAPO. The original version is @ tradingview.com/v/Nsgeq4iJ/.
Since it doesn't include volume in its calculations, you can use this on FX.

More info on SVAPO:
More info:
stocata.org/ta_en/proprietary.html
stocata.org/youtube/video_003.html

BTW, this is my 150th script. Plenty more to come, my to-publish queue is still full of new stuff :)

For a complete list of my other indicators, do check out the links below:
- GDoc: docs.google.com/document/d/15AGCufJZ8CIUvwFJ9W-IKns88gkWOKBCvByMEvm5MLo/edit?usp=sharing
- Chart: tradingview.com/v/4IneGo8h/
Comments
grahvity
Congrats on achieving #150, LazyBear.
LazyBear
Thx
krishnababare358
Best indicator ever
mycotoxin
Wow !You have so man scripts. Thank u for sharing them
kakola
cum(1) takes the sum of 1 = 1 ?
LazyBear
Try this small script to understand cum().

study("Test Cum() function")
plot(cum(1))
plot(n)



I also included "n", to show you how it is not the same as cum() :)

Hope this makes it clear.
More