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 |

Request PCF Formula The Elder Ray - Bull Power Indicator Signal Topic Rating:
Previous Topic · Next Topic Watch this topic · Print this topic ·
raider45
Posted : Wednesday, October 4, 2017 7:45:38 AM
Registered User
Joined: 9/30/2011
Posts: 788
I would like to have a Formula PCF with the signal with the following parameters:
 
The Elder Ray - Bull Power Indicator.
 
                               http://www.traderpedia.it/wiki/index.php/Elder_ray
 
Thank you and goodbye.
Raider45
bcochrane
Posted : Wednesday, October 4, 2017 8:59:27 AM
Registered User
Joined: 9/17/2010
Posts: 484

It is built into TC2000 as an Indicator, along with Bear Power

Bruce_L
Posted : Wednesday, October 4, 2017 9:17:18 AM


Worden Trainer

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

As bcochrane has already indicated, these indicators are built in TC2000. The best way to create these conditions would be to click on the indicators on the chart and select Create Scan Condition.

Elder Ray Bull & Bear Power

That said, it is possible to create these types of conditions using formulas.

Elder Ray Bull Power can be written as follows (it returns a numeric value).

H - XAVGC13

Elder Ray Bear Power can be written as follows (it returns a numeric value).

L - XAVGC13

Elder Ray Bull Power being above zero can be written as follows.

H > XAVGC13

Elder Ray Bull Power beling below zero can be written as follows.

H < XAVGC13

Elder Ray Bear Power being above zero can be written as follows.

L > XAVGC13

Elder Ray Bear Power being below zero can be written as follows.

L < XAVGC13

Elder Ray Bull Power rising from one bar to the next can be written as follows.

H - XAVGC13 > H1 - XAVGC13.1

Elder Ray Bull Power falling from one bar to the next can be written as follows.

H - XAVGC13 < H1 - XAVGC13.1

Elder Ray Bear Power rising from one bar to the next can be written as follows.

L - XAVGC13 > L1 - XAVGC13.1

Elder Ray Bear Power falling from one bar to the next can be written as follows.

L - XAVGC13 < L1 - XAVGC13.1

The exponential moving average going up from one bar to the next can be written as follows.

C > XAVGC13

The exponential moving average having a positive 6 period linear regression slope with the net change over that span of the linear regression slope being positive as well can be written as follows.

FAVG(XAVGC13, 6) > AVG(XAVGC13,6) AND XAVGC13 > XAVGC13.5

The exponential moving average going down from one bar to the next can be written as follows.

C < XAVGC13

The exponential moving average having a negative 6 period linear regression slope with the net change over that span of the linear regression slope being negative as well can be written as follows.

FAVG(XAVGC13, 6) < AVG(XAVGC13,6) AND XAVGC13 < XAVGC13.5

You can combine the above components using AND statements as desired to combine them. For example, the Elder Bull Power being below zero but rising from one bar to the next with the exponential moving average also rising from one bar to the next could be written as follows (this would be one of several possible interpretations of the buy signal).

H < XAVGC13 AND H - XAVGC13 > H1 - XAVGC13.1 AND C > XAVGC13



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
raider45
Posted : Wednesday, October 4, 2017 10:53:19 AM
Registered User
Joined: 9/30/2011
Posts: 788
Thank you for your work !
 
Best regards
Bruce_L
Posted : Wednesday, October 4, 2017 10:59:23 AM


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.