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: zawadee152
About
User Name: zawadee152
Groups: Member
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Sunday, January 31, 2010
Last Visit: Friday, February 19, 2010 5:40:34 PM
Number of Posts: 22
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Price by volume in RealCode or StockFinder
Posted: Friday, February 5, 2010 3:13:49 PM
Hi,

I would like to have an indicator that sum up the volume on each day, based on the closing price, so that for a particular chart timeframe, I can see the distribution of volume  by closing price.  Is this possible to do with SF and/or RealCode?  An example of this is at BigChars, choose Upper Indicator -> volume by price.  It will show up as red bars on the left side of the Chart for each price point.  Although the histogram plot horizonally by price like the example would be nice, it does not need to be like that.   Any way to calculate and present the data would help.

Thanks,

zwd



Topic: Example in RealCode Manual p.42
Posted: Friday, February 5, 2010 1:56:58 PM
Hi Ken,
   Thanks for the clarification.  Have a follow up questions.  On page 30, there is a BaseClass tab in the Figure.  SF5 does not have it.  I have never use SF before and am gussing that baseCase is where I should be putting in my methods/variable that I want to share with the rest of Indicator derived from the base class.  Is that correct?  Could you clarify what it does and what would be the way to do that in SF5.  I am trying to get a handle on RealCode / .NET and try to see how can I reuse codes.

Thanks,

zwd
Topic: sharing codes/variable within RealCode
Posted: Friday, February 5, 2010 11:53:44 AM
If I have say, 2 Indicators - IndicatorB and IndicatorC.  Both are different but rely on some of the same calculations and variables.  What is a proper way / strategy to write these same (shared) codes so that they can be in one place (rather than writing a bunch of Indicators and referencing them)?  Is it possible to write another Indicator, say, IndicatorA, that exposes variables and methods so that IndicatorB and IndicatorC can use it.  Any example is appreciated.

Thanks,

zwd
Topic: Example in RealCode Manual p.42
Posted: Friday, February 5, 2010 11:32:19 AM
There are some codes example in RealCode Prog Manual Beta, on P 42.  The first two lines are -

Public partial Class AdvanceCount
inherits AdvanceCount_base

How could I duplicate this example? When I go to Class tab, I only get

Public partial Class RealCodeIndicator
inherits RealCodeIndicator_base

Thanks,

zwd
 
Topic: S&C July Issue Trailing Resistance and ND Support
Posted: Wednesday, February 3, 2010 10:49:18 PM
Hi Trainers,
    Could someone attach the chart template mentioned here.  I have SF5 and it does not have sharing.

Thank you,

zwd
Topic: Import or Drag Indicator When editing RealCode Condition?
Posted: Wednesday, February 3, 2010 4:37:57 PM
Thank you StockGuy.
Topic: RealCode Indicator Output (version 4 or 5)
Posted: Wednesday, February 3, 2010 4:16:11 PM
Hi,

   Is it possible to output (Plot) multiple value in an indicator?  Sometime when building an indicator, it is helpful to see some of the other variables.

  Is it possible to specify the chart type (say line or bar) directly within RealCode ?  (or assinging the RealCode Painting Scheme within RealCode).

  If any of these are possible, please provide some examples.


Thanks,

zwd
Topic: Import or Drag Indicator When editing RealCode Condition?
Posted: Tuesday, February 2, 2010 9:16:15 PM
I am learning about RealCode Indicator and trying to understand the different between dragging the indicator into the Editor and using "Import Indicator"? Are these two methods the same or that one is designed for specific tasks and have some pro/con for choosing either one.

For example, I drag a Linear Regression Slope that I have on the chart into the Editor.  I get

'# LRS = chart.LinearRegressionSlope.4

but if I use Import, I get

'# LRS2 = indicator.Library.Linear Regression Slope

In the case of using Import menu, how could I specify the required parameters for Linear Regression Slope?

Thanks,

zwd
Topic: Adaptive regression line and volume
Posted: Tuesday, February 2, 2010 4:33:36 PM
Hi Michael,
  
Could you post/attach the Zig Zag Chart template?  I have SF 5 and it does not have shared feature.

thanks,

zwd
Topic: RealCode and .NET in RealCode Manual beta
Posted: Tuesday, February 2, 2010 3:14:29 PM
In the SF5 RealCode manual p.17, it said that we can reference various .NET classes / namespaces execpt IO and .NET. 

1.  Which namespaces are already referenced and which need to be declared? 

2.  If I were to create an assembly with C# or VB.NET, that can do some processing, it seems that the manual suggests I can reference the classes within and use them?  Is this correct?   Is there a special location I need to put the assembly?  What are the mechanics for doing this sort of things?

  Any examples/walkthroughs you can provide would be very much appreciated.

3. Does SF5 expose any APIs?  In particular, what I am hoping to do is to have an external program to run throguh certain scans/studies and producing summary reports that I can review each day without going through everything manually to get a 'feel' for the markets and I can use SF to inspect individual stocks as needed.  Is this possible and whether there is any example you can provide?

Thanks,

zwd