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: mktucker
About
User Name: mktucker
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Saturday, August 12, 2006
Last Visit: Sunday, August 1, 2010 2:38:45 AM
Number of Posts: 23
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Telechart Conversion to Stockfinder
Posted: Wednesday, July 28, 2010 5:34:29 PM
Can you please convert this for me? I did it in telechart but can't seem to get it right in stockfinder.

C >= 10 AND C <= 200 AND AVGV50 > 5000 AND MAXH65 - MINL65 > 10 OR (MAXH65 - MINL65) / C > 0.30 AND AVGC50 < AVGC50.1 AND AVGC50 < AVGC50.5 AND AVGC20 < AVGC50 AND MAXC3 < AVGC50 AND C > AVGC20 AND H > H1 AND MINL11 = MINL30 AND STOC8.3 >= 60
Topic: Indicator Vs Condition
Posted: Sunday, July 11, 2010 4:25:38 PM
I am wondering if I can convert the below realcode indicator can be changed to a realcode condition:

'# Stoc8 = indicator.Library.Stochastics

'# ADX = indicator.Library.Directional Movement DI ADX

 

PLOT = PRICE.Close >= 10 And PRICE.Close <= 200
PLOT = VOLUME.AVG(50) > 5000
PLOT = PRICE.HIGH(65) - PRICE.LOW(65) > 10 Or (PRICE.HIGH(65) - PRICE.LOW(65)) / PRICE.Close > 0.30
PLOT = PRICE.AVG(50) > PRICE.AVG(50.1)
PLOT = PRICE.AVG(20) > PRICE.AVG(50)
PLOT = PRICE.LOW(3) > PRICE.AVG(50)
PLOT = PRICE.CLOSE < PRICE.AVG(20)
PLOT = PRICE.MaxHigh(11) = PRICE.MaxHigh(30)
PLOT = Stoc8.Value < 40

Topic: Conditions
Posted: Saturday, July 3, 2010 12:34:05 PM
I created a condition for when the price is close to the bollinger band and now I go back to edit to make is almost and I do not have that option. Do I need to delete and create new each time I want to edit?
Topic: Price Painting
Posted: Saturday, July 3, 2010 12:01:00 AM
I have built 2 conditions based on the MACD and I want to paint the price bars but it seems to only let me to paint one condition at a time...help
Topic: Price Differences
Posted: Wednesday, May 19, 2010 2:31:04 PM
this is good info and may use it but I was looking for the difference between this current MA vs prior MA
Topic: Price Differences
Posted: Wednesday, May 19, 2010 2:11:38 PM
Thats ok and how would I do this same thing for an MA?
Topic: Price Differences
Posted: Wednesday, May 19, 2010 9:52:13 AM
How do I go about finding the actual value of todays open vs yesterdays close? I know it is going to be an easy answer but I can't seem to figure it out. I haven't seen a diff function.

Thanks
Topic: multiple Charts
Posted: Friday, May 7, 2010 3:09:23 PM
I am sorry but I do not see what you are referring to. Also is there a way to write rules based on trend lines?
Topic: multiple Charts
Posted: Friday, May 7, 2010 2:25:45 PM
that helps but now can I get more then one symbol using the same chart or do I have to make like 4 copies of one chart on different tabs.
Topic: multiple Charts
Posted: Friday, May 7, 2010 9:32:39 AM
Can I have multiple charts with different symbols?