Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: kenjanson
About
User Name: kenjanson
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Tuesday, December 21, 2004
Last Visit: Monday, November 3, 2014 8:33:10 PM
Number of Posts: 35
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Boolean Condition - 4% Rule
Posted: Monday, September 15, 2014 12:07:55 PM

Much better, thanks alot. And thanks for the down move formula.

Topic: Boolean Condition - 4% Rule
Posted: Monday, September 15, 2014 11:21:27 AM

For example, from 8/1 to 8/8, SPY moved only 0.38% but the formula reading on 8/8 is 100 indicating a 4% move. The chart remains positive (100) until 9/12, seems like it is registering 100 on any positive move.

Topic: Boolean Condition - 4% Rule
Posted: Monday, September 15, 2014 10:55:57 AM


To find 4% weekly moves in major indexes, here is a formula. (100 * (C-C1))/C1 > .04 (Weekly)

My problem is the chart (1 week) gives signals not consistant with 4% moves.

Is ths formula not correct?

Topic: PCF Needed
Posted: Friday, February 14, 2014 1:07:48 PM


Need two formulas please.

Percent change from 12/31/2013.

Percent chnge off 2014 low.

Thank you.

Topic: Date specific PCFs
Posted: Thursday, February 13, 2014 4:19:39 PM

I'd like PCFs two Pcf formulas please.

Percen change from 12/31/13 and Percent change from 2014 low.

Topic: Hull Moving Average
Posted: Monday, September 16, 2013 3:02:11 PM

The following formula gives percent change between 12 month price change and a front loaded, double three month plus 6 month price change calculation. The problem is when one or both elements is negative, it gives the wrong indication. For example; Front load gain 8.79, 12 month gain -32.44, Percent change returns -127.37. OR Front load gain -5.65, 12 month gain -1.84 =, Percent chande returns 206.49. Anyway around this? Here is the PCF:  

((((C - C63) / (C63) * 100)*2 + ((C - C126) / (C126) * 100) - ((C - C252) / (C252) * 100)) / ((C - C252) / (C252) * 100))*100

Topic: Day Week Month
Posted: Wednesday, October 3, 2012 4:58:58 PM

Thank you, Bruce. You nailed it.

Topic: Day Week Month
Posted: Tuesday, October 2, 2012 4:20:08 PM

When I use the formula in an Easy Scan it returns Daily chart information. I'd like to set up Easy Scans for Week hits and Month Hits. Indicators change depending on whether they are viewed in Day, Week, or Month time frames.

Topic: Day Week Month
Posted: Tuesday, October 2, 2012 2:13:43 PM

This is an indicator formula I use when viewing DAILY charts.

(ABS(C < C9 AND C < C8 AND C < C7 AND C < C6 AND C < C5 AND C < C4 AND C < C3 AND C < C2 AND C < C1) * L AND STOC3.2 < 50 AND (STOC3.2.1 < STOC14.3.1) AND STOC3.2 > STOC14.3)

How would it be modified to return the indicator for WEEK view and MONTH view.

 

 

Topic: Recent 20 Day High PCF
Posted: Thursday, April 19, 2012 3:12:05 PM

In tc2000, I would like to see a % True indicator consisting of the subject formula applied to my custom indicator: MAX(OBV,20) - OBV . In my attempts, the % True indicator acts on price, not my indicator, even though I click on the + in the custom formula line.

Can it be done?