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 |

Force Indes Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
pzirakian
Posted : Friday, December 15, 2006 2:02:01 PM
Registered User
Joined: 8/15/2005
Posts: 1
Hi! I am trying to add an indicator from Dr. Elder called Force index... the formula is very simple: Force Index+ (close today- Close yesterday) times Volume today.

Pls advise how to creat on my telechart gold... i have got as far as opening the custom indicator setting page.. but when i test the formula.. i get a response Formula Error: missing argument
Bruce_L
Posted : Friday, December 15, 2006 2:10:44 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
Please try the following:

Select Chart Template | Add Indicator | Indicator.
- Center Zero Line: Checked
- Plot using price scale: Unchecked
- Smoothing Average: 1
- Average Type: Simple or Exponential (Doesn't matter because the Smoothing Average is 1).
- Indicator Formula: 100 * (C - C1) * V

This will return the raw Force Index. If you wish to smooth the indicator, adjust the Smoothing Average and Average Type as appropriate. You may wish to review the following:

Plotting Custom Indicators with Examples
Smoothed Force Index
How do I write a Force index 13 MA and 3 MA as a PCF?
Handy PCF example formulas to help you learn the syntax of PCFs!

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
bustermu
Posted : Friday, December 15, 2006 8:51:42 PM
Registered User
Joined: 1/1/2005
Posts: 2,645
QUOTE (pzirakian)
Hi! I am trying to add an indicator from Dr. Elder called Force index... the formula is very simple: Force Index+ (close today- Close yesterday) times Volume today.


pzirakian,

Your formula is for the Cumulative Force Index. It is plotted by constructing a Custom Cumulative Indicator with:

Up Condition:
ABS(V)>=0.0
Down Condition:
ABS(V)<0.0
Value To Add/Subtract:
V*(C-C1)

Thanks,
Jim Murphy
TeoDowning
Posted : Friday, May 25, 2007 8:30:50 AM
Registered User
Joined: 4/30/2007
Posts: 2
Is there a way to name an added indicator? When it appears on the screen the formula appears, this could get cumbersome if the formula is long. Naming it would be handy for immediate recognition from screen to screen as well.
Bruce_L
Posted : Friday, May 25, 2007 9:13:26 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
TeoDowning,
It is possible to start the formula with the "name". You can even put the "name" on the first line and have the formula on the second line (although this requires writing the formula in another program and pasting it into the formula window).

This is not supported however (meaning it could stop working at any time) and great care must be taken in constructing the name. If it contains reserved symbols or words, TeleChart will see it as a formula and attempt to evaluate the name. This will normally result in an error of some sort, but could result in a mis-calculation instead.

You may wish to review the following:

Handy PCF example formulas to help you learn the syntax of PCFs!

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