InvestorsHub Logo
Followers 4
Posts 695
Boards Moderated 0
Alias Born 11/04/2007

Re: El Chingon post# 692

Sunday, 06/21/2009 4:45:13 PM

Sunday, June 21, 2009 4:45:13 PM

Post# of 795
Hey, stockauthorata.... if you're going to use the code that you posted, you should make sure you have some parenthesis in place else it might not work like you think it will. But it's good code. Also, I think you have to use a capital D to indicate the day bar in your sto phrase. Like this...

(MovingAverage[MA,Volume,65,0,D] > 400000 AND
Bar[Close,D] > 1 AND Bar[Close,D] < 6 AND
Stochastic[StocK,8,3,3,D] < 85 AND Stochastic[StocK,8,3,3,D,1] >= 85)

OR

(MovingAverage[MA,Volume,65,0,D] > 400000 AND
Bar[Close,D] > 1 AND Bar[Close,D] < 6 AND
Stochastic[StocK,8,3,3,D] < 80 AND Stochastic[StocK,8,3,3,D,1] >= 80)
Join InvestorsHub

Join the InvestorsHub Community

Register for free to join our community of investors and share your ideas. You will also get access to streaming quotes, interactive charts, trades, portfolio, live options flow and more tools.