Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

DSS Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
Chagall
Posted : Monday, March 4, 2019 4:47:43 PM
Registered User
Joined: 9/11/2012
Posts: 92

Bruce,

I thought it would be easy but it seems I need you help again. 

D1=DSS21,3
D2=DSS42,3

D1<18
or
D2<18

I tried this

(
100 * 
XAVG(
(XAVG(STOC21,3) - 
MIN(XAVG(STOC21, 3), 21)) / (MAX(XAVG(STOC21,3), 21) 
- MIN(XAVG(STOC21, 3), 21)), 3)
<18)
 
or
 
)
(
100 * 
XAVG(
(XAVG(STOC42,3) - 
MIN(XAVG(STOC42, 3), 42)) / (MAX(XAVG(STOC42,3), 42) 
- MIN(XAVG(STOC42, 3), 42)), 3)
<18)
 
But I get a formula error.
Can you help please?
 
thankx,
 
Franz J.
Bruce_L
Posted : Monday, March 4, 2019 4:55:39 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Please try the following condition formula.

100 * XAVG((XAVG(STOC21,3) - MIN(XAVG(STOC21, 3), 21)) / (MAX(XAVG(STOC21,3), 21) - MIN(XAVG(STOC21, 3), 21)), 3) < 18 OR 100 * XAVG((XAVG(STOC42,3) - MIN(XAVG(STOC42, 3), 42)) / (MAX(XAVG(STOC42,3), 42) - MIN(XAVG(STOC42, 3), 42)), 3) < 18



-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.