| kjackson01 |
|
Gold User, Member, Platinum User, TeleChart
|
| Registered User |
|
|
|
|
| Unsure |
|
| Thursday, May 14, 2009 |
| Thursday, April 15, 2010 9:20:57 AM |
17 [0.01% of all post / 0.00 posts per day] |
|
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.
|
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
|
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
|
|
Are there any examples available of scaling in using real code?
|
|
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.
|
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
|
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.
|
|
Is it possible to compare a stock to an index, creating a rule or indicator?
|
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.
|
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
|
|