StockFetcher Forums · Filter Exchange · OBV filter from scratch<< >>Post Follow-up
byebyemoney
31 posts
msg #150441
Ignore byebyemoney
1/21/2020 4:42:55 PM

Hello,

would anyone be able to help to create an OBV indicator from scratch?

I ask because i want to create a modified OBV and having the base OBV scripted would help. Thank you.

Blessings,
Byebyemoney

byebyemoney
31 posts
msg #150637
Ignore byebyemoney
2/2/2020 2:44:34 PM

bumping

KSK8
561 posts
msg #150641
Ignore KSK8
modified
2/2/2020 5:54:41 PM

Stockfetcher does not support a cumulative function so this is as far as I can get:

Fetcher[
set{x1,high-open}
set{x3,open-low}
set{x2,high-low}

set{up_move,x1/x2}
set{down_move,x3/x2}

set{up_volume,volume*up_move}
set{down_volume,volume*down_move}

set{x4,sum(up_volume,10)}
set{x5,sum(down_volume,10)}

set{_obv,x4-x5}

draw _obv
]



Its most likely possible to achieve using SF syntax, however someone smarter might be able to figure it out.


StockFetcher Forums · Filter Exchange · OBV filter from scratch<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.