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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
Registered User Joined: 1/25/2005 Posts: 13
|
Thanks for the tip Winnie. I didn't think to try that.
Shawn
|
|
Worden Staff
Joined: 11/8/2004 Posts: 574
|
CapGain, can you please email the layout you had problems with to support, attention Doug?
|
|
Registered User Joined: 3/13/2005 Posts: 107
|
What happened to KUF did he quit
|
|
Registered User Joined: 9/20/2005 Posts: 149
|
Thanks for rolling us back.
|
|
Registered User Joined: 10/7/2004 Posts: 29
|
TSV does not plot
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
Guest-1 |