SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : The Final Frontier - Online Remote Trading -- Ignore unavailable to you. Want to Upgrade?


To: dpl who wrote (2304)1/10/1998 12:55:00 PM
From: TFF  Read Replies (1) | Respond to of 12617
 
Here is a great post on scans to run for Jeff Cooper setups using Quotes Plus Scanning Software:

Quotes Plus scans:

This one is for general day trading, plenty of volume and volatility.

// NASDAQ.scn
// Select the stocks on the nasdaq exchange

Exchange=NASDAQ

Close(0) > 10 // More than $10

AvgVol(0,-10) > 5000 // greater than 500,000
// end

Run all 13 indicators on the above,

This one is for Expansion Pivots and 180's:

// Near 50 Scan
// Find stocks near their 50 day moving average.

AllGroup

Close(0) >= MovAvg(0,50,cl) *.98 // The close is within 4% of the 50 day ma
Close(0) <= MovAvg(0,50,cl) * 1.02

MovAvg(0,50,cl) > MovAvg(0,200,cl) // 50 day ma is above 200 day ma

MovAvg(0,50,cl) > MovAvg(-5,50,cl) // 50 day ma is up from last week

Close(0)>5 // price more than $5.00

AvgVol(0,-29)>=250 // 25,000

//end

This one is for Expansion Breakouts:

// 50 day Hi Scan
// Find a new 50 day high

AllGroup

Close(0) > Max(-1 , -50 , cl )

AvgVol(0,-30) >= 250 // = 25,000

Close(0) > 5
//end

For expansion breakdowns:

// 50 day Low scan
// Find a new 50 day low

Loop(0,-5)

AllGroup

Close(0) < min( -1 , -50 , cl )

AvgVol(0,-30) >= 250 // more than 25,000

Close(0) > 5 // Stock more than $5
//end

For 123&4's:

// 1234 HR setup
// Scan for Strong Stocks that have been taking a breather

Loop(-3,-5) // go back 3-5 days

AllGroup

Close(0)>Max(-1,-40,cl) //stocks that made a new 40 day high

Close(0) > 8 // at least an $8 stock

AvgVol(0,-29) >= 500 // The average volume is at least 50,000 shares

//end

For Gilligan's islands:

// Find all gaps for the day

AllGroup

Loop(0,-1) //go back 1 day

Low(0) - High(-1) > 0 // This finds any gaps for the day

AvgVol(0,-29) >= 250 // Average volume of 25,000 shares

Close(0) >= 10 // At least a $10 stock
//end

That should keep you busy.

Good Luck and Be Cautious!

Darth Trader



To: dpl who wrote (2304)1/10/1998 7:20:00 PM
From: Robert Graham  Read Replies (2) | Respond to of 12617
 
They do a trade and see it go farther and say "look how much I COULD HAVE made"

You evidently are an observant person. Now that you mention it, this *is* the statement that I find most commonly comes up with traders, which then add that perhaps they should of stayed in longer. I am just hoping some one listens to this discussion and thinks about the mesage here, that going for that extra point or two can very well result in a loss because the stock can go down just as easily as it goes up. And in the context of day trading, this price move down does not have to be much at all to put the trade at a loss.

Anytime a person thinks with any degree of confidence that a stock will do something in particular should very carefully rethink their strategy to their trading and who they are as a trader, and even rethink who that are as a person: a mere mortal. Noone can know with any degree of certainty what a stock will do. Those that do in actuality are thinking of themselves as having "super powers" that no human being is equipped with. This condition where a person can portent the future with a degree of certainty related to events that are probabilistic in nature has a name for it. For now, the best name I can come up is self-delusional thinking. There are many mental wards filled with delusional types. And it is always the delusional person that is the last to know about their condition.

The pursuit of money can do odd, very odd indeed, things to people. Money has that elixur quality to people that is like that historical pursuit of the mythical "fountain of youth". In a sense, money is seen as able to facilitate the creation of one's dreams, and not having any is seen as destroying possible futures. What power money has over people! I guess there is a cetain security in thinking that one can portent the future. This provides the illusion of control and security in what really appears to the person as chaos. Isn't this what we all strive for, a secure future, a future that we have control over, a future that is in some way predictable?

Chaos can be used to describe the short term price fluctuations of the stock market. The stock market is where fortunes are made and lost every day, and where indivudual futures can be made and destroyed. It is nice to think we can have control over this process of making money, and from this control over our destiny. The truth is that control over our destiny is an illusion. The only thing we have control over as a a human being is ourselves. Unfortunately, it is natural for us as human beings not to have even that, for this is the difficult part that requires the hard work on our part. The paradox here is that to manage the unpredictable outside of ourselves like the stock market, we need to become predictable ourselves by working to provide ourselves with control of our own perceptions and actions in the stock market. Those that attain this relationship with themselves can benefit from this by profiting from it in the stock market, and "profiting" in many other areas in their lives. Here people think that trading in the stock market is about the stock market, when actually much of it has to do with themselves.

This discussion reminds me of a statement provided by irby here that I like very much: "We are all one trade away form humility". I think every trader should hang this up in front of their PC where they make their trading decisions.

Bob Graham



To: dpl who wrote (2304)1/11/1998 9:34:00 AM
From: Eric P  Read Replies (2) | Respond to of 12617
 
dpl:

<<Most traders who lose their money do so for two reasons.
1. They don't take the time(and it takes a long time)to develope a "system"
2. As you said they cannot stick to their system.>>

I fully agree. I would add that the development of a traders "system" must be backtested or sufficiently paper traded to ensure that it is profitable. Perhaps this is obvious, but the vast majority of "systems" are consistent losers. Before committing dollars to a system, make sure you have a winning one...

Good Luck,
-Eric