StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 ... 11 12 13 14 15 ... 31 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #42352
Ignore TheRumpledOne
modified
3/23/2006 12:27:39 AM

Stocktrader, that's funny!

You went back to the old TREND FILTER:

/* Selection Criteria */

trend equal to 111

I wrote that a long time ago!!

Talk about keeping it simple.

MAY ALL YOUR FILLS BE COMPLETE.





TheRumpledOne
6,407 posts
msg #42366
Ignore TheRumpledOne
modified
3/23/2006 8:00:09 AM

Fetcher[
/* ENHANCED TREND DISPLAY */

set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}



set{T10a,days(10 day slope of the close below 0, 100)}
set{T60a,days(60 day slope of the close below 0, 100)}
set{T200a,days(200 day slope of the close below 0, 100)}

ADD COLUMN TREND
ADD COLUMN T10a
ADD COLUMN T60a
ADD COLUMN T200a

draw T10a
draw T60a on plot t10a
draw T200a on plot t10a

/* enter your Upper Limit criteria */
set{UpperLim, High 13 week High}

/* enter your Lower Limit criteria */
set{LowerLim, Low 13 week Low}

set{LimDiff, UpperLim minus LowerLim}
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / LimDiff}
set{BallOn, PPDiv * 100}

set{PCT, LimDiff / LowerLim}

set{HiOp,high - open}
set{OpLo, open - low}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl, CCa - CCb}

set{HHb,days(High is above High 1 day ago,100)}
set{HHa,days(High is below High 1 day ago,100)}
set{HixHi, HHa - HHb}

set{LLb,days(Low is above Low 1 day ago,100)}
set{LLa,days(Low is below Low 1 day ago,100)}
set{LoxLo, LLa - LLb}

set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VlXvl, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}

Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}

set{BLb,days(BullPower is above BullPower 1 day ago,100)}
set{BLa,days(BullPower is below BullPower 1 day ago,100)}
set{BLxBL, BLa - BLb}

set{BRb,days(BearPower is above BearPower 1 day ago,100)}
set{BRa,days(BearPower is below BearPower 1 day ago,100)}
set{BRxBR, BRa - BRb}

set{RChg, count( UpperLim equal UpperLim 1 day ago, 1 ) }
set{SChg, count( LowerLim equal LowerLim 1 day ago, 1 ) }

/* Volatility Direction Filter Display */

set{BBDiff, Upper Bollinger Band(20) - Lower Bollinger Band(20) }

set{BBDb,days(BBDiff is above BBDiff 1 day ago,100)}
set{BBDa,days(BBDiff is below BBDiff 1 day ago,100)}
set{BBTrend, BBDa - BBDb}

set{ATRb,days(ATR(14) is above ATR(14) 1 day ago,100)}
set{ATRa,days(ATR(14) is below ATR(14) 1 day ago,100)}
set{ATRTrend, ATRa - ATRb}

/* profit had you bought the open 5 days ago and sold at the high */

set{High5, High 5 day High}
set{Profit, High5 - open 5 days ago}

/* Narrow Channel Breakout Display */

set{ High20, high 20 day high}
set{ Low20, low 20 day low}

set{ New20High, count( high above High20 1 day ago , 1 ) }
set{ New20Low, count( low below Low20 1 day ago , 1 ) }


/* Tunnel Method Display */

set{ MinEMA, min( ema(144), ema(169) ) }
set{ MaxEMA, max( ema(144), ema(169) ) }

set{ GoLong, count(ema(12) crossed above MaxEMA , 1 ) }

set{ GoShort, count(ema(12) crossed below MinEMA , 1 ) }

/* column display */

add column HiOp
add column OpLo
add column Profit

add column BallOn
add column UpperLim {Resist}
add column LowerLim {Support}

add column RChg
add column SChg

add column GoLong
add column GoShort

add column New20High
add column New20Low

AND ADD COLUMN BBTrend
AND ADD COLUMN ATRTrend

/* PLOTS */

draw UpperLim on plot price
draw LowerLim on plot price

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE momentum(12) */

set{moval, INDPOSITION(momentum(12), 60) * 100}

/* NORMALIZE rsi(2) */

set{rsval, RSI(2) }

/* NORMALIZE williams %r(10) */

set{wrval, INDPOSITION(williams %r(10), 60) * 100 }


/* DRAW THE MP RSIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw moval on plot wrval
and draw rsval on plot wrval

add column wrval
add column adval
add column rsval
add column moval

and add column clxcl
and add column VlXvl
and add column Vdbl

add column HixHi
add column LoxLo

add column Bullpower
add column Bearpower
add column BLxBL
add column BRxBR

/* Selection Criteria */

trend equal to 111

close is between 1 and 15

avg vol(5) above 500000
avg vol(30) above 500000

add column industry

Sort column 5 descending

chart-length is 4 months
]



Thought I would enhance your filter a bit:

ADD COLUMN T10a
ADD COLUMN T60a
ADD COLUMN T200a

Displays the number of days the stock's 10/60/200 day trend has been positive.

A -1 means the trend has been up more than 100 days!!

Now you can sort/select using those variables/columns.

HTH.

MAY ALL YOUR FILLS BE COMPLETE.





TheRumpledOne
6,407 posts
msg #42368
Ignore TheRumpledOne
3/23/2006 8:17:03 AM

Hey stocktrader, would you please email me.


Thanks.


limestar
79 posts
msg #42407
Ignore limestar
3/24/2006 12:58:19 AM

Yeh I was talking about thhis: I wrote an indicator for TradeStation first so I have the FREE SHARES in real time.

Direct link?


jayjay
2 posts
msg #42418
Ignore jayjay
3/24/2006 12:24:13 PM

Hi,
I posted this question on another string but I think this is the appropriate place to ask. I am new to investing and am curently in educate mode. Would some one explain waht "NEXT NTRI" filter is/means and what it does.
Tanx....jj/.


jayjay
2 posts
msg #42420
Ignore jayjay
3/24/2006 1:09:22 PM

Tanx Limestar

jj/.


limestar
79 posts
msg #42419
Ignore limestar
modified
3/24/2006 3:53:43 PM

NTRI is the symbol for nutrisystem. The weight loss company. Their stock had a huge move last year.

HANS would be another and more preferable to find :)



TheRumpledOne
6,407 posts
msg #42435
Ignore TheRumpledOne
modified
3/24/2006 7:31:26 PM

The TradeStation Free Shares indicator can be found here:

https://www.tradestation.com/Discussions/Topic.aspx?Topic_ID=50327



stocktrader
294 posts
msg #42449
Ignore stocktrader
3/24/2006 11:02:08 PM

Yep, another Next NTRI filter success! (trend 111 and 1 to 15 in price)

2000 shares of CWPC for +17.25% gain and +$2,060 CASH.

It was a real battle to sell the shares. Cash in hand, another good weekend.

Entry on 22MAR2006:
11:06:35 >> <EXECUTION> Bought 2000 shares of CWPC @5.97 at 11:06:35
11:05:05 >> Order to [Limit Buy 2000 shares of CWPC] was received and confirmed with [XLB554220060322] [RegSession]
11:04:59 << Sending [Limit Buy] order for [2000 shares of CWPC] [Day] [RegSession] [Limit @5.97]

Exit on 24MAR2006:
11:18:52 >> <EXECUTION> Sold 1000 shares of CWPC @7.03 at 11:18:51
11:18:42 >> Order to [Limit Sell 1000 shares of CWPC] was received and confirmed with [XKA265720060324] [RegSession]
11:18:37 << Sending [Limit Sell] order for [1000 shares of CWPC] [Day] [RegSession] [Limit @7.03]
11:13:20 >> <EXECUTION> Sold 1000 shares of CWPC @6.97 at 11:13:20
11:13:06 >> <ORDERUPDATE> Order [Sell 1000 shares of CWPC] [XDB355820060324] was updated with new status [Modifiable/Cancelable]
11:13:06 >> Order Modify for [Sell Limit 1000 shares of CWPC] was received and confirmed with [XDB355820060324] [RegSession]
11:13:04 << Sending Modify for [RegSession] order [XBB752820060324] [old limit=7.01, new limit=6.97]
11:10:33 >> <ORDERUPDATE> Order [Sell 1000 shares of CWPC] [XBB752820060324] was updated with new status [Modifiable/Cancelable]
11:10:33 >> Order Modify for [Sell Limit 1000 shares of CWPC] was received and confirmed with [XBB752820060324] [RegSession]
11:10:32 << Sending Modify for [RegSession] order [XUB906820060324] [old limit=7.04, new limit=7.01]
11:09:14 >> <ORDERUPDATE> Order [Sell 1000 shares of CWPC] [XUB906820060324] was updated with new status [Modifiable/Cancelable]
11:09:14 >> Order Modify for [Sell Limit 1000 shares of CWPC] was received and confirmed with [XUB906820060324] [RegSession]
11:09:14 << Sending Modify for [RegSession] order [XUA517620060324] [old limit=7.1, new limit=7.04]
11:07:24 >> Order to [Limit Sell 1000 shares of CWPC] was received and confirmed with [XUA517620060324] [RegSession]
11:07:22 << Sending [Limit Sell] order for [1000 shares of CWPC] [Day] [RegSession] [Limit @7.1]
11:02:07 >> <CANCEL> confirmed for [CWPC] [XJB004920060324], pending prior execution
11:01:52 << Sending [RegSession] Cancel for order [XJB004920060324] (Sell 1000 shares of CWPC)
11:01:30 >> Order to [Limit Sell 1000 shares of CWPC] was received and confirmed with [XJB004920060324] [RegSession]
11:01:30 << Sending [Limit Sell] order for [1000 shares of CWPC] [Day] [RegSession] [Limit @7.02]
10:59:25 >> <CANCEL> confirmed for [CWPC] [XQB812820060324], pending prior execution
10:59:24 << Sending [RegSession] Cancel for order [XQB812820060324] (Sell 1000 shares of CWPC)
10:59:01 >> <ORDERUPDATE> Order [Sell 1000 shares of CWPC] [XQB812820060324] was updated with new status [Modifiable/Cancelable]
10:59:01 >> Order Modify for [Sell Limit 1000 shares of CWPC] was received and confirmed with [XQB812820060324] [RegSession]
10:59:01 << Sending Modify for [RegSession] order [XKB906420060324] [old limit=7.08, new limit=7.07]
10:58:02 >> <ORDERUPDATE> Order [Sell 1000 shares of CWPC] [XKB906420060324] was updated with new status [Modifiable/Cancelable]
10:58:00 >> Order Modify for [Sell Limit 1000 shares of CWPC] was received and confirmed with [XKB906420060324] [RegSession]
10:57:59 << Sending Modify for [RegSession] order [XPA713520060324] [old limit=7.1, new limit=7.08]
10:56:54 >> Order to [Limit Sell 1000 shares of CWPC] was received and confirmed with [XPA713520060324] [RegSession]
10:56:54 << Sending [Limit Sell] order for [1000 shares of CWPC] [Day] [RegSession] [Limit @7.1]

Oh, I almost forgot, did I indicate how great the Next NTRI filter is?


stocktrader
294 posts
msg #42459
Ignore stocktrader
3/25/2006 9:29:20 AM

Keep a watch on FRPT for the week of Monday the 27th. It has a 111 trend and has just broken out of some serious resistance (bullish triangle). And, in the last 2 hours of Friday trading.


StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI?<< 1 ... 11 12 13 14 15 ... 31 >>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.