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: kjackson01
About
User Name: kjackson01
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, May 14, 2009
Last Visit: Thursday, April 15, 2010 9:20:57 AM
Number of Posts: 17
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Gap up Rule for Price for Symbol indicator
Posted: Sunday, February 14, 2010 1:32:17 PM
When I place pfs.open above "If price.open > price.close(1) Then Pass" I get the following error:

Property Access must assign to the property or use it's value.   I tried pfs.price.open and had additional errosrs.
Topic: Email alert for a technical indicator
Posted: Tuesday, February 9, 2010 10:22:39 PM
Can a custom indicator be created to send out an email when a technical indicator, say RSI, crosses a certain point ?  If not in Telechart what about in stockfinder or freestockcharts.com. 

Thanks
Topic: Gap up Rule for Price for Symbol indicator
Posted: Sunday, February 7, 2010 1:10:45 PM
I'm trying to modify a simple gap up rule and make it apply to the symbol used in the price for symbol indicator.  How do I modify the following to have price.open relate to the index symbol?

'# PfS = indicator.PriceforSymbol.2

If price.Open > price.close(1) Then pass



Thanks
Topic: Back testing scaling in trades
Posted: Thursday, February 4, 2010 5:49:35 PM
Are there any examples available of scaling in using real code?
Topic: Back testing scaling in trades
Posted: Tuesday, February 2, 2010 4:23:57 PM
I'm trying to figure out how to back test scaling in on a  trade - I'm having trouble trying to create a rule to identify the 2nd purchase after the initial purchase is made.  Once the initial purchase is identified, say RSI below a point, the second purchase would only be made when the stock closes below the purchase price.  The additional purchase may not be made for several days - i can't just look back to price.close(1) - I don't know how many days to look back. 
Topic: Identifying Lower Highs and Lower Lows
Posted: Sunday, January 31, 2010 10:43:23 PM
I'm trying to create a rule to identify when there are 3 consecutive days of lower highs and lower lows, is that possible?

Also, i've read the Realcode reference - is there a manual with examples of indicators and conditions/rules, with descriptions and the code?

thanks
Topic: Help with backscan
Posted: Saturday, January 30, 2010 10:18:23 AM
I've set up 2 rules, OB-Top of Stochastics moving up quickly, OB-Top of Stochastics moving down quickly.  How do I modify the rule to only include values > 80 and < 20?

Thanks.
Topic: Comparing stock to index with indicator
Posted: Friday, January 29, 2010 5:54:35 PM
Is it possible to compare a stock to an index, creating a rule or indicator?
Topic: Comparison to SPY
Posted: Friday, January 29, 2010 12:36:56 PM
I'm needing help with the following:

Stocks where the 5 day return > SPY
5 day MS movement > SPY 5 day MS movement
5 day TSV 28 movement > SPY 5 day TSV 28 movement

Thanks.
Topic: PCF for comparing SPY to list
Posted: Friday, January 29, 2010 11:24:56 AM
Do you have a PCF that will give me the following:

5 day rev growth > SPY's
5 day MS change > SPY's
5 day TSV 28 > SPY's.

I'm looking for stocks that have not declined as much as SPY but have had a greater decline in MS and TSV.

Thanks