StockFetcher Forums · Filter Exchange · Thanks Kevin!<< >>Post Follow-up
karennma
8,057 posts
msg #122195
Ignore karennma
12/10/2014 2:55:04 PM

SET{SPY, IND(SPY,CLOSE)}
SET{VXX, IND(VXX,CLOSE)}
SET{RATIO, VXX / SPY}
SET{RATIOMA13, CMA(RATIO,13)}
SET{VXX_LONG, COUNT(RATIO ABOVE RATIOMA13,1)}
SET{SP500_LONG, COUNT(RATIO BELOW RATIOMA13,1)}
SET{TRIGGER,0}

DRAW RATIO ON PLOT RATIOMA13

DRAW VXX_LONG ON PLOT TRIGGER
DRAW SP500_LONG ON PLOT TRIGGER

SYMLIST(SPY,VXX)

ADD COLUMN SP500_LONG
ADD COLUMN VXX_LONG


Kevin_in_GA
4,599 posts
msg #122198
Ignore Kevin_in_GA
12/10/2014 8:15:58 PM

A blast from the past. You are welcome. Glad if it makes you some money!

durgin
60 posts
msg #122200
Ignore durgin
12/10/2014 8:53:28 PM

Fetcher[SET{SPY, IND(SPY,CLOSE)}
SET{VXX, IND(VXX,CLOSE)}
SET{RATIO, VXX / SPY}
SET{RATIOMA13, CMA(RATIO,13)}
SET{VXX_LONG, COUNT(RATIO ABOVE RATIOMA13,1)}
SET{SP500_LONG, COUNT(RATIO BELOW RATIOMA13,1)}
SET{TRIGGER,0}

DRAW RATIO ON PLOT RATIOMA13

DRAW VXX_LONG ON PLOT TRIGGER
DRAW SP500_LONG ON PLOT TRIGGER

SYMLIST(SPY,VXX)

ADD COLUMN SP500_LONG
ADD COLUMN VXX_LONG
]





fotchstecker
304 posts
msg #122201
Ignore fotchstecker
12/10/2014 10:18:26 PM

Funny. I was just reading this.

You call it a "blast from the past", Kevin, but much of its thinking is rational and very useful. What kinds of thinking on it have you evolved to since then?

Thanks.

Kevin_in_GA
4,599 posts
msg #122212
Ignore Kevin_in_GA
12/11/2014 9:40:03 PM

None really. This was more of an observation that I put into SF code - I never really used it nor have I evolved it since the original post a long while back.

StockFetcher Forums · Filter Exchange · Thanks Kevin!<< >>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.