Phone: 1-800-776-4940

 
Home Software & Pricing Books & Videos Support Discussion
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: lmagaro
About
User Name: lmagaro
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Saturday, November 20, 2004
Last Visit: Friday, September 10, 2010 12:05:36 PM
Number of Posts: 380
[0.18% of all post / 0.18 posts per day]
Avatar
Last 10 Posts
Topic: Using Sub-Industry and Industry Group Symbols
Posted: Wednesday, July 28, 2010 2:52:45 PM
Thank you but I already understood what I could do. Please answer my question about the determination within real code of the MG symbols.
Topic: Using Sub-Industry and Industry Group Symbols
Posted: Wednesday, July 28, 2010 1:33:06 PM
Is there a method to identify and use the sub-industry and industry symbols (MG e.g. COST MG732 and MG730) for a specific symbol from within a real code program? I want to determine relative strength for each. I do not want to add the indicators to my layout in the form of panes.
Topic: Using Weekly Data
Posted: Thursday, June 24, 2010 5:54:59 PM
Thank you very much.
Topic: Using Weekly Data
Posted: Friday, June 18, 2010 4:04:22 PM
Is there a way to access weekly data using real code and doing ones own looping regardless of the time frame of the chart on the screen? If yes could you add the appropriate code to my shell program below.


    Sub New
        AutoLoop = False
    End Sub
   
    Public Overrides Function Plot() As System.Single
        '*************************************
        '* Accessing Weekly Database *
        '*************************************
        Dim Variables aas needed
        For i As Integer = 0 To Price.Bar.Count - 1
            Neccessary code
            AddToOutput(Price.Bar.DateValue(i), Result)
        Next
    End Function
   
Topic: Syntax For Using Imported Indicator When Using Class Code
Posted: Tuesday, February 09, 2010 11:43:57 AM
Can anyone at Worden answer this for me?
Topic: Syntax For Using Imported Indicator When Using Class Code
Posted: Monday, February 08, 2010 1:07:33 PM
What is syntax for using an imported indicator when using the class tab. I use '# ABCD = indicator.ABCD to import the indicator, but I cannot seem to get the right syntax to use it. I've tried ABCD.Value but I get an error message. What is the correct syntax for getting past and present values of an imported indicator using the class structure?
Topic: Writing color code using the class structure of real code
Posted: Tuesday, January 12, 2010 12:44:48 PM
I have tried to write real code as a class to color price bars, but the coloring remains the same. Here is my code. What can I change to make it work.


    Sub New
        AutoLoop = False
    End Sub
   
    Public Overrides Sub CallUserCode()
       
        '******************************
        '* Price History Color Scheme *
        '******************************
       
        For i As Integer = 0 To Price.Bar.Count - 1
           
            If Price.Bar.HighValue(i) > Price.Bar.HighValue(i - 1) AndAlso _
                Price.Bar.LowValue(i) > Price.Bar.LowValue(i - 1) Then
                If Volume.Line.Value(i) > Volume.Line.Value(i - 1) Then
                    PlotColor = Color.Lime
                Else
                    PlotColor = Color.White
                End If
            Else
                PlotColor = Color.Gray
            End If
           
        Next
       
    End Sub

Thanks.

Topic: Charts Attached to a Specific Watchlist
Posted: Tuesday, September 01, 2009 3:27:54 PM
Thanks.
Topic: Charts Attached to a Specific Watchlist
Posted: Tuesday, September 01, 2009 3:22:03 PM
I did what you suggested but here's what happens. If I click on a stock in watchlist 2 it is displayed in chart B but chart A changes to this symbol also (which is what I don't want).  If I click on a stock in watchlist 1 chart A changes to this symbol and Chart B retains the stock selected in watchlist 2 (which is what I want). What am I doing wrong?  I changed both Main Symbol block diagrams the way you suggested. Is it because I need a third watchlist and abandon using the main watchlist?
Topic: Charts Attached to a Specific Watchlist
Posted: Tuesday, September 01, 2009 12:10:07 PM
I have two charts and two watchlists. I want to permanently align Chart Tab A with Watchlist 1 and Chart Tab B with Watchlist 2.  How do I do this?

To place an order by phone please call 1-800-776-4940... Int'l orders, 1-919-294-1111

Home | Software & Pricing | Books & Videos | Support | Training | Discussion | Become an Affiliate
Terms of use, trademarks, contact info and refund policy | Privacy Policy

Copyright © 1997-2007 Worden Brothers, Inc. All rights reserved.