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 |

question about PCF % True indicator Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
tkamada
Posted : Thursday, April 12, 2018 12:53:18 PM
Registered User
Joined: 3/31/2011
Posts: 68

I placed the Bollinger Bands on the MACD.

Bollinger Bands: 10 period.  1.00 Std Dev.

MACD: 12-26-9

How can I create PCF % True indicators for the following?

1. MACD line is above the top Bollinger Bands.

2. MACD line is below the bottom Bollinger Bands.

I would like to get help. Thank you.

 

 

Bruce_L
Posted : Thursday, April 12, 2018 1:39:07 PM


Worden Trainer

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

Please try the following if it is an exponential MACD 12,26.

Above:

MACD12.26 > AVG(MACD12.26, 10) + SQR(ABS(SUM((MACD12.26) ^ 2, 10) - 10 * AVG(MACD12.26, 10) ^ 2) / 10)

Below:

MACD12.26 < AVG(MACD12.26, 10) - SQR(ABS(SUM((MACD12.26) ^ 2, 10) - 10 * AVG(MACD12.26, 10) ^ 2) / 10)

Or the following if it is an exponential MACD Histogram 12,26,9.

Above:

MACD12.26 - XAVG(MACD12.26, 9) > AVG(MACD12.26 - XAVG(MACD12.26, 9), 10) + SQR(ABS(SUM((MACD12.26 - XAVG(MACD12.26, 9)) ^ 2, 10) - 10 * AVG(MACD12.26 - XAVG(MACD12.26, 9), 10) ^ 2) / 10)

Below:

MACD12.26 - XAVG(MACD12.26, 9) < AVG(MACD12.26 - XAVG(MACD12.26, 9), 10) - SQR(ABS(SUM((MACD12.26 - XAVG(MACD12.26, 9)) ^ 2, 10) - 10 * AVG(MACD12.26 - XAVG(MACD12.26, 9), 10) ^ 2) / 10)



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
tkamada
Posted : Thursday, April 12, 2018 1:57:03 PM
Registered User
Joined: 3/31/2011
Posts: 68

Bruce:

Thank you very much. It works perfect ! 

 

Bruce_L
Posted : Thursday, April 12, 2018 2:09:24 PM


Worden Trainer

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

You're welcome.



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