Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Old 06-20-2009, 01:03 AM   #1

daedalus's Avatar

Join Date: Jul 2007
Location: Omaha, NE
Posts: 627
Ignore this user

Thanks: 431
Thanked 551 Times in 228 Posts

Converting a "Show Me" for Scanning

I have a show me indicator that shows a simple candlestick pattern. I'd like to be able to have a list of say 300 stocks in a market scanner table in MC and then be alerted the when the criteria is met.

I'm planning on swing trading equities part time and it would be great if I could just check the scanner table once a night and see out of the list of stocks the 3 that have potential trades as of the close of trading that day.

Right now as it is the scanner shows the last value of a valid signal on a given stock. But what I really need to be able to sort out or identify is how long ago that occurred so i'm only focusing on setups that have occurred in the last day or two.



Is there any way to make this a reality?

I'm thinking of modifying the show me indicator so that there is some kind of "false" default flag that would get modified to true when the condition is met on that bar and then going back to false the next bar... but it seems complicated and I think my logic may be a bit flawed.

Any of you guys know a quicker and easier way to skin this cat?

Thanks for your help!
Attached Thumbnails
Converting a "Show Me" for Scanning-untitled.png  
daedalus is offline  
Reply With Quote
Old 06-20-2009, 09:55 AM   #2

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Converting a "Show Me" for Scanning

if you are just checking the results once a day,
a PRINT routine might be better for your purpose
http://www.traderslaboratory.com/for...uage-6000.html
Tams is offline  
Reply With Quote
Old 06-20-2009, 10:44 AM   #3

daedalus's Avatar

Join Date: Jul 2007
Location: Omaha, NE
Posts: 627
Ignore this user

Thanks: 431
Thanked 551 Times in 228 Posts

Re: Converting a "Show Me" for Scanning

Thanks TAMS, but my concerns is that as of right now the show me is just keeping the last valid data point in its entry and on the print command it will just print out the last data point on all of the symbols rather than telling me if it occurred in the last day won't it?
daedalus is offline  
Reply With Quote
Old 06-20-2009, 11:07 AM   #4

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Converting a "Show Me" for Scanning

You can program the PRINT command to spit out a report whenever a condition is met.

You can scan 300 stocks (or 1000 stock), if 3 meets the criteria, you will have a print out stating which 3 stocks are those.
i.e. you don't have to visually review all 1000 lines on the scanner.


I will post an example at the Print thread.
http://www.traderslaboratory.com/for...uage-6000.html
Tams is offline  
Reply With Quote
Old 06-20-2009, 11:09 AM   #5

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Converting a "Show Me" for Scanning

Quote:
Originally Posted by daedalus »
Thanks TAMS, but my concerns is that as of right now the show me is just keeping the last valid data point in its entry and on the print command it will just print out the last data point on all of the symbols rather than telling me if it occurred in the last day won't it?

if you can imagine it, you can program it.

;-)
Tams is offline  
Reply With Quote
Old 06-20-2009, 12:27 PM   #6

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Converting a "Show Me" for Scanning

OK, here's the PRINT demonstration:
http://www.traderslaboratory.com/for...rint-6194.html


This example scans for stocks that Closes Higher than previous day's High,
then prints out the names of the stocks that met the condition.


Tams is offline  
Reply With Quote
Old 06-20-2009, 06:54 PM   #7

daedalus's Avatar

Join Date: Jul 2007
Location: Omaha, NE
Posts: 627
Ignore this user

Thanks: 431
Thanked 551 Times in 228 Posts

Re: Converting a "Show Me" for Scanning

Thanks Tams -

Would it also be possible to add the LastBaronChart to a conditional IF statement?

I have the statement built with one big If statement that if high = such and such and low = such and such plot a dot above or below the bar...

Could I just add another AND LastBaronChart = true to the If statement and then alert "sell signal"?
daedalus is offline  
Reply With Quote
Old 06-20-2009, 06:57 PM   #8

daedalus's Avatar

Join Date: Jul 2007
Location: Omaha, NE
Posts: 627
Ignore this user

Thanks: 431
Thanked 551 Times in 228 Posts

Re: Converting a "Show Me" for Scanning

Dahhh... I just did that and I think it works!!!!
daedalus is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mark Fishers "ACD Trading Method", Seminar Videos Wanted. Szymon Technical Analysis 94 04-18-2012 11:54 AM
The "Flip" Trade (support and resistance changing roles) walterw Technical Analysis 218 11-22-2011 07:01 AM
"Back in 1986 Pete Steidlmayer wrote about needing to wait for the first 4.5 hrs..." Dogpile Market Profile 4 10-30-2010 04:41 PM
"Globex" or "Daily Session" Value Area / POC for Trading? Mel_Function Market Profile 11 05-15-2009 06:37 AM
From "zero" (newbie) to a "hero" (professional) ines Beginners Forum 14 07-23-2008 09:32 AM

All times are GMT -4. The time now is 01:22 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.