| StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI? | << 1 ... 7 8 9 10 11 ... 31 >>Post Follow-up |
| Jeffrey_Ferris 9 posts msg #42126 - Ignore Jeffrey_Ferris |
3/16/2006 1:31:17 PM Hello TRO, I really LOVE the code you posted on message in which you wrote "Added the Inverse Fisher Transform (IFT) for educational purposes. I am not sure how well it works for stock selection." The code on that page is stellar material for Binary Financial Bets (fixed odds wagering). Would you happen to have that available as an indicator in Trade Station or ESignal or other? Much Respect to You, Jeffrey! |
| TheRumpledOne 6,529 posts msg #42145 - Ignore TheRumpledOne modified |
3/16/2006 8:17:15 PM Yes, Jeffrey, I have versions for TradeStation. You can find it on the TradeStation forum or you can email THERUMPLEDONE. I have email at yahoo, hotmail, gmail, etc... If you google inverse fisher transfrom tradestation, you'll find a ton of info!! That's where I started. |
| TheRumpledOne 6,529 posts msg #42146 - Ignore TheRumpledOne |
3/16/2006 8:19:24 PM Can you believe CAMH? Are you guys driving the price up!?!?!?! Not to mention.. XSNX and GNBT. |
| stocktrader 294 posts msg #42165 - Ignore stocktrader |
3/17/2006 10:38:17 AM Closed GNBT Today. Open 5000 shares @ 2.41 Close 5000 shares @ 2.97 +23.2% ($2800) Gain! |
| stocktrader 294 posts msg #42166 - Ignore stocktrader modified |
3/17/2006 5:01:30 PM TheRumpledOne 3/15/2006 7:03:58 PM Stock... can you at least type in the "meat" of the article? -------------- http://www.loombo.com/dl/5967 |
| stocktrader 294 posts msg #42167 - Ignore stocktrader |
3/17/2006 5:39:29 PM sjjjha 3/2/2006 9:46:17 PM Insider Buy GNBT: 70,000 at 2.21 reported on 3/2/05 ---------------------- Thanks to sjjjha for the insider report! I reaped the gains today! Although I may have sold early, the warm display indicates that GNBT may still be cooking.....and the end of day action is interesting..... |
| TheRumpledOne 6,529 posts msg #42169 - Ignore TheRumpledOne |
3/17/2006 6:08:25 PM Thanks for posting the article, stocktrader. |
| TheRumpledOne 6,529 posts msg #42171 - Ignore TheRumpledOne |
3/17/2006 6:15:12 PM Narrowing Breakout Channels presented in the Futures System Lab of the March 2006 issue of Active Trader Magazine -------------------------------------------------------------------------------- Uses the second highest/lowest values over the past 20 days as a breakout channel. In the article it is shown that this provides better trade signals than the traditional breakout approach. Rules: 1. Go long at stop at the second highest high of the last 20 days. 2. Exit long and go short at stop at the second lowest low of the last 20 days. Notes: The system uses the indicators HighestN and LowestN. They have to exist in your Indicators folder for the system to work. Money Management is based on RiskStop(%). Please set your parameters accordingly before testing the system. The system has also been tested on currencies. Please read the test results in the January 2006 issue of Currency Trader Magazine. Please find more systems from my articles in my profile. WealthScript Code Below is the WealthScript code for this ChartScript. ( Click here for a version of the WealthScript code suitable for copying to the clipboard) {$I 'HighestN'} {$I 'LowestN'} var Bar, period, n: integer; var LowestN1, Lowest1: integer; var HighestN1: integer; period := 20; //lookback days for the new channel N := 2; //n_th highest/lowest value If N=1 then begin //use the traditional Donchian channel if n=1 to improve speed LowestN1 := LowestSeries( #Low,period); HighestN1 := HighestSeries( #High,period ); end else begin LowestN1 := LowestNSeries( #Low,period, N ); HighestN1 := HighestNSeries( #High,period, N ); end; PlotSeriesLabel( LowestN1, 0, #green, #Thick, 'LowestN(#Low,'+inttostr(period)+','+inttostr(n)+')'); PlotSeriesLabel( HighestN1, 0, #red, #Thick, 'HighestN(#High,'+inttostr(period)+','+inttostr(n)+')'); for Bar := period to BarCount - 1 do begin if not LastPositionActive then begin SetRiskStopLevel(@LowestN1[Bar]); If not BuyAtStop(Bar+1,@HighestN1[Bar],'') then begin SetRiskStopLevel(@HighestN1[Bar]); ShortAtStop(Bar+1,@LowestN1[Bar],''); end; end else begin If Positionlong(lastposition) then begin if SellAtStop(Bar+1, @LowestN1[Bar], lastposition,'') then begin SetRiskStopLevel(@HighestN1[Bar]); ShortAtStop(Bar+1, @LowestN1[Bar], ''); end; end else begin If CoverAtStop(Bar+1, @HighestN1[Bar], lastposition,'') then begin SetRiskStopLevel(@LowestN1[Bar]); BuyAtStop(Bar+1, @HighestN1[Bar], ''); end; end; end; end; |
| TheRumpledOne 6,529 posts msg #42172 - Ignore TheRumpledOne modified |
3/17/2006 6:36:22 PM Let's add the NCB display to the NEXT NTRI FILTER for use during the week of 3/20/06: MAY ALL YOUR FILLS BE COMPLETE. |
| TheRumpledOne 6,529 posts msg #42173 - Ignore TheRumpledOne |
3/17/2006 6:42:29 PM www.stockscores.com says: Symbol ..|.. Last ..|..Threshold .|.. Change .|..Signal .|..Sentiment|.. ATAR ..|.. $0.63 ..|.. $0.66 ..|.. -0.05 ..|.. 15 ..|.. 18 ..|.. ..|.. AVNX ..|.. $3.08 ..|.. $3.23 ..|.. 0.07 ..|.. 61 ..|.. 67 ..|.. ..|.. BPUR ..|.. $1.43 ..|.. $1.50 ..|.. 0.04 ..|.. 74 ..|.. 71 ..|.. ..|.. CAMH ..|.. $3.75 ..|.. $3.94 ..|.. 0.10 ..|.. 23 ..|.. 48 ..|.. ..|.. CHTR ..|.. $1.03 ..|.. $1.08 ..|.. 0.08 ..|.. 38 ..|.. 32 ..|.. ..|.. CTCH ..|.. $1.27 ..|.. $1.33 ..|.. -0.07 ..|.. 73 ..|.. 70 ..|.. ..|.. CYTR ..|.. $1.72 ..|.. $1.81 ..|.. 0.16 ..|.. 86 ..|.. 75 ..|.. ..|.. DNTK ..|.. $0.46 ..|.. $0.48 ..|.. -0.03 ..|.. 42 ..|.. 44 ..|.. ..|.. DVW ..|.. $1.74 ..|.. $1.83 ..|.. 0.07 ..|.. N/A ..|.. N/A ..|.. ..|.. DYMTF .|.. $1.42 ..|.. $1.49 ..|.. -0.03 ..|.. 66 ..|.. 71 ..|.. ..|.. EMFP ..|.. $1.84 ..|.. $1.93 ..|.. -0.09 ..|.. 55 ..|.. 67 ..|.. ..|.. EONC ..|.. $2.44 ..|.. $2.56 ..|.. 0.39 ..|.. 87 ..|.. 69 ..|.. ..|.. GNBT ..|.. $2.94 ..|.. $3.09 ..|.. 0.32 ..|.. 93 ..|.. 77 ..|.. ..|.. GTCB ..|.. $1.01 ..|.. $1.06 ..|.. n/a ..|.. 28 ..|.. 35 ..|.. ..|.. ISV ..|.. $2.00 ..|.. $2.10 ..|.. -0.01 ..|.. 66 ..|.. 76 ..|.. ..|.. IVAN ..|.. $2.66 ..|.. $2.79 ..|.. -0.10 ..|.. 63 ..|.. 71 ..|.. ..|.. MBAY ..|.. $1.11 ..|.. $1.17 ..|.. -0.03 ..|.. 48 ..|.. 44 ..|.. ..|.. NXXI ..|.. $1.38 ..|.. $1.45 ..|.. 0.02 ..|.. 58 ..|.. 64 ..|.. ..|.. PPHM ..|.. $1.44 ..|.. $1.51 ..|.. 0.08 ..|.. 88 ..|.. 65 ..|.. ..|.. PRTL ..|.. $0.76 ..|.. $0.80 ..|.. n/a ..|.. 36 ..|.. 48 ..|.. ..|.. PTSC ..|.. $1.63 ..|.. $1.71 ..|.. 0.14 ..|.. 2 ..|.. 8 ..|.. ..|.. SFLK ..|.. $0.75 ..|.. $0.79 ..|.. -0.04 ..|.. 35 ..|.. 37 ..|.. ..|.. SVVS ..|.. $1.35 ..|.. $1.42 ..|.. 0.20 ..|.. 68 ..|.. 71 ..|.. ..|.. XSNX ..|.. $2.50 ..|.. $2.63 ..|.. -0.26 ..|.. 49 ..|.. 64 ..|.. ..|.. Now, someone needs to check for insider buys, news, etc... |
| StockFetcher Forums · Filter Exchange · Who really wants to find the next NTRI? | << 1 ... 7 8 9 10 11 ... 31 >>Post Follow-up |
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