mystiq 650 posts msg #66737 - Ignore mystiq |
8/28/2008 7:25:42 AM
TRO--
you are a busy person....
can you explain briefly the coding in the filter RUN FORREST RUN,
I want to understand it, not just run it. It all looks like secret code....
what filters are exactly in it?
-mystiq
|
TheRumpledOne 6,411 posts msg #66738 - Ignore TheRumpledOne |
8/28/2008 8:12:47 AM
mystiq
- Ignore mystiq 8/28/2008 7:13:59 AM
....morning TRO-
can you help me to code some indicators for DIVERGENCE:
how would you code COG(5,3) , RSI(2) , WILLIAMS %R(2) & PROJECTION OSCILLATOR(14) -or- (2) for
price DIVERGENCIES ?
...would it include using the syntax "increased/decreased 1 day ago" or "INDicator is above/below INDicator 1 day ago"
...any tips on how to spot divergencies & tops/bottoms would be grateful ;-}
ONE more question :-) does SF have the VOL by PRICE indicator ->I cannot find it
Thx again....
==================================
Search the forum for divergence. I've already coded it.
|
TheRumpledOne 6,411 posts msg #66739 - Ignore TheRumpledOne |
8/28/2008 8:13:33 AM
mystiq
- Ignore mystiq 8/28/2008 7:25:42 AM
TRO--
you are a busy person....
can you explain briefly the coding in the filter RUN FORREST RUN,
I want to understand it, not just run it. It all looks like secret code....
what filters are exactly in it?
-mystiq
========================================
Ask a specifc question.
|
ludowillems 111 posts msg #66741 - Ignore ludowillems |
8/28/2008 9:49:36 AM
Hi TRO,
Finally (!) i'm getting the picture. I read "statistics for Dummies" , that did it.
1. I ran the RFR sat-Sunday version without the sym-list
2. Added volume and price criteria (i trade CFD's and can't trade pennystocks)
3.added :set{WeekDiff, weekly close- weekly open}
set{ProfitPct, WeekDiff/ weekly open }
set{WeekHold, 100 * ProfitPct}
add column Weekhold
4. export to.xls
and now my question: is it correct to assume that if the column halfpct shows 50, the stock made a loss only 2 weeks out of 52 in the last year?
5. filtered the .xls file on column halfpercent =>50
6. filtered the result on column Weekhold descending
7. put the top10 in a watchlist.
If my interpretation of this statistical material is correct, i except to see a positive increase .
My watchlist: GMXR ;PQ;BAS;HK;CENX;HELE;CRK ;SWSI;BKE;CPF;WLL;SQNM;EP;ME;CRZO
Thanks for your comments/advice on this
Best regards, Ludo
|
chetron 2,817 posts msg #66743 - Ignore chetron |
8/28/2008 11:25:41 AM
CLICKABLE...
LIKE THIS LUDO?
|
ludowillems 111 posts msg #66746 - Ignore ludowillems |
8/28/2008 12:38:17 PM
Thanks, Chetron, exactly what i meant. I added an extra line: "and wkprofitpct is between 5 and 20 %", because the very high % could be false alarms or unique occurences (see freddy&fanny). I recon by limiting results to the 5-20% range, you filter out the fancy ones. Any thoughts on my question in my previous post: is my "thinking" right about stats?
Regards, Ludo
|
TheRumpledOne 6,411 posts msg #66750 - Ignore TheRumpledOne modified |
8/28/2008 3:04:04 PM
|
TheRumpledOne 6,411 posts msg #66762 - Ignore TheRumpledOne |
8/28/2008 4:45:00 PM
ludowillems
-
Hi TRO,
Finally (!) i'm getting the picture. I read "statistics for Dummies" , that did it.
1. I ran the RFR sat-Sunday version without the sym-list
ok
2. Added volume and price criteria (i trade CFD's and can't trade pennystocks)
ok
3.added :set{WeekDiff, weekly close- weekly open}
set{ProfitPct, WeekDiff/ weekly open }
set{WeekHold, 100 * ProfitPct}
add column Weekhold
ok
4. export to.xls
and now my question: is it correct to assume that if the column halfpct shows 50, the stock made a loss only 2 weeks out of 52 in the last year?
NO. It means the weekly high minus the weekly open was at least 1% or higher 50 out of 52 week.
Why export?
5. filtered the .xls file on column halfpercent =>50
OK.. so you want the ones where they made 1/2% 50, 51 or 52 times out of 52
EASY MONEY!!
6. filtered the result on column Weekhold descending
ok
7. put the top10 in a watchlist.
If my interpretation of this statistical material is correct, i except to see a positive increase .
My watchlist: GMXR ;PQ;BAS;HK;CENX;HELE;CRK ;SWSI;BKE;CPF;WLL;SQNM;EP;ME;CRZO
Just remember and never forget..
ANYTHING CAN HAPPEN!
Thanks for your comments/advice on this
Best regards, Ludo
You welcome.
So, what did STATISTICS FOR DUMMIES TEACH YOU?
|
TheRumpledOne 6,411 posts msg #66790 - Ignore TheRumpledOne modified |
8/29/2008 9:08:29 AM
*** UNDER CONSTRUCTION ***
*** FRIDAY IS OK TO USE
***THE REST ARE NOT READY ***
These filters will show how your stocks performed day by day.
After Friday's close you can add this line to see the losers:
fri_wkProfitPct equal 0
To see how many stock went down and finished in the money add these lines:
mon_wkProfitPct equal 0
fri_wkProfitPct above 0
The idea is to find a basket of stocks that you can buy on Monday and extract a 1% or more return week after week.
This is for the swing trader who doesn't trade all day long.
|
TheRumpledOne 6,411 posts msg #66799 - Ignore TheRumpledOne |
8/29/2008 1:33:45 PM
Show the RFR stocks that have pulled back into the MUDDY ZONE.
|