StockFetcher Forums · General Discussion · Please help me.<< >>Post Follow-up
llblaw
17 posts
msg #71176
Ignore llblaw
modified
2/4/2009 8:13:48 PM

I am new to stock fetcher. I am trying to get candle with shadows significantly longer than the body, hammer type patterns.
I put in the following.
set{var1, open - close}
set{var2, close - low}
open is above close
and var2 / var1 is above 2.5
Instead of hammers I am getting full bodies and no shadows. I am at a loss.
I want to use this in conjunction with other filters but if I cannot get past step 1, the rest is useless

chetron
2,817 posts
msg #71178
Ignore chetron
2/4/2009 8:19:42 PM

maybe....



Fetcher[


set{var1, open - close}
set{var2, close - low}
open is above close
set{var3,var2 / var1}

var3 is above 2.5

]



llblaw
17 posts
msg #71179
Ignore llblaw
modified
2/4/2009 8:34:18 PM

thank you Chetron. That did it. I guess I was trying to put too much into one line. If you feel like helping a novice, I posted a help message on the "backtesting" forum a few days ago but have had no response. Your help would be appreciated.

llblaw
17 posts
msg #71181
Ignore llblaw
2/4/2009 8:41:26 PM

It is working but why can't I get SBP on January 30th to show up.

chetron
2,817 posts
msg #71183
Ignore chetron
2/4/2009 8:45:13 PM

it works for me....

Fetcher[



set{var1, open - close}
set{var2, close - low}
open is above close
set{var3,var2 / var1}

var3 is above 2.5

symlist(sbp)
offset 1/30/09
]



miketranz
956 posts
msg #71189
Ignore miketranz
2/4/2009 10:45:35 PM

My advice on the hammer candle is buy the next day only if the stock trades +.10 above the previous days high.Enter a stop -.10 below the previous days high.Sell on market close......

chetron
2,817 posts
msg #71198
Ignore chetron
2/5/2009 9:20:36 AM

how about....

Fetcher[




SET{VAR11,COUNT(RSI(2) BELOW 5,2)}

set{var1, open - close}
set{var2, close - low}
open is above close
set{var3,var2 / var1}
Fast Stochastics Fast %K(10) 1 DAY AGO BELOW 10
var3 is above 2.5
DRAW Fast Stochastics Fast %K(10)
VAR11 ABOVE .5
WILLIAMS %R(2) increasing last 1 day

]



chetron
2,817 posts
msg #71199
Ignore chetron
modified
2/5/2009 9:42:57 AM

run intraday.....

Fetcher[

/* miketranz' thought */






SET{VAR11,COUNT(RSI(2) BELOW 5,2)}

set{var1, open - close}
set{var2, close - low}
open 1 day ago is above close 1 day ago
set{var3,var2 / var1}
Fast Stochastics Fast %K(10) 2 DAY AGO BELOW 10
var3 1 day ago is above 2.5
DRAW Fast Stochastics Fast %K(10)
VAR11 1 day ago ABOVE .5
WILLIAMS %R(2) 1 day ago increasing last 1 day


close above high 1 day ago
]



StockFetcher Forums · General Discussion · Please help me.<< >>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.