Which scanning software?

Quote from ML0818:

My parameters are open price equals to
or within 1% of the low price of the day.

Can you specifically tell me how I can do this using traderbot? Thank you.

I will try if Trade Ideas can do this as
one user has suggested.

Can you rephrase what your set-up looks for?
 
Quote from daferiat:

Can you rephrase what your set-up looks for?

open price equals to or within 1% of the
low price of the day AND must be trading
higher than the previous ssession's high.
 
Quote from ML0818:

open price equals to or within 1% of the
low price of the day AND must be trading
higher than the previous ssession's high.

I dont know what you look for as a result of the set-up but here is the behavior as modeled in Trade-Ideas.

The set-up prints a heartbeat alert anytime a stock matches the criteria where:

the stock must have been higher than previous day's high (that's the min position in yesterday's range filter (99)); the stock's open price must be within 1% of the low of the day (that's the max position in today's range filter (2))

http://www.trade-ideas.com/View.php...RD=1&MaxRD=2&MinRPD=99&WN=Open++and+1%+of+low

you may be looking for this to an end of day scan rather than a real-time accounting of what's happening.
 
Quote from ML0818:

Which scanning software allows me to screen for stocks whose open price equals or within
1% of the low price of the day? I checked out Trade Ideas but it does not have that feature. Thanks for any inputs.

Pretty basic functionality within MetaStock, the formula would be written in their Explorer tool as follows:

O <= L *1.01

Hope this helps
 
Quote from ML0818:

open price equals to or within 1% of the
low price of the day AND must be trading
higher than the previous ssession's high.

Thanks DT for the input. I am quoting this earlier description in case you missed it. I tweaked your setting (which is great b/c it achieves what's asked for with the least amount of alerts/filters).

The only change I made was to consider the requirement (above) that the stock must be higher than yesterday's high. This is achieved by filtering for stocks above the 99th percentile of yesterday's range AND filtering for stocks with at least a $0.01 move up from yesterday's close.

Take a look:
http://www.trade-ideas.com/View.php...e+and+Below+Open+within+1%+of+the+Low+REVISED
 
Quote from daferiat:

Thanks DT for the input. I am quoting this earlier description in case you missed it. I tweaked your setting (which is great b/c it achieves what's asked for with the least amount of alerts/filters).

The only change I made was to consider the requirement (above) that the stock must be higher than yesterday's high. This is achieved by filtering for stocks above the 99th percentile of yesterday's range AND filtering for stocks with at least a $0.01 move up from yesterday's close.

Take a look:
http://www.trade-ideas.com/View.php...e+and+Below+Open+within+1%+of+the+Low+REVISED

daferiat, do you work for Trade Ideas?
 
Back
Top