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 |

Defining functions for Fibonacci Retracements ??? Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
limcindyp
Posted : Monday, February 7, 2005 8:38:05 PM

Registered User
Joined: 1/19/2005
Posts: 6
Greetings,

What are the steps to define the following functions provided by The Worden
Report (Tuesday, September 14, 2004)?

Fibonacci UP (to test for a continuation of an UP-TREND)

(((STOC13.3 <= 20)) AND ((STOC13.3.1 < STOC13.3)) AND (C <= ( (MAXH15 -
MINL30) * .618 + MINL30) AND C >= ((MAXH15 - MINL30) * .382 + MINL30) AND
MAXH15 = MAXH30 AND MINL15 > MINL30)) * ((C - MINL30) / ( MINL30 - MAXH15))

Fibonacci DOWN (to test for a continuation of a DOWN-TREND)

((STOC13.3 >= 80) AND (C <= ( (MAXH30 - MINL15) * .618 + MINL15) AND C >=
((MAXH30 - MINL15) * .382 + MINL15) AND MAXH15 < MAXH30 AND MINL15 =
MINL30)) * ((C - MINL15) / ( MAXH30-MINL15))


Thank you for your help in advance...
Be happy, peaceful, and liberated.
-Cindy
Doug_H
Posted : Monday, February 7, 2005 8:52:53 PM


Worden Trainer

Joined: 10/1/2004
Posts: 4,308
Here is a quote from Sir Ranter taken from the September 14, 2004 Worden report. It explains how these formulas can be used to find Fibonacci retracements.

"The formulae can be pasted directly into 2 PCF's, and can also be pasted directly onto the chart as 2 Custom Indicators. In either case, the retracement value of the current Close is presented as a percentage/100 (for example, if the value is 0.52, then this represents 52% retracement). Only those values between .382 and .618 are triggered."

If you're not familiar with setting up Custom Indicators or PCF's, try watching these videos:

How to create a Personal Criteria Forumula (PCF)
Adding, removing and saving indicators to a chart template

- Doug
Teaching Online!
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.