StockFetcher Forums · General Discussion · SF crew - can you get indicator values for a custom variable?<< >>Post Follow-up
Kevin_in_GA
4,599 posts
msg #112142
Ignore Kevin_in_GA
3/11/2013 8:38:33 AM

Example: the difference or ratio of a stock to another stock (a la pair trading)? The current RSI input only accepts a stock's closing value. Can this be modified (by you guys, since this seems to be outside of what we can do) to accept user-defined variables? Stockcharts.com seems to be able to produce a lot of indicators for ratios, as long as they do not require volume data. Hopefully this can be done.

Kevin

stockfetcher
979 posts
msg #112143
3/11/2013 8:52:01 AM

While we don't have a global "custom input" option for all measures, it is possible to modify specific measures to create custom versions. Beyond RSI, are there any other measures you would like to see custom inputs for?

Thank you,

StockFetcher Support



Kevin_in_GA
4,599 posts
msg #112144
Ignore Kevin_in_GA
3/11/2013 9:23:48 AM

Personally, I would like to see a set of basic indicators that use only OHLC data (RSI, Bollingers, PSAR, and MACD). These are commonly used indicators that should be able to accept ratios. As long as no volume data is needed in the calculation, this should be straightforward.

Frankly, any indicator that uses EOD close data should work with custom inputs.

stockfetcher
979 posts
msg #112147
3/11/2013 10:40:57 AM

We do not have plans to add custom input support to all (non-volume) measures.

We will look into the specific indicators that you mention. Please keep in mind that many custom measures such as MACD and Bollinger Bands are possible currently using the available syntax.

Thank you!

StockFetcher Support





Kevin_in_GA
4,599 posts
msg #112149
Ignore Kevin_in_GA
3/11/2013 11:35:05 AM

Yes, they can be coded as I have already shown in several filters. However, the RSI, PSAR and doubtless a few others cannot be similarly coded without some serious experience in SF syntax, which makes them unavailable for general use.

I remain hopeful that you will take time to upgrade the SF syntax, which is essentially unchanged over the past 6-7 years. Until that happens, I hope you can make small additions based on user feedback.

stockfetcher
979 posts
msg #112150
3/11/2013 11:39:08 AM

We will look into the RSI and PSAR. Please let us know any other specific measures that would benefit from custom inputs.

Thank you,

StockFetcher Support



karennma
8,057 posts
msg #112168
Ignore karennma
3/11/2013 3:46:46 PM

Dear SF team,
Can SF do this?
"Add column fib retracement @ 50%".
I want to know what the price of the stock will be @ the 50% retrace level.
Thanks.


stockfetcher
979 posts
msg #112170
3/11/2013 4:47:41 PM

Below is an example that may help:

Fetcher[
set{fibmax, high 65 day high}
set{fibmin, low 65 day low}
set{fibrange, fibmax - fibmin}
set{fibtmp,fibrange * 0.50}
set{fib50, fibmin + fibtmp}
close is above 10
and Fibonacci Down(65) crossed above 0.382
and add column Fibonacci Down(65) {FibDown}
and add column fib50
]



StockFetcher Support



StockFetcher Forums · General Discussion · SF crew - can you get indicator values for a custom variable?<< >>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.