sarohde 14 posts msg #166 - Ignore sarohde |
11/24/2002 7:53:23 PM
Hello,
I just signed up a day ago and I must compliment you on your site! Great Job, keep expanding your toolset and you will have a long term customer!
Now for my question, is it possible to use simple formulas? For example:
"Show stock where the Bollinger Difference(20) is 2 times greater than the close"
In the example above I want to query for stocks based on their bollinger band difference being 2x greater than the close price. Other simple formulas such as subtracting on indicator value from another or finding a percentage with a simple formula would be excellent.
I apologize if I just haven't found the syntax yet but hopefully this can be with the current query language.
I look forward to your response.
Thanks again for a GREAT site.
Steve
|
tomb 267 posts msg #167 - Ignore tomb |
11/24/2002 8:51:10 PM
Hi,
Thanks for the feedback and comments on StockFetcher. First, the bollinger width is computed as a percent of the median bollinger line (or moving average), the filter below would find stocks that are wider than the price price of the stock:
This example would show stocks where the bollinger difference is 2x the value of the stock
Finally, we have just started adding some very simple arithmetic operations. These are still in the test stage, so not all cases are handled correctly (and we do not handle nesting at the moment.) Below are some examples:
Hopefully the above helps, if you have any additional questions, suggestions or comments, don't hesitate to post them!
Tom
StockFetcher Support
|