| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | Converting a "Show Me" for Scanning 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! | ||
| |
|
| | #2 | ||
![]() | Re: Converting a "Show Me" for Scanning a PRINT routine might be better for your purpose http://www.traderslaboratory.com/for...uage-6000.html | ||
| |
|
| | #3 | ||
![]() | Re: Converting a "Show Me" for Scanning | ||
| |
|
| | #4 | ||
![]() | Re: Converting a "Show Me" for Scanning 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 | ||
| |
|
| | #5 | ||
![]() | Re: Converting a "Show Me" for Scanning Quote:
if you can imagine it, you can program it. ;-) | ||
| |
|
| | #6 | ||
![]() | Re: Converting a "Show Me" for Scanning 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. | ||
| |
|
| | #7 | ||
![]() | Re: Converting a "Show Me" for Scanning 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"? | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | 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 |