dccolt 19 posts msg #55433 - Ignore dccolt modified |
9/30/2007 11:39:17 PM
|
dccolt 19 posts msg #55434 - Ignore dccolt modified |
9/30/2007 11:40:19 PM
I do not know why the Fetcher[ is not working for my posting.
|
dccolt 19 posts msg #55435 - Ignore dccolt modified |
9/30/2007 11:47:35 PM
Also, some possible selection criteria to go with the filter.
/* SELECTION CRITERIA */
|
TheRumpledOne 6,411 posts msg #55441 - Ignore TheRumpledOne modified |
10/1/2007 11:31:33 AM
I have 3 questions:
1. Is it fair to say that it is best to milk stocks between the open and high only when they are uptrending?
2. Do you believe that stocks can be shorted for milking between the open and low (obviously using a modified filter) for stocks that are downtrending?
3. Where can I find your "MTC Checker"? (I am not a member of TS).
====================
I don't know why the filter is not clickable.
1. You milk the stocks at the open. The trend has nothing to do with it. The BuyZone tells you which way to trade.
2. The BuyZone tells you which way to trade.
3. MTC Checker was written for TradeStation. I'll work on a SF version.
|
TheRumpledOne 6,411 posts msg #55442 - Ignore TheRumpledOne modified |
10/1/2007 11:39:48 AM
This will check to see if RIMM and AAPL are "cows". Change the symlist to whatever stocks you want to check.
But it's simpler to use this filter:
Notice in the MTC Selector, it sorts column HiOp50 descending.
Look at the number of times it moves $.50 or more vs the number of times it moves $.10 or more. You want to "milk" stocks that if they move a dime, they'll more often than not, move $.50 or more.
This is the power of "backtesting" with statistics vs. traditional backtesting.
You want the opportunity to make money every time you enter the trade. That's why I consider the entry more important than the exit.
|
dccolt 19 posts msg #55445 - Ignore dccolt |
10/1/2007 2:12:18 PM
Thanks. I will need to study your information for a while. What is "BuyZone" (I have googled it, but too many different responses)?
|
dccolt 19 posts msg #55446 - Ignore dccolt modified |
10/1/2007 2:15:48 PM
One more attempt at making it clickable...
|
TheRumpledOne 6,411 posts msg #55448 - Ignore TheRumpledOne modified |
10/1/2007 3:54:26 PM
I figured out why your filter was not clickable!
These lines are "duplicates" of the first 2 lines:
set{wick, high – open}
set{wickp, count(wick > 0, 1)}
They must mess up the SF machine somehow. I removed them, since they were not being used, and it's clickable.
Also, your filter had no selection criteria.
|
dccolt 19 posts msg #55451 - Ignore dccolt modified |
10/1/2007 4:55:34 PM
Thanks TRO, especially for figuring out the duplicate code. I am going to start "milking the cows" on Wednesday morning. I'll let you know how it goes.
|
binhp 71 posts msg #55461 - Ignore binhp |
10/2/2007 12:36:07 AM
Hello TRO,
What is the formula you use for the BuyZone ?
Thanks
|