StockFetcher Forums · General Discussion · Syntax help for my experiment<< >>Post Follow-up
joepistell
37 posts
msg #119042
Ignore joepistell
modified
4/9/2014 10:34:21 AM

__REMOVED__

joepistell
37 posts
msg #119046
Ignore joepistell
4/9/2014 11:45:16 AM

Fix it, but SF servers don't like it (hourglass runs.... and runs....)

Any ideas on how to clean up this code?

Fetcher[/* GLOBAL*/
show optionable stocks
and not etf
and price above 4
and avgvol(90) is > 250000

set{fib1, CMA(close,1)}
set{fib2, CMA(fib1,2)}
set{fib3, CMA(fib2,3)}
set{fib5, CMA(fib3,5)}
set{fib8, CMA(fib5,8)}
set{fib13, CMA(fib8,13)}

add column fib1
add column fib2
add column fib3
add column fib5
add column fib8
add column fib13

/*setting up an ADX like tool, I am looking at behavior in a trend vs a base*/
set{1minus, abs(fib1 minus fib13)}
set{2minus, abs(fib2 minus fib13)}
set{3minus, abs(fib3 minus fib13)}
set{5minus, abs(fib5 minus fib13)}
set{8minus, abs(fib8 minus fib13)}
/*look at non abs as negative numbers vs long ma may sway results in interesting ways*/

add column 1minus
add column 2minus
add column 3minus
add column 5minus
add column 8minus


set{fibsum1, 1minus + 2minus}
set{fibsum2, 3minus + 5minus}

set{fibsum2a, fibsum1 +fibsum2}
set{fibsum3, fibsum2a + 8minus}


add column fibsum1
add column fibsum2
add column fibsum2a
add column fibsum3

/*to do: DIVIDE FIBSUM BY PRICE TO CREATE A RATIO*/

draw fibsum2 52 week high
]




duke56468
683 posts
msg #119047
Ignore duke56468
4/9/2014 1:21:38 PM

I think you need the premium service to run this filter

Your StockFetcher filter exceeds filter performance restrictions

StockFetcher Forums · General Discussion · Syntax help for my experiment<< >>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.