Weappa |
Gold User, Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Friday, October 12, 2007 |
Thursday, March 1, 2018 9:05:43 AM |
23 [0.01% of all post / 0.00 posts per day] |
|
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?
|
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.
|
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
|
Thanks Bruce
|
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?
|
Bruce - thanks for the quick response. Works like a champ!
|
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?
|
Stockguy - I was alreeady running SF5.
KUF - thanks!
|
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?
|
no minute data issues here since updating with 163 - I'm a happy camper as I was plagued with them before 163.
|
|