bbrodka 14 posts msg #55725 - Ignore bbrodka modified |
10/15/2007 8:29:59 PM
how about with one line change? better? 94/99
set{ LongProfit, open - low}
|
luc1grunt 622 posts msg #55726 - Ignore luc1grunt |
10/15/2007 8:30:53 PM
Very nice Avery. Thank you.
|
TheRumpledOne 6,529 posts msg #55728 - Ignore TheRumpledOne |
10/15/2007 8:57:07 PM
how about with one line change? better? 94/99
set{ LongProfit, open - low}
That would be SHORT PROFIT!!
set{ ShortProfit, open - low}
I didn't want to confuse people. I have been accused of making complicated filters.
|
bbrodka 14 posts msg #55730 - Ignore bbrodka |
10/15/2007 9:01:52 PM
sorry, still learning
I was thinking it would be .10 above the low of the day
|
TheRumpledOne 6,529 posts msg #55731 - Ignore TheRumpledOne |
10/15/2007 9:09:39 PM
Short Version
|
drew9 171 posts msg #55736 - Ignore drew9 |
10/15/2007 11:53:57 PM
Once again Avery, your strategy of "its not what you trade - but how you trade them" really shines here! Believe it or not, for the folks with larger accounts, this could perhaps be one of the best filters ever! What terrific insights. Great job and thanks again for all your efforts here!
Drew
|
maxbasily 57 posts msg #55738 - Ignore maxbasily |
10/16/2007 7:38:15 AM
Rumpled , I tried playing around with the filter to insert some of my own ideas - but I failed miserably...
How would you modify the "profit checker long" to show me stocks that:
" went up (most times out of 100) 1% from the open WITHOUT dropping more than 1/or2/or 3% during the day"
would be great! thx
|
TheRumpledOne 6,529 posts msg #55751 - Ignore TheRumpledOne modified |
10/16/2007 2:02:38 PM
BIDU $6 + above buyzone
AAPL, WYNN and GOOG $3 + above buyzone
RIMM $2 + above buyzone
Seeing is believing. This is the way it is everyday.
|
TheRumpledOne 6,529 posts msg #55752 - Ignore TheRumpledOne modified |
10/16/2007 2:13:35 PM
Rumpled , I tried playing around with the filter to insert some of my own ideas - but I failed miserably...
How would you modify the "profit checker long" to show me stocks that:
" went up (most times out of 100) 1% from the open WITHOUT dropping more than 1/or2/or 3% during the day"
would be great! thx
=================================================
I think I coded what you wanted maxbasily.
For 2% use: set{ xdrop, .02 * close }
NOTE... the other columns are still the same. So the LOSE column is for all 100 days not just the tradecnt days.
|
drew9 171 posts msg #55756 - Ignore drew9 |
10/16/2007 6:40:48 PM
Hi Avery, the way the original filter was written, it can really be used anytime during the day that price crosses the open by 10 cents. I am assuming the filter is written for 100 days but some hit 97-99 times. So this means that the price at least rose from the open or crossed over later in the day - nearly every day! Either way this can work but I was wondering how you trade it? Do you just trade at the open or watch during the day for a long or short entry that crosses the 10 cent threshold. Also, how do you handle the stop losses? It does not appear they are needed much but when would you exit the trade?
Regards,
Drew
|