StockFetcher Forums · Filter Exchange · MY XIV TRADING SYSTEM USING STRATASEARCH FILTERS<< 1 ... 21 22 23 24 25 ... 40 >>Post Follow-up
tennisplayer2
210 posts
msg #140215
Ignore tennisplayer2
12/19/2017 8:43:26 AM

I did not get the additional buy. Last night's signal for today were just the 3 holds. I wonder why we are getting a discrepancy. Thanks.

lavapit315
47 posts
msg #140217
Ignore lavapit315
12/19/2017 8:47:55 AM

Mine showed exactly as Kevin posted. FYI

graftonian
1,089 posts
msg #140219
Ignore graftonian
12/19/2017 10:07:18 AM

Help! Is there a way to code stopdown(5) in stockfetcherese?


Kevin_in_GA
4,599 posts
msg #140220
Ignore Kevin_in_GA
12/19/2017 10:29:48 AM

Not really. This requires the filter to know the entry price. SF does not retain this type of data (although it should).

You might be able to add the entry price as a set statement (using the date() function) and then set a trigger at that value * 0.95?

graftonian
1,089 posts
msg #140222
Ignore graftonian
12/19/2017 11:10:07 AM

After I pressed the enter key, I knew that was a dumb question.
Here is my attempt at Filter 1

Fetcher[
/*********XIV 1 ***********/
symlist(XIV, UPRO, TQQQ, NUGT, JNUG)
add column ROC(10,1)
sort on column 5 descending
CHART-TIME IS 1 YEAR

/***Projection Oscillator(8)***/
SET{VAR1_UP, COUNT(Projection Oscillator(8) GAINED MORE THAN 7% OVER THE LAST 11 DAYS,1)}
SET{VAR1_DN, COUNT(Projection Oscillator(8) DROPPED MORE THAN 7% OVER THE LAST 11 DAYS,1)}

SET{VAR2_UP, COUNT(MA(3) GAINED MORE THAN 7% OVER THE LAST 11 DAYS,1)}
SET{VAR2_DN, COUNT(MA(3) DROPPED MORE THAN 7% OVER THE LAST 11 DAYS,1)}

SET{POS_DIV, VAR1_UP * VAR2_DN}
SET{NEG_DIV1, VAR1_DN * VAR2_DN}
SET{NEG_DIV, NEG_DIV1 * -1}
SET{ENTRY1, COUNT(POS_DIV EQUALS 1, 1)}
SET{TRIGGER, ENTRY1}
DRAW TRIGGER

/***MACD()***/
SET{MACD_CEMA, CEMA(MACD(), 17)}
SET{EXIT1, COUNT(MACD() CROSSED ABOVE MACD_CEMA, 1)}
DRAW EXIT1

/***
A 5% stoploss is part of this signal, but how does one code that?
***/

]



nibor100
1,099 posts
msg #140234
Ignore nibor100
12/19/2017 3:19:16 PM

@graftonian,

I've been working on Kevin filter #10, which I will post when finished with comparative testing of SF results vs. SS data.

Thanks,
Ed S.

graftonian
1,089 posts
msg #140236
Ignore graftonian
12/19/2017 3:31:39 PM

roger that, Nibor.
#11 was to easy, I must be missing something.

Fetcher[
/*********XIV 11 ***********/
symlist(XIV, UPRO, TQQQ, NUGT, JNUG)
add column ROC(10,1)
sort on column 5 descending
CHART-TIME IS 1 YEAR
/* PRICE CHANNEL */
SET{PCH17, CMA(HIGH,17)}
SET{PCL17, CMA(LOW,17)}
SET{ENTRY1, COUNT(CLOSE < PCL17,1)}

DRAW PCH17 ON PLOT PRICE
DRAW PCL17 ON PLOT PRICE

SET{PC_DIF, PCH17 - PCL17}
SET{PC_AVG, CMA(PC_DIF,17)}
SET{ENTRY2, COUNT(PC_DIF > PC_AVG,1)}

SET{TRIG1, ENTRY1 + ENTRY2}
SET{TRIGGER, COUNT(TRIG1 EQUALS 2,1)}
DRAW TRIGGER

/**** EXIT ***/
SET{EXIT, COUNT(Stochastic %D(13,2,3) CROSSED BELOW 79, 1)}
DRAW EXIT

]



Kevin_in_GA
4,599 posts
msg #140247
Ignore Kevin_in_GA
12/20/2017 8:05:47 AM

My signal email from last night - 2 new BUY signals:

SideActionPFOrderTypeProductSymbolNameBuyDateBuyPriceClosePriceGainLossSystem Name
LongBuy10MarketStockXIVXIV 134.81 XIV MULTISYSTEM #20
LongBuy10MarketStockXIVXIV 134.81 XIV MULTISYSTEM #35
LongHold10 StockXIVXIV12/19/2017135.5134.81-0.51%XIV MULTISYSTEM #33
LongHold10 StockXIVXIV12/18/2017135.17134.81-0.27%XIV MULTISYSTEM #40
LongHold10 StockXIVXIV12/5/2017116.7134.8115.52%XIV MULTISYSTEM #23
LongHold10 StockXIVXIV12/18/2017135.17134.81-0.27%XIV MULTISYSTEM #6


Kevin_in_GA
4,599 posts
msg #140313
Ignore Kevin_in_GA
12/22/2017 9:06:33 AM

New signals for today - I noticed that for some reason the signal for 12/19 (#33) is not showing up. Not sure why.

LongBuy10MarketStockXIVXIV 136.09 XIV MULTISYSTEM #32
LongHold10 StockXIVXIV12/5/2017116.7136.0916.62%XIV MULTISYSTEM #23
LongHold10 StockXIVXIV12/18/2017135.17136.090.68%XIV MULTISYSTEM #40
LongHold10 StockXIVXIV12/20/2017137.04136.09-0.69%XIV MULTISYSTEM #35
LongHold10 StockXIVXIV12/20/2017137.04136.09-0.69%XIV MULTISYSTEM #20
LongHold10 StockXIVXIV12/18/2017135.17136.090.68%XIV MULTISYSTEM #6


mahkoh
1,065 posts
msg #140341
Ignore mahkoh
modified
12/23/2017 6:05:11 AM

I have noticed that it is not uncommon for Yahoo to have a way off price (usually the open) and to correct that in the next couple of days.

Looking forward to following your new thread. You state that it is a problem to use SS for weekly data. I agree that transposing all formulas into weekly would indeed be a pain. But how about going the oppsite way, importing weekly prices as an ASCI file and run the regular formulas against that data?

StockFetcher Forums · Filter Exchange · MY XIV TRADING SYSTEM USING STRATASEARCH FILTERS<< 1 ... 21 22 23 24 25 ... 40 >>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.