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 |

?? Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
thnkbigr
Posted : Monday, November 6, 2017 2:33:50 PM
Platinum Customer Platinum Customer

Joined: 3/31/2006
Posts: 3,207

I plot the value of the indicator below as a watchlist column 

((MAXH44 - MINL44) / MAXH44) * 100

How can I make an adj so that if the MAXH44 was before MAXL it woudl plot the values as Negative.

Currently it will plot the same value whether the stock is up 50% or down 50%. In both cases it plots positive 50% 

Bruce_L
Posted : Monday, November 6, 2017 2:44:31 PM


Worden Trainer

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

Maybe something like the following?

100 * (1 - MINL44 / MAXH44) * IIF(AROONUP43 < AROONDOWN43, -1, 1)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
thnkbigr
Posted : Monday, November 6, 2017 6:36:00 PM
Platinum Customer Platinum Customer

Joined: 3/31/2006
Posts: 3,207

thx

Bruce_L
Posted : Tuesday, November 7, 2017 9:22:02 AM


Worden Trainer

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

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
thnkbigr
Posted : Thursday, November 9, 2017 11:17:21 AM
Platinum Customer Platinum Customer

Joined: 3/31/2006
Posts: 3,207

Bruce 

How do I adj the PCF below to be offset by one day

 

((MAXH44 - MINL44) / ATR44) * IIF(AROONUP43 < AROONDOWN43, -1, 1)

Bruce_L
Posted : Thursday, November 9, 2017 11:26:20 AM


Worden Trainer

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

Please try the following.

((MAXH44.1 - MINL44.1) / ATR44.1) * IIF(AROONUP43.1 < AROONDOWN43.1, -1, 1)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
thnkbigr
Posted : Tuesday, December 5, 2017 10:17:24 PM
Platinum Customer Platinum Customer

Joined: 3/31/2006
Posts: 3,207

Bruce 

I like to change the above PCF and instead of using Aroon I liek to say if ROC44 is negative then plot below zero line but if ROC44 is positive plot above the zero lione   

Bruce_L
Posted : Wednesday, December 6, 2017 9:20:46 AM


Worden Trainer

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

Please try the following.

((MAXH44.1 - MINL44.1) / ATR44.1) * IIF(C < C44, -1, 1)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
thnkbigr
Posted : Wednesday, December 6, 2017 11:12:47 AM
Platinum Customer Platinum Customer

Joined: 3/31/2006
Posts: 3,207

Any reason why you have C34 instead of C44

Bruce_L
Posted : Wednesday, December 6, 2017 11:16:35 AM


Worden Trainer

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

Just a typo.



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