Kevin_in_GA 4,599 posts msg #109355 - Ignore Kevin_in_GA |
12/13/2012 9:08:47 AM
Yes - my point was that the entry is an intraday event, while the RSI is not.
|
novacane32000 331 posts msg #109375 - Ignore novacane32000 modified |
12/13/2012 7:41:02 PM
Is Stratasearch able to capture an intraday entry?
|
Kevin_in_GA 4,599 posts msg #109381 - Ignore Kevin_in_GA |
12/13/2012 11:03:50 PM
Using a limit order - yes, but it is still based only on EOD data.
|
RobtF 16 posts msg #109383 - Ignore RobtF |
12/14/2012 4:59:58 AM
To; DCS
set{trigger, close 1 day ago * 0.94}
close above 5
close is below day position(0.2,1)
average volume(21) above 250000
adx(5) above 40
low below trigger
|
tennisplayer2 210 posts msg #109384 - Ignore tennisplayer2 modified |
12/14/2012 8:12:52 AM
Is there a way to add a column showing what the close less 6% (close * .94) is, so that we don't have to do it manually? Thanks.
|
Kevin_in_GA 4,599 posts msg #109386 - Ignore Kevin_in_GA |
12/14/2012 9:24:19 AM
add column trigger. I would just add the following (this is what I do):
set{trigger, close 1 day ago * 0.94}
set{sharestobuy, 20000 / trigger}
add column trigger {limit entry}
add column sharestobuy {shares to buy}
|
dcsnowden 52 posts msg #109388 - Ignore dcsnowden |
12/14/2012 9:27:45 AM
tennis player
set{buytrigger, close*0.94}
add column buytrigger
set{quantity, $ / buytrigger}
add column quantity
This should give you the price tomorrows low has to go thru to trigger and you can also put the amount you wish to invest in place of the $...which will give you the number of shares. (run at end of day)
RobtF....something glitchy with my computer I guess...using the same filter...can't get ACAD
.......DCS
|
dcsnowden 52 posts msg #109390 - Ignore dcsnowden |
12/14/2012 9:29:15 AM
OOOPS...sorry K.
|
duke56468 683 posts msg #109392 - Ignore duke56468 |
12/14/2012 9:33:40 AM
This might work for you also
|
tennisplayer2 210 posts msg #109404 - Ignore tennisplayer2 |
12/14/2012 9:53:37 AM
Many thanks. CRUS trigger so fast that I missed it.
|