Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: nimmer.jacob
About
User Name: nimmer.jacob
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Friday, November 13, 2009
Last Visit: Friday, April 9, 2010 5:50:59 PM
Number of Posts: 12
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Market Corelation
Posted: Tuesday, March 2, 2010 9:38:49 PM
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.
Topic: Market Corelation
Posted: Saturday, February 27, 2010 4:27:09 PM
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)?
Topic: Market Corelation
Posted: Saturday, February 27, 2010 4:17:57 PM
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.
Topic: The Squeeze Bollinger Bands
Posted: Monday, January 4, 2010 2:03:06 PM
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.
Topic: add price and volume specifications
Posted: Thursday, December 17, 2009 7:36:03 PM
that was extremely helpful.  Thanks.
Topic: add price and volume specifications
Posted: Wednesday, December 16, 2009 8:25:32 PM
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?
Topic: Create a rule to scan for breakout over prior resistance
Posted: Wednesday, December 2, 2009 8:54:05 PM
Thanks for the responses
Topic: Create a rule to scan for breakout over prior resistance
Posted: Saturday, November 21, 2009 2:17:16 PM
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.
Topic: Create a rule to scan for breakout over prior resistance
Posted: Saturday, November 21, 2009 2:11:54 PM