StockFetcher Forums · Filter Exchange · BOLLINGER BAND TRADING STRATEGY | << 1 ... 12 13 14 15 16 ... 39 >>Post Follow-up |
a24ali 15 posts msg #79686 - Ignore a24ali |
9/19/2009 11:27:34 PM I am not used posting images here, my appologies..here are the correct graphs for Otex and MANT. MANT http://tinypic.com/view.php?pic=2ib1c9y&s=4 OTEX http://tinypic.com/view.php?pic=2jdm44g&s=4 |
a24ali 15 posts msg #79689 - Ignore a24ali |
9/19/2009 11:40:43 PM klynn55 - Ignore klynn55 9/19/2009 8:34:44 PM a24: how did you produce the charts, what software uses villian's scans? gabestogie - Ignore gabestogie 9/19/2009 8:50:01 PM A24: Looks like a no brainer.How do we pull up charts such as these? This is how the smart money plays, they get in & out before the avg. investor does. Gabe ---------------- Klynn55 and gabestogie, These graphs are from Willain website, not mine..his method and calculation of the effective volume is detailed in his book Value in Time. I first came across his method through reading Alexander Elder's Entry and Exist book. there are Plug-ins that calculate the Effective Volume for most trading softwares, such as Tradestation, amibroker,esignal.and excel add-on. ' |
Kevin_in_GA 4,599 posts msg #79738 - Ignore Kevin_in_GA |
9/20/2009 8:04:43 PM Looking at the Active Boundaries data for AMED, the maxima and minima (upon which the best trade signals would be generated) corresponded almost exactly with the Bollinger Band signals as well. I used 2 SD in this case, to try to get the current active boundary values as close as possible to a set of upper and lower BBs. My thinking is that the Effective Volume data is unique, but the Active Boundaries can be easily reproduced using Bollinger Bands. |
Kevin_in_GA 4,599 posts msg #79740 - Ignore Kevin_in_GA |
9/20/2009 8:15:40 PM A quick backtest of this approach over the past four months - Just like to be sure that this system is working OK. Will do this periodically to keep the system honest. Scenario 1 - No stops at all (profit, trailing or loss): Name: BOLLINGER BAND(16,2.5) IBD STOCKS Initial portfolio Size: $100000.00 Maximum Open Positions: 50 Initial transaction size: $2000.00 Start Date: 06/01/09 End Date: 09/18/09 # Trading Days: 77 There were 84 total stocks entered. Of those, 44 or 52.38% were complete and 40 or 47.62% were open. Of the 44 completed trades, 44 trades or 100.00% resulted in a net gain. Your average net change for completed trades was: 29.82%. The average draw down of your approach was: -4.18%. The average max profit of your approach was: 32.41% The Reward/Risk ratio for this approach is: 0.00 Annualized Return on Investment (ROI): 277.74%, the ROI of ^SPX was: 56.31%. Equity Summary Invested In Stock: $-0.00 Market Value of Stock: $0.00 Market Value - Invested: $0.00 Available Cash: $140526.93 Total (Cash + Market): $140,526.93 Scenario 2 - 20% profit stop (what I am currently using): Name: BOLLINGER BAND(16,2.5) IBD STOCKS Initial portfolio Size: $100000.00 Maximum Open Positions: 50 Initial transaction size: $2000.00 Start Date: 06/01/09 End Date: 09/18/09 # Trading Days: 77 There were 98 total stocks entered. Of those, 61 or 62.24% were complete and 37 or 37.76% were open. Of the 61 completed trades, 61 trades or 100.00%resulted in a net gain. Your average net change for completed trades was: 19.31%. The average draw down of your approach was: -4.57%. The average max profit of your approach was: 21.44% The Reward/Risk ratio for this approach is: 0.00 Annualized Return on Investment (ROI): 266.40%, the ROI of ^SPX was: 56.31%. Equity Summary Invested In Stock: $-0.00 Market Value of Stock: $0.00 Market Value - Invested: $0.00 Available Cash: $131305.45 Total (Cash + Market): $131,305.45 |
drew9 171 posts msg #79746 - Ignore drew9 |
9/20/2009 11:47:41 PM Hi Kevin, Really nice job on your filter and thanks for sharing! Just noticed your last two backtest results had 84 stocks in Scenario 1 and 98 in Scenario 2. Any idea why these are different when the only variable appears to be a profit stop? |
ronun 27 posts msg #79753 - Ignore ronun |
9/21/2009 5:24:16 AM Kevin_in_GA, Nice work on your Bollinger(16,2.5) filter. It seems to match up with many of the Value Chart trading signals from "Dynamic Trading Indicators." Take a look: * Calculate FLOATING AXIS*/ SET{VAR1,HIGH + LOW} SET{VAR2,SUM(VAR1,5)} SET{FLOATINGAXIS,VAR2 / 10} AND ADD COLUMN FLOATINGAXIS /*Calculate VOLITILITY UNIT*/ SET{DIFF1,HIGH - LOW} SET{DIFF2,SUM(DIFF1,5)} SET{VOLITILITYUNIT,DIFF2 / 25} AND ADD COLUMN VOLITILITYUNIT /*Calculate VALUE CHART HIGH*/ SET{VALUEHI,HIGH - FLOATINGAXIS} SET{VALUECHARTHIGH,VALUEHI / VOLITILITYUNIT} AND DRAW VALUECHARTHIGH AND DRAW VALUECHARTHIGH LINE AT 4 AND DRAW VALUECHARTHIGH LINE AT 8 /*Calculate VALUE CHART LOW*/ SET{VALUELO,LOW - FLOATINGAXIS} SET{VALUECHARTLOW,VALUELO / VOLITILITYUNIT} AND DRAW VALUECHARTLOW AND DRAW VALUECHARTLOW LINE AT -4 AND DRAW VALUECHARTLOW LINE AT -8 AND ADD COLUMN HIGH AND ADD COLUMN LOW AND ADD COLUMN VALUECHARTHIGH AND ADD COLUMN VALUECHARTLOW SHOW STOCKS WHERE VALUECHARTLOW IS BELOW -8 SHOW STOCKS WHERE CLOSE IS BETWEEN 1 AND 300 AND AVERAGE VOLUME(30) IS ABOVE 100000 Sorry, I haven't figured out how to make it clickable. ronun |
Kevin_in_GA 4,599 posts msg #79757 - Ignore Kevin_in_GA |
9/21/2009 8:16:52 AM Hi Kevin, Really nice job on your filter and thanks for sharing! Just noticed your last two backtest results had 84 stocks in Scenario 1 and 98 in Scenario 2. Any idea why these are different when the only variable appears to be a profit stop? +++++++++++++++++++++++++ You only are allowed 50 open positions at any time - therefore if you do not close them out with the 20% stop, they stay open longer and then you cannot buy into new stocks until older stocks have hit the upper BB. |
Kevin_in_GA 4,599 posts msg #79794 - Ignore Kevin_in_GA modified |
9/21/2009 4:28:08 PM NO BUY OR SELL SIGNALS FOR TODAY. Will update the portfolio performance later tonight. EDIT: UPDATED PORTFOLIO ON 1ST POST IN THIS THREAD |
Kevin_in_GA 4,599 posts msg #79841 - Ignore Kevin_in_GA |
9/22/2009 2:43:18 PM Running the BUY screen at 2:30 PM shows BJRI as a candidate. It's down 5% today on no apparent news. IBD ranking has dropped below 85, but this must be a very recent move. Still in play if it is below the lower BB at the end of the day. Statistically, it is more profitable to buy at the close than at the open on the following day, but we are near or at a market top so those statistics may no longer be as reliable (look at STEC as an example). Not sure how I want to play this one yet. |
gabestogie 79 posts msg #79848 - Ignore gabestogie |
9/22/2009 3:34:50 PM Kevin: I've been watching it since it popped up. So far it has dropped thru 2 support levals 15.92--15.70 and has so far held above the 3rd 15.35 by touching 15.36. Not sure either. 2 articles on Yahoo for STEC, looking good BGS doing good also. Gabe |
StockFetcher Forums · Filter Exchange · BOLLINGER BAND TRADING STRATEGY | << 1 ... 12 13 14 15 16 ... 39 >>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