StockFetcher Forums · General Discussion · Keltner bands columns?<< >>Post Follow-up
dtatu
143 posts
msg #149053
Ignore dtatu
9/6/2019 5:19:55 PM

add column Upper Keltner Band(21,1.5)
add column Upper Keltner Band(21,2.5)
add column lower Keltner Band(21,1.5)
add column lower Keltner Band(21,2.5)

Hello guys,
I'm trying to see the values of these 4 bands in columns, but , for whatever reason , It projects only 2 columns of 4( the upper channels).
Any idea Why?
Thanks

xarlor
562 posts
msg #149055
Ignore xarlor
9/6/2019 7:09:32 PM

Can't answer why they don't show up, but this works:

Fetcher[
add column Upper Keltner Band(21,1.5)
add column Upper Keltner Band(21,2.5)
set{LKB1,Lower Keltner Band(21,1.5)}
set{LKB2,Lower Keltner Band(21,2.5)}
add column LKB1
add column LKB2
]



dtatu
143 posts
msg #149059
Ignore dtatu
9/7/2019 10:24:06 AM

Thanks a lot!!


nibor100
1,010 posts
msg #149064
Ignore nibor100
9/8/2019 10:00:27 AM

@dtatu,

1. It appears to me that SF has coded a limited specific method for displaying Keltner Channel values in columns.
a. Note that your line "add column Upper Keltner Band(21,1.5)" is actually displaying the value for
Upper Keltner Band(21,1.5,0) (SF has added the third parameter even though you didn't want it.
b.And of course SF is not displaying the lower Keltner Band values you want.

2. There is a simple solution to also get the lower Keltner Band values, add a label to the Add Column lines as shown in the example below:

Fetcher[
add column Upper Keltner Band(21,1.5)
add column Upper Keltner Band(21,2.5)
add column lower Keltner Band(21,1.5) {Low}
add column lower Keltner Band(21,2.5) {Low}
]



3. Note, just for grins I used the same label for each of the lower Keltner Band value columns in order to show another SF oddity, no requirement for unique column labels

Ed S.

dtatu
143 posts
msg #149065
Ignore dtatu
9/8/2019 7:42:24 PM

Thanks , guys

StockFetcher Forums · General Discussion · Keltner bands columns?<< >>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.