Registered User Joined: 10/7/2004 Posts: 53
|
I am trying to create conditions for simple stochoastics being above 80 (overbought) and below 20 (oversold), then put in linked column in watchlist.
Below is the condition for overbought. But while it seems to be sorting the active watchlist for the condition, it is not flagging (applying the assigned condition color to the column cell). However, when I deleted the condition, it instantly colors the column. Any idea what is happening? What I am doing wrong?
'# Stoc = indicator.unlinked.Stochastics
If Stoc.value > 80 Then pass
Thanks,
David
|
Registered User Joined: 10/7/2004 Posts: 53
|
i think i figured it out. thanks anyway
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I'm happy to read you were able to figure it out on your own.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|