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: jabrae
About
User Name: jabrae
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Tuesday, December 26, 2006
Last Visit: Monday, January 16, 2012 7:22:14 PM
Number of Posts: 109
[0.04% of all post / 0.02 posts per day]
Avatar
Last 10 Posts
Topic: TC 2000
Posted: Friday, February 18, 2011 3:35:16 PM
Will real code be available for conditions and indicators in TC2000? It was not obvious from the first webinar.

James
Topic: Volume moving average real code
Posted: Thursday, February 10, 2011 3:38:27 PM
Looks simple when you do it!

Thanks
Topic: Volume moving average real code
Posted: Thursday, February 10, 2011 2:55:43 PM
How do I write the real code to find stocks with a 30 day moving average over 500000. 

Thanks 
James
Topic: Real Code and condition sort for values of max min line over 50
Posted: Friday, November 12, 2010 5:15:53 PM
Thanks Bruce that seemed to clear up the sort problem.
 
Where can I find a reference for the use of '# Cummulative and probably other variable qualifiers?
Topic: Real Code and condition sort for values of max min line over 50
Posted: Friday, November 12, 2010 2:23:55 PM

When I use the following code for the condition shown.  The paint function works but the condition column and sort does not work.  If I use 50 or less the condition column seems to work.

Is my code wrong or is there a limit of 50 for the max min line function?  This code is for the a different chart in the same layout that searches for a max line condition with values below 50.

'|*****************************************************************|
'|*** StockFinder RealCode Condition - Version 5.0 www.worden.com
'|*** Copy and paste this header and code into StockFinder *********
'|*** Condition:LTBreakout
'|*** Example: if price.percentChange > 1 then pass
'|******************************************************************


'# MoMo55 = chart.MaxorMinofLine

If Price.Close > MoMo55.Value(1) Then Pass

 

Topic: free charts Ichimoku cloud extention
Posted: Thursday, October 7, 2010 7:56:08 PM
QUOTE (runningdawgcaptlst)
look at the bottom of the price pane, probably all the way to the right, till you see a little up triangle.  hover your mouse over it till you get a horizontal double ended arrow then drag it left till the Ichmoku extension is fully visible.  don't know why there is not an entry on this forum for the Worden product FreeStockCharts.   guess I just don't understand Marketing.


Thanks runningdawg worked just like you said.
James
Topic: free charts Ichimoku cloud extention
Posted: Thursday, October 7, 2010 2:36:27 PM
When I look at the cloud in freecharts it is not the same as the same stock in Stockfinder5.  As I understand the cloud is plotted 26 days ahead of price.  In Freecharts it does not appear to go that far. I have not found a way to extend the right margin in freecharts. Can it be done?
Topic: New High New Low realcode in StockFinder
Posted: Wednesday, September 22, 2010 7:17:31 PM
Thanks Bruce
It looks so simple when you explain it!
James
Topic: New High New Low realcode in StockFinder
Posted: Wednesday, September 22, 2010 1:49:47 PM

Telechart has a system function New Highs or New Lows.  What is the period measured? To make the the answer easier what is the StockFinder realcode for these functions?
James

Topic: Prices Falling and MACD Rising using Min Max of Line
Posted: Monday, May 10, 2010 1:10:03 PM
Thanks Bruce
It is amazing what one does not observe when reading someone elses code that works.  I just had not clued in that ' was a comment marker.  You are a great frustration remover!