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 |

Profile: krishnaas
About
User Name: krishnaas
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Friday, December 24, 2004
Last Visit: Friday, June 2, 2006 5:02:47 AM
Number of Posts: 12
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: DiNapoli Stochastics
Posted: Monday, May 22, 2006 12:39:59 PM
thanks a lot, Bruce..
Topic: DiNapoli Stochastics
Posted: Monday, May 22, 2006 12:39:34 PM
thanks, Bruce..
Topic: DiNapoli Stochastics
Posted: Sunday, May 21, 2006 2:50:34 PM
Thanks Bruce for the prompt response. Sorry for the html distorting my post above.

Basically, DiNapoli seems to use the following calculations:

LANE (RAW) STOCHASTIC:

%K = 100 * [(C-Ln) / (Hn-Ln)]
where:
C is the latest close
Ln is the lowest low for the last n days
Hn is the highst high for the last n days

FAST STOCHASTICS:
%D = 3 period MAV (not simple, not exponential) of %K

This is what I'm looking to setup in Telechart:

SLOW (PREFERRED STOCHASTICS):
%K (of the slow stochastic) = %D (of the fast stochastic)
%D (of the slow stochastic) = 3 period MAV of %K (of the slow stochastic)

where MAVt = MAV(t-1) + ((Pt - MAV(t-1))/n,
where:

MAVt is the current modified Moving Average value
MAV(t-1) is the previous modified Moving Average value
Pt is the current price
n is the number of periods

So I'm not looking for exponential or simple smoothing. I need to smooth the %K using the 3 period MAV defined above to get %D.

The periods are:
1. 8 periods for consideration
2. 3 periods or smoothing the fast line
3. 3 periods for smoothing the slow line
4. "MAV" for the type of Moving Average to accomplish the desired smoothing.

Hope this clarifies. Thanks in advance for your help.
Topic: DiNapoli Stochastics
Posted: Thursday, May 18, 2006 7:59:52 AM
I am reading the book "Trading Using DiNapoli Levels". In this book, the stochastics is calculated in the following way:

%K (of the slow stochastic) = %D (of the fast stochastic)
%D (of the slow stochastic) = 3 period MAV of %K (of the slow stochastic)

where MAV = MAV(t-1) + ((P - MAV(t-1))/n,
where:

MAV is the current modified Moving Average value
MAV(t-1) is the previous modified Moving Average value
P is the current price
n is the number of periods

Basically, instead of smoothing the %K and %D lines using simple or exponential moving averages, the book recommends smoothing using the modified moving averages (MAV) as defined above.

According to the TC2000 helpfile, the moving average used to smooth the %K and %D in "Stochastics" is the simple moving average. Can you let me know how I can go about "modify or customize" this to smooth using the MAV (as defined above)?

Thank you.
Topic: DiNapoli Levels
Posted: Sunday, May 14, 2006 11:37:58 PM
Joe DiNapoli quotes in his book (p.61), "These (0.213, 0.108, .199) exponential inputs can be simulated by "period" inputs of 8.3896, 17.5185, 9.0503, if the software you are using is programmed to take "period" inputs and simulate the exponential Moving Average smoothing."

I'm unable to input any decimal numbers as MACD parameters. Can you help please? Thanks.

Passat, would appreciate if you can let me know how you created the Stochastics (to smooth using the modified moving average MAV). Thanks.