PureBytes Links
Trading Reference Links
|
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Ever wonder why the Richard Arms Ease of movement indicator in
TS4 looked like noise and was useless? One reason is the Ease of Movement
Function has the wrong math to calculate the midpoint to midpoint
difference. The Power editor uses the following code for the midpointmove
= (H - L)/2 - (H[1] - L[1])/2 instead of (H + L)/2 - (H[1] +
L[1])/2. Also when the function was used in the indicator it
was not smoothed. For those not familiar with it, the EOM is defined as the
midpointmove difference divided by the box ratio. The box ratio is defined
as the volume divided by (H-L).</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>BobR</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Sat Jul 24 21:42:38 1999
Return-Path: <owner-realtraders@xxxxxxxxxxxx>
Received: from ml.nw.verio.net (ml.nw.verio.net [204.202.220.47])
by purebytes.com (8.8.7/8.8.7) with ESMTP id TAA07854
for <neal@xxxxxxxxxxxxx>; Sat, 24 Jul 1999 19:50:55 -0700
Received: (from majordom@xxxxxxxxx)
by ml.nw.verio.net (970819888) id SAA23208
for realtraders-sendemout; Sat, 24 Jul 1999 18:50:11 -0700 (PDT)
Received: from mail1.nwnet.net (mail1.nwnet.net [192.220.251.8])
by ml.nw.verio.net (970819888) with ESMTP id SAA23204
for <realtraders@xxxxxxxxxxxxxxx>; Sat, 24 Jul 1999 18:50:08 -0700 (PDT)
Received: from q4.quik.com (q4.quik.com [216.176.28.1])
by mail1.nwnet.net (970819888) with ESMTP id SAA08241
for <realtraders@xxxxxxxxxxxx>; Sat, 24 Jul 1999 18:50:06 -0700 (PDT)
Received: from home (ip183.nwa.quik.com [209.213.148.183])
by q4.quik.com (8.9.3/8.9.3) with SMTP id SAA215224
for <realtraders@xxxxxxxxxxxx>; Sat, 24 Jul 1999 18:50:04 -0700
Message-ID: <001801bed640$13a9d1e0$b794d5d1@xxxx>
From: "Steve Wanasek" <stevewan@xxxxxxxx>
To: "REAL TRADERS" <realtraders@xxxxxxxxxxxx>
Subject: General
Date: Sat, 24 Jul 1999 20:50:27 -0500
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.2106.4
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4
Sender: owner-realtraders@xxxxxxxxxxxx
Precedence: bulk
Status:
Would someone please pull up the Excel (ECI) on ClearStation and explain to
me why the chart is so flat.
Thanks, Steve
|