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: sundeep
About
User Name: sundeep
Groups: Gold User, Member, Platinum User
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, March 09, 2006
Last Visit: Saturday, August 21, 2010 3:36:44 PM
Number of Posts: 37
[0.02% of all post / 0.02 posts per day]
Avatar
Last 10 Posts
Topic: Static variables and Trimming by Dates
Posted: Wednesday, June 17, 2009 2:06:29 AM
Thank you as always Bruce. This is perfect! I continue to be impressed by the responsiveness of Worden support and the amazing capability in Stockfinder. It rocks! I can now bracket a time span that matches a market condition (bear/bull/sideways) and instantly see the changes in the indicator.
Topic: Main Chart.start date, Main Chart.end date properties
Posted: Tuesday, June 16, 2009 2:11:53 AM
I'd like to set the start and end date for a chart and have all the indicators recalculate .. including indicators with static variables ..... Is this possible to do without changing the indicators themselves? While tinkering with the trim by dates block in the block fiagram mode, I noticed references to properties of MainChart called start date and end date but cannot see how to link to them... But this gives me hope that there is a systemic way of changing the default start and end dates.

Any pointers?

thx,
Topic: Static variables and Trimming by Dates
Posted: Monday, June 15, 2009 9:57:44 PM
Hello,

I have a realcode indicator called UpCount,  that counts up days in a static variable. See code below. I think there is a similar example in the RealCode programming manual.

This indicator is a steadily increasingly number as it is counting all up days. Now, what I'd like to do is to use the date pointer to establish the starting date.

So, if I have the date pointer on Jan 1, 2005, I'd expect to see this indicator be zero on Jan 1, 2005 and then count all subsequent up days.

I've tried connecting the "Trim End By Date" block but with no luck. My indicator remains blank.

Any pointers?

thanks,


-----------------------------------
Static upCount As Integer
   
Dim netChange As Single = price.close - price.close(1)

If isFirstBar Then
    upCount = 0
End If

If netChange > 0 Then
    upCount += 1
End If

plot = upCount
Topic: How to prevent multiple buy triggers on same day in backscanning
Posted: Thursday, May 28, 2009 11:59:25 PM
Great! Thanks Bruce.
Topic: How to prevent multiple buy triggers on same day in backscanning
Posted: Wednesday, May 27, 2009 12:47:58 AM
Dear Worden Trainers,

Using intra-day price data (e.g., 5 minute bars), I can easily create a buy rule that fires when price closes above a value. How do I prevent multiple buy orders from triggering on same day?

In other words, I'd like to have a buy rule that fires only once (the first time) on any trading day.

thanks,

Sundeep

Topic: Pinning the value of an indicator to a particular date & displaying this in the watchlist column
Posted: Friday, May 01, 2009 1:40:14 AM
Perfect! Thanks very much Bruce.
Topic: Pinning the value of an indicator to a particular date & displaying this in the watchlist column
Posted: Thursday, April 30, 2009 12:13:58 AM
Hello,

I'd like to display the value of an indicator on a particular date in the watchlist column (as opposed to the watchlist displaying last value). Ideally the date value is controlled by a date pointer. In other words, I slide the date pointer to a particular date and the value of my custom indicator on that particular date is diplayed in the watchlist column.

thanks in advance.

Sundeep
Topic: Buy at open sell at close backscan on daily charts. Possible?
Posted: Tuesday, April 28, 2009 1:30:59 AM
Thanks for confirming Bruce.
Topic: Buy at open sell at close backscan on daily charts. Possible?
Posted: Monday, April 27, 2009 12:42:46 AM
I can't seem to run a  simple "buy at open, sell at close"  backscan on daily charts? I seem to recall this was a known limitation. Can you please confirm or am I missing something here?

thanks.
Topic: Is there a way to determine a stock's ranking within a list based on some criteria
Posted: Friday, April 03, 2009 12:16:45 PM
Thanks for listing this example. It does what I had asked for. However, I'm raising the bar higher for myself.

I'd like to tweak the % price change indicator  and wrap it as a block diagram so I can use the "rank vs list" block to do the nice sorting of the results.

Is there an example that you could point me to? I seem to remember the original blocks had some references for creating your own blocks .....

thanks,

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.