Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

StockFinder Build 38 Now Available Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Doug
Posted : Friday, October 29, 2010 4:23:44 PM

Worden Staff

Joined: 11/8/2004
Posts: 574

- Fixed: RealCode conditions that are saved should now correctly load with a reference to price

- Fixed: Refresh Chart should now properly refresh all items

- Fixed: Market Replay should now allow intraday updates to StockFinder Platinum customers

This build corrects bug report cases 2588, 2589, 2596, 2553, 2554, 2594, 2597, 2606, 2613, 2615, and 2627. Other problems may also be corrected due to the fix for Refresh Chart.

CapGain
Posted : Saturday, October 30, 2010 10:26:21 AM
Registered User
Joined: 10/7/2004
Posts: 111
I'm now finding that after running a scan, as I scroll thru the results bars are not painting.
shamilton
Posted : Saturday, October 30, 2010 11:03:35 AM
Registered User
Joined: 1/25/2005
Posts: 13

It appears that the this update has caused a serious problem for me.  The data column does not show the correct values for an indicator.  To demostrate the issue I'm having:

1) Goto 'File' and 'New Layout'.  Select the 'Stockfinder Default Layout'.
2) Right-Click on the MovAvg21 of the Price History and select 'Data' from 'Create Watchlist Column'.

The values shown in the Data column are not correct on my system.  This is a huge issue for me and I cannot trade on Monday without this fixed.

Please adivse ASAP.

CapGain
Posted : Saturday, October 30, 2010 11:15:49 AM
Registered User
Joined: 10/7/2004
Posts: 111
Yep. This "fix" is a disaster. Did anyone at Worden even bother to test it before posting it. Also, I can't use the previous version because I get a message that states - Unable to determine startup path. Please contact support.My Monday isn't looking good either.
kerryh1959
Posted : Saturday, October 30, 2010 11:18:04 AM
Registered User
Joined: 9/20/2005
Posts: 149
I too am having the same problems with this new build and will not be able to trade Monday as well. This needs to be addressed a.s.a.p.
Winnie
Posted : Saturday, October 30, 2010 5:25:22 PM
Registered User
Joined: 10/7/2004
Posts: 1,006
QUOTE (shamilton)

1) Goto 'File' and 'New Layout'.  Select the 'Stockfinder Default Layout'.
2) Right-Click on the MovAvg21 of the Price History and select 'Data' from 'Create Watchlist Column'.



Right click column header and choose Un-Link from Chart.
This brings up the correct value.

Doug
Posted : Saturday, October 30, 2010 5:31:24 PM

Worden Staff

Joined: 11/8/2004
Posts: 574
We're going to roll back to build 36 and work on an update to address these issues on Monday.
shamilton
Posted : Saturday, October 30, 2010 6:03:20 PM
Registered User
Joined: 1/25/2005
Posts: 13

Thanks Doug for the quick action on this one.  I can confirm that the roll-back has fixed the issue.  Success in finding the solution for the build 38 issue.

shamilton
Posted : Saturday, October 30, 2010 6:04:07 PM
Registered User
Joined: 1/25/2005
Posts: 13
Thanks for the tip Winnie.  I didn't think to try that.

Shawn
Doug
Posted : Saturday, October 30, 2010 6:32:16 PM

Worden Staff

Joined: 11/8/2004
Posts: 574
CapGain, can you please email the layout you had problems with to support, attention Doug?
machado
Posted : Saturday, October 30, 2010 8:42:42 PM
Registered User
Joined: 3/13/2005
Posts: 107
What happened to KUF did he quit
kerryh1959
Posted : Saturday, October 30, 2010 9:37:00 PM
Registered User
Joined: 9/20/2005
Posts: 149
Thanks for rolling us back.
startec
Posted : Saturday, October 30, 2010 9:57:42 PM
Registered User
Joined: 10/7/2004
Posts: 29
TSV does not plot
Doug
Posted : Saturday, October 30, 2010 11:46:44 PM

Worden Staff

Joined: 11/8/2004
Posts: 574
Machado, Kuf didn't quit and he isn't going anywhere. He is the one who rolled back the build to 36.Startec - TSV plotted in both build 36 and in build 38 for me. Please send your layout to support, attention Doug, and I will check it out.
CapGain
Posted : Sunday, October 31, 2010 10:35:17 AM
Registered User
Joined: 10/7/2004
Posts: 111
Thanks for fixing this over the busy Halloween weekend. But I will say that if this was Worden's idea of trick or treat, it definitely spooked me.
CapGain
Posted : Sunday, October 31, 2010 10:40:44 AM
Registered User
Joined: 10/7/2004
Posts: 111
QUOTE (Winnie)
QUOTE (shamilton)

1) Goto 'File' and 'New Layout'.  Select the 'Stockfinder Default Layout'.
2) Right-Click on the MovAvg21 of the Price History and select 'Data' from 'Create Watchlist Column'.



Right click column header and choose Un-Link from Chart.
This brings up the correct value.

I think the entire Worden community is better served by letting Worden know there's a problem, rather than providing a band-aid solution to a software related problem. Now if it meant the difference between getting Apollo 13 back home safely or not, then I would say good job.
Winnie
Posted : Sunday, October 31, 2010 12:11:57 PM
Registered User
Joined: 10/7/2004
Posts: 1,006

I created a New RealCode Condition but after I saved it to My Conditions the RealCode changed, it suspect this is not correct and will not return the correct stocks.  

Below is an example.

 

Created New RealCode Condition, press Apply and/or Save, OK button

'# Volu = chart.Volume.2

'# MA = chart.MovingAverage.5

'# Multiplier = UserInput.single = 2

If Volu.Value > Multiplier * MA.Value Then

Pass    

End If

 

 

Now Right Click on Condition to Save Condition to My Conditions, this changes the RealCode as noted:

'# Volu = indicator.unlinked.Volume.2

'# MA = indicator.unlinked.MovingAverage.5

'# Multiplier = UserInput.single = 2

If Volu.value > Multiplier * MA.Value Then

            Pass

End If
Doug
Posted : Monday, November 1, 2010 9:56:00 AM

Worden Staff

Joined: 11/8/2004
Posts: 574
Winnie, we're aware of the bug in build 36. We will have a new build in testing today.
Bruce_L
Posted : Monday, November 1, 2010 1:50:30 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Winnie,
I'm not sure I'm seeing what is wrong with the saved version in your Sunday, October 31, 2010 12:11:57 PM ET post (unless it isn't working of course - and if so, that's probably the bug referenced by Doug). When you save a RealCode Condition it has to use unlinked version of the Indicators because it cannot rely on the Indicators being available on the Chart.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Winnie
Posted : Tuesday, November 2, 2010 8:47:19 AM
Registered User
Joined: 10/7/2004
Posts: 1,006

Bruce, it seems the RealCode isn’t working after it is saved or possibly I don’t understand the RealCode.  

 

For example, this filter returns 0 stocks when the Multiplier is set to 1 or 1.5, for US Stocks where today's daily volume is greater than 100% or 150% of the average volume (AVGV30) over the most recent 30 days.

 

Thanks

Winnie

Bruce_L
Posted : Tuesday, November 2, 2010 10:46:00 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Winnie,
I'm pretty sure that's a bug in build 36 with how Filters handle Saved Conditions. If you add the Saved Condition to the Chart and then right-click on it and select Show True Markers (including unchecking it and re-checking it if it was already checked), do the True Markers show on the Chart?

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Winnie
Posted : Friday, November 5, 2010 10:11:28 PM
Registered User
Joined: 10/7/2004
Posts: 1,006
Bruce, the saved RealCodeCondition now works like a charm in version 5.0.39.
The saved RealCode Condition unlinked the Volu and MA; Paint, Scan and True Markers work.

Thanks
Winnie
Bruce_L
Posted : Monday, November 8, 2010 9:54:08 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Winnie,
I'm happy to read the upgrade resolved your issue.

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.