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

Condition Produces Hash Marks But Will Not Sort Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
jhilton
Posted : Thursday, August 5, 2010 10:54:10 PM
Registered User
Joined: 7/28/2006
Posts: 36

This code works just fine to produce True Marker hash marks but will not run as a sort:

     '# WS1003 = chart.WordenStochastics

     If WS1003.MinLow(10) > 80 Or WS1003.MaxHigh(10) < 20 Then pass

Am I doing something wrong?

I get no error message, just nothing from the software but a kind of blink of the screen.  And no sort progress bar.

Other conditions sort just fine on my system.

The stoc is a (100,3) Worden Stoc.

jas0501
Posted : Friday, August 6, 2010 8:23:03 AM
Registered User
Joined: 12/31/2005
Posts: 2,499
Try adding 

'# Cumulative

and see if that helps



'# WS1003 = chart.WordenStochastics
'# Cumulative

 
If WS1003.MinLow(10) > 80 Or WS1003.MaxHigh(10) < 20 Then pass
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.