StockFetcher Forums · StockFetcher for iPad · saved filter issue<< >>Post Follow-up
dcsnowden
52 posts
msg #111393
Ignore dcsnowden
modified
2/14/2013 2:37:55 PM

set{trigger, close 1 day ago * 0.94}
close above 5
close is below day position(0.2,1)
average volume(21) above 250000
adx(5) above 40
low below trigger
set{quantity, 2000 / buytrigger}
add column quantity
set{buytrigger, close*0.94}
add column buytrigger
add column market cap
add column rsi(2)
sort column 8 decsending
add column industry

Using this saved filter along with others....when, from the home page ..If I go to my filters list and click on it...it's just fine...but then from the results page..if I reclick the Blue fetch stocks icon, I get an alternating series of err ok err ok...and not on every line of text...and only on this filter...none of the others have this peculiarity. Any ideas?? This has only begun in last 2 or 3 days.

DCS

stockfetcher
979 posts
msg #111419
2/15/2013 10:40:07 AM

This does not appear to be related to the iPad version, correct?

The issue is related to the ordering of your custom variables and how the syntax checker analyzes your filter. In your example, you reference a custom variable before it has been defined. While this will not alter your filter results, the syntax checker will display exceptions. Below is a reorganized version that will not produce the warnings.

Fetcher[
set{trigger, close 1 day ago * 0.94}
set{buytrigger, close*0.94}
set{quantity, 2000 / buytrigger}
close above 5
close is below day position(0.2,1)
average volume(21) above 250000
adx(5) above 40
low below trigger
add column quantity
add column buytrigger
add column market cap
add column rsi(2)
sort column 8 decsending
add column industry
]



StockFetcher Support

dcsnowden
52 posts
msg #111422
Ignore dcsnowden
2/15/2013 2:42:03 PM

Correct...no connection to ipad...I just couldn't find SF Support Forum anywhere...so I stuck it here. THX...DCS

watzdorf
21 posts
msg #111437
Ignore watzdorf
modified
2/16/2013 4:07:02 AM

My filters don't show up on the iPad but the watchlists do, after linking up with the account

aw

stockfetcher
979 posts
msg #111909
3/1/2013 6:18:25 AM

watzdorf:

When you have a chance, please try starting the iPad app again. We believe this problem has been resolved. If the app is currently running you may need to terminate the application first. To terminate the app, see the following page:

http://ipad.about.com/od/iPad_Guide/ss/How-To-Close-An-iPad-App.htm

Best Regards,
StockFetcher.com Support

StockFetcher Forums · StockFetcher for iPad · saved filter issue<< >>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.