Filter Exchange · PANGOLIN Z AND PANGOLIN W - FULL SYSTEM CODE
|
stratiG msg #122479 |
1/7/2015 3:54:00 PM
Thanks for sharing Kevin..Happy New Year to you and your family.
George
|
Filter Exchange · Double Inside Days
|
stratiG msg #122187 |
12/9/2014 2:21:14 PM
Someone posted this on here a while ago.
/* Inside Days that are also EITHER NR4s OR NR7s */
/* Inside Days (H/L Range inside H/L Range 1 day ago) */
set{IDhi, count(High below High 1 day ago, 1)}
set{IDlo, count(Low above Low 1 day ago, 1)}
set{ID, IDhi * IDlo}
/* --------------------------------------------- */
/* Inside Day NR4s (Inside Day with Narrowist Range of the last 4 days) */
set{NR4, count(Day Point Range reached a new 4 day Low, 1)}
set{IdNr4s, ID * NR4}
/* Inside Day NR7s (Inside Day with Narrowist Range of the last 7 days) */
set{NR7, count(Day Point Range reached a new 7 day Low, 1)}
set{IdNr7s, ID * NR7}
/* ------------------------------------------- */
/* Pattern Fetcher */
set{A1, IdNr4s + IdNr7s}
Show stocks where A1 is greater than 0
price above 30
average day volume(30) above 700000
add column ID
add column NR4
add column NR7
draw EMA(9)
draw EMA(20)
draw MA(50)
|
General Discussion · FREE Trial: Real Time Average Daily Range(ADR) scanner
|
stratiG msg #122186 |
12/9/2014 2:14:25 PM
What's the name of the company?
Thanks,
|
Stock Picks and Trading · RIC
|
stratiG msg #122017 |
11/18/2014 7:06:19 PM
Nice, came on my 26W scan yesterday and nice follow through today.
Nice call..
|
Filter Exchange · Coding Question..
|
stratiG msg #119220 |
4/26/2014 9:34:36 AM
thanks
|
Filter Exchange · Coding Question..
|
stratiG msg #119213 |
4/25/2014 4:14:30 PM
How would you determine the %return since a signal occurred?
example: 5 days ago x happened(filter result) whats the %move from that date to today.
I think I saw some code here in the past year that does this. Any help would be much appreciated.
Thanks,
George
|
General Discussion · Shills Swing N Daily
|
stratiG msg #118159 modified |
2/10/2014 5:22:33 PM
$YOD will be a nice short in the next couple days....
G
|
General Discussion · Looking for an inexpensive trading platform.
|
stratiG msg #118123 |
2/7/2014 7:36:06 PM
It all depends on what you trade and size... IB for cheap direct access and look for $4.95 lot.. MB trading has worked for me on large orders. Also, you need to consider short lists(otc/pink/nas) if that's your game..Just some things to think about. I hope I helped.
G
|
General Discussion · Shills Swing N Daily
|
stratiG msg #118105 modified |
2/6/2014 5:21:33 PM
I can't believe you wasted your money on that car...You should of bought this..That's how I use to roll with my Theo in downtown Sparta.

|
General Discussion · Shills Swing N Daily
|
stratiG msg #117951 |
1/29/2014 8:27:34 PM
I believe it depends on the data provider/broker and how their algo observes the open/close. I had this issue between
MB Trading and TC2000.
G
|