jabrae |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Tuesday, December 26, 2006 |
Monday, January 16, 2012 7:22:14 PM |
109 [0.04% of all post / 0.02 posts per day] |
|
Will real code be available for conditions and indicators in TC2000? It was not obvious from the first webinar.
James
|
Looks simple when you do it!
Thanks
|
How do I write the real code to find stocks with a 30 day moving average over 500000.
Thanks
James
|
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?
|
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
|
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
|
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?
|
Thanks Bruce
It looks so simple when you explain it!
James
|
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
|
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!
|
|