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: Weappa
About
User Name: Weappa
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Friday, October 12, 2007
Last Visit: Thursday, March 1, 2018 9:05:43 AM
Number of Posts: 23
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Current symbol in watchlist
Posted: Thursday, April 10, 2014 6:21:30 PM

I would like to have the current symbol I have on my chart show up on a watchlist so I can look at the columns with the indicators and conditions I have in the given watchlist.  I want this to be just temporary, not permanent as I'm often quickly going through symbols as I'm watching scans. That is I don't want to add the symbol to the watchlist and then delete it.   Is there a way to do this?

Topic: Plotting opening 15 minute high
Posted: Tuesday, January 1, 2013 11:39:02 AM

Thanks much Bruce, it works like a charm.  You're a real asset to the Worden team and your continued first rate and expedient support is one of the top reasons I've stayed with Worden and SF5.

Topic: Plotting opening 15 minute high
Posted: Monday, December 31, 2012 7:58:43 PM

I wrote the follwing realcode indicator to plot the high price value of the first 15 minutes of each trading day.  It works most of the time.  However if the current day's opening 15 minute high doesn't take out the previous day's opening 15 minute high, it plots the previous day's opening 15 minute high.  I'm stuck, can anyone help?

 

Static Open15minhigh As Single
If isFirstBar Then Open15minhigh = price.High
If Price.DateValue.TimeOfDay <= Date.Parse("09:45").TimeOfDay Then Open15minhigh = System.Math.Max(open15minhigh, Price.High)
plot = Open15minhigh
 
Topic: TC 2000 Scan Lights
Posted: Thursday, January 12, 2012 4:19:28 PM
Thanks  Bruce
Topic: TC 2000 Scan Lights
Posted: Thursday, January 12, 2012 4:09:47 PM
I'm running a watch list with columns where a condition of mine triggers a scan light.  Is there a way to reset the scan light without having to change workspace and then go back to the workspace with the watch list?
Topic: Converting dates to integers
Posted: Friday, July 29, 2011 9:18:56 AM
Bruce - thanks for the quick response.  Works like a champ!
Topic: Converting dates to integers
Posted: Friday, July 29, 2011 8:47:21 AM
I am working on an indicator that requires the difference in the number of market days between a set date (say July 1, 2011) and the current date.  I'm stuck on how to convert the days to integers.  Any help?
Topic: Data Updating
Posted: Wednesday, January 20, 2010 4:05:34 PM
Stockguy - I was alreeady running SF5.
KUF - thanks!
Topic: Data Updating
Posted: Wednesday, January 20, 2010 3:02:10 PM
in the middle of my trading day, Stockfinder 5 Beta does not allow me to change symbols, etc because of a "Data Updating, Morningstar Company Financial Stats".  How do I avoid this happening during trading hours?
Topic: Build 163 Now Available
Posted: Friday, January 15, 2010 8:31:18 AM
no minute data issues here since updating with 163 - I'm a happy camper as I was plagued with them before 163.