Filter Exchange · HOW TO DESIGN A SYSTEM (NOT JUST A FILTER)
|
mdl060374 msg #115559 |
9/26/2013 7:24:33 PM
Kevin,
Do you have any sort of advice with a similar search for daytrading candidates?
It seems that a lot of these studies are more for swing/longer term trading.
Any advice you have for intraday would be great.
|
General Discussion · help please. Trying to using Absolute value to change this filter
|
mdl060374 msg #101482 |
7/7/2011 2:29:47 PM
thanks for your response. I actually forgot to add a littel code at the end which I meant to originally to show the column.
I added:
and add column C0010 {0_2}
and it glitches. and the "debugger" is bugged and doesnt work. THanks if you can help me .
|
General Discussion · help please. Trying to using Absolute value to change this filter
|
mdl060374 msg #101454 |
7/6/2011 12:50:26 PM
hmm.. No one can help me with this? administrators? talented users that used to be here all the time?
|
General Discussion · help please. Trying to using Absolute value to change this filter
|
mdl060374 msg #101381 modified |
6/28/2011 11:14:59 AM
I am trying to alter this popular filter, but am continuously getting bugs.. What am I missing.
I am trying to to maintain the column layouT based on past100 days, but changing criteria to find gains or losses being less that x%..
here is the part i am trying to change....
Original:
/* Run Forest, Run */
close is between 1 and 15
avg volume(90) above 50000
set{volcnt, count(volume above 50000, 100) }
set{volzero, count(volume equal 0, 100) }
set{x1, high - open}
set{Long_Profit, x1/open }
set{C1A, count(Long_Profit > .04 , 100)}
set{C2A, count(Long_Profit > .09, 100)}
set{C0010, C1A - C2A}
........
MY ATTEMPTS TO CHANGE ARE AS FOLLOWS (... looking to see how many days stocks closed less than +/- 2% change.)
I am using ABS to try to find absolute value, etc..
/* Run Forest, Run */
close is between 1 and 15
avg volume(90) above 50000
set{volcnt, count(volume above 50000, 100) }
set{volzero, count(volume equal 0, 100) }
set{x1, close - open}
set{Long_Profit, abs(x1/open) }
set{C1A, count(Long_Profit > .00 , 100)}
set{C2A, count(Long_Profit< .02, 100)}
set{C0010, C1A - C2A}
I am sure its an easy fix, can someone help me?
|
Filter Exchange · help with 2 ideas.
|
mdl060374 msg #97610 |
11/24/2010 11:12:40 PM
using the RFR layout based on 100 days, I was curious if TRO or someone else could help me with this.
I have basically 2 separate ideas for 2 filters.
1)
I am looking to trade stocks with frequent big candle days (large net gain or net loss) so is there a way to adjust RFR, to rank stocks based on combined days of LOSS or GAIN, based on the CLOSE (not high or low comapred to the open.?)
I am doing this b/c I want a good universe of stocks to look at for various setups, once I have established strong intraday momentum..
2)
Another idea I would like with the RFR layout, is finding stocks that have a frequent "doji-like" patterns, based on last 100 days.
(the idea is to find stocks that have decent volatility and intraday swing, but usually dont close with large gains/losses. These would ideally make for good fading candidates. (in other words, they revert towards the opening price somewhat.)
any help you would have would be great! thanks.
|
Filter Exchange · Run Forest, Run
|
mdl060374 msg #97609 modified |
11/24/2010 11:08:45 PM
(moved to new thread also)
|
Filter Exchange · Run Forest, Run
|
mdl060374 msg #97602 modified |
11/24/2010 1:23:04 PM
(moved to new filter section)
|
General Discussion · How to detect break out from support/resistance line?
|
mdl060374 msg #97601 |
11/24/2010 1:18:46 PM
Great idea, but the issue is determining what exactly support/resistsance "is" from a formula standpoint. From what I have seen here, the technical patterns dont really work that well when being scanned for.
|
General Discussion · NEVER LOSE AGAIN!!
|
mdl060374 msg #87139 |
1/27/2010 12:58:57 PM
" also uncovered a nasty little detail about TradeStation's data.... it is a consolidated data flow... Form T trades came through and screwed up the daily open. But Radar Screen quote fields had the correct open price. I had to write a routine to retrieve that number, too. That gave access to quote fields in Strategy's and indicators in a later version thanks to my embarrasing posts showing their numbers were wrong"
--------------------------------------------------------------------------------
TRO, can you elaborate on this? What is :consolidated data flow?"
I had a problem with running statistics based off the opening print, b/c they were innacurate. But the innacuracy was based off of erroneous odd lots going off (creating the opening print in TS'e eyes) right around the open....
ie. the stock was tradeable .40 away from where it supposedly opened.
Is this what you are refering to?
|
General Discussion · X occured at least once in the last X days. possible
|
mdl060374 msg #74107 |
5/5/2009 12:02:22 AM
thank you all.!
|