nimmer.jacob |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Friday, November 13, 2009 |
Friday, April 9, 2010 5:50:59 PM |
12 [0.00% of all post / 0.00 posts per day] |
|
Bruce or somebody who works for Worden: please be kind enough to at least answer my last 2 questions. They are simple yes or no questions, but further elaboration would be appreciated.
|
Second question: can I create a code that scans for stock that gapped by a smaller % than the S&P500 (I like using the SPY ETF)?
|
Is ther any way to backtest pairs trading or the corellation between the movement of the S&P 500 vs a given stock? I see that my last question isn't legiible for some reason, but I'll start with a simpler question at first. Can I scan for stock that outperformed to S&P 500 on a daily basis. If so, how? Thanks.
|
I am trying to make an indicator that shows the bollinger band width being within 5% of it's lowest value within the past 6 months. I have the "bollinger bandwidth" indicator at the bottom of my stock finder layout, but I want to create a real code to choose the specific stocks that fullfil my query. Thanks, and I use daily bars.
|
that was extremely helpful. Thanks.
|
I have various real code tests that I utilize, but how can I specify that the price of a stock is over $10 and the volume in the past day was over 200,000.
Below is an example of a code that i want to add this specification.
If Price.Open >= 1.015 * Price.Last(1) Then Pass
If price.open <= .985 * Price.Last(1) Then Pass
Also, is there any way to add this specification for preloaded tests such as crossing a moving average?
|
Thanks for the responses
|
Can one of you please clarify how the final code should appear (with the inclusion of pthegreat's correction). I am not especially code literate, but I want to find support/resistance breakouts such as the postings above. I would also appreciate a real code that would find breaks of resistance in the same manner. Thanks.
|
|
|