StockFetcher Forums · Filter Exchange · BATTLE LINES<< 1 2 3 4 >>Post Follow-up
corsino
259 posts
msg #36946
Ignore corsino
7/15/2005 11:50:32 AM

RumpledOne
Now that you have a football game, how about a baseball game where we can plug in a batter (stock symbol)and see how far he'll hit the ball. Or strike out, etc...


houghton
29 posts
msg #36958
Ignore houghton
7/16/2005 1:50:34 PM

rumpledone,

Maybe I'm losing my mind, but I downloaded your TS code and now am trying to find a post you provided in the last day, or so, on how to use it, including a reference to an indicator in the right hand corner that shows wait, buy, or sell (or something like that). For the life of me I can't find it. Help!

Thanks,
Karl


da_trader
22 posts
msg #36972
Ignore da_trader
7/18/2005 7:58:29 PM

search EFS database for pivot points on eSignal site. They have similar formula code.
It will give you R2 R1 PP S1 S2.



roca1018
163 posts
msg #36976
Ignore roca1018
7/19/2005 6:49:47 AM

Big Oh, Rumpled One,

I am glad that this scalping filter is working for you. I do not have
tradestation, esignal etc.. as I am working full time and I cannot monitor
regularly. Is the Big Oh user name associated with the famous ex great
basketball player Oscar Robinson who was often referred to as
" the big o "

Regards,

Rich


TheRumpledOne
6,407 posts
msg #36982
Ignore TheRumpledOne
7/19/2005 10:46:17 PM

houghton it is in the TradeStation forum thread:

TREND INDICATOR - NEVER LOSE AGAIN.

I may have posted it in the 2% thread too.

Just search on GRIDIRON.. you'll find it.

I posted an updated SLOT MACHINE GRIDIRON TRADE INDICATOR on TS...

It now has How has the Ball and Time of Possession... it is really like watching a football game now.




houghton
29 posts
msg #36994
Ignore houghton
7/20/2005 3:15:21 PM

RumpledOne,

Found it and let me say, "holy cow!" There is a motherlode of information and RadarScreen applications in that thread! Thank you! Folks, if you are a TradeStation client and subscribe to their RadarScreen, then I strongly recommend you check out the thread, above, on the TS Forums site. BTW, rumpledone, you ruined my day...lol...reading and downloading!

Karl


TheRumpledOne
6,407 posts
msg #46570
Ignore TheRumpledOne
8/24/2006 2:27:57 PM

pop to the top



chetron
2,817 posts
msg #60961
Ignore chetron
modified
4/1/2008 6:45:51 PM

hey tro,
i was looking over your filter in this thread. i wrote this filter, again, not as an improvement, but as a tutorial for my understanding of people's metheods.

my first idea was to bundle all 3 of your filters into one. so i had to toss all the dynamicness of it out. ie: multiple gridirons.

my second idea was to create a 1 day, 1 trade filter of battle lines. to accomplish this, i had to pick the gridiron. ie: the PP to R1.

you had mentioned to remember the 50 yard line, but i could not find your reason for it. i can only think that it will be almost time to bail. any other input would be appreciated.

also, do you find anything fatally wrong with this LONG filter in conjunction with your theory.

tia chetron





Fetcher[

/* NON-DYNAMIC BATTLE LINE/GRIDIRON */
/* LONG VERSION */

set{dpp,r1 - pp}
set{dr1,r2 - r1}
set{ds2,s1 - s2}
set{ds1,pp - s1}

set{var1,dpp + dr1}
set{var2,var1 + ds2}
set{var3,var2 + ds1}

set{avgdiff,var3 / 4}
set{avgprofit,avgdiff * .60}
set{var4,dpp * .20}
set{var5,dpp * .50}
set{var6,dpp * .80}

set{50_yard_line,pp + var5}
set{buy_me,pp + var4}
set{sell_me,pp + var6}

/* measures the ability to get my dime */
set{worthiness,avgprofit / .10}

add column avgprofit
add column buy_me
add column 50_yard_line
add column sell_me
add column worthiness

close crossed above pp
worthiness > .0192
volume > 1000000
close > 1

do not draw worthiness
do not draw buy_me
do not draw sell_me

sort column 9 descending
]





dbohin
10 posts
msg #61021
Ignore dbohin
4/2/2008 9:29:48 PM

good grief these are incredible

need to edit to find the price bouncing off support :)

thanks !

TheRumpledOne
6,407 posts
msg #61022
Ignore TheRumpledOne
4/2/2008 9:31:15 PM

corsino

RumpledOne
Now that you have a football game, how about a baseball game where we can plug in a batter (stock symbol)and see how far he'll hit the ball. Or strike out, etc...

=========================================================

See the RUN FOREST, RUN filters.



StockFetcher Forums · Filter Exchange · BATTLE LINES<< 1 2 3 4 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.