[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Old Indicators from days gone bye



PureBytes Links

Trading Reference Links

From: easylang@xxxxxxxxxxxxxxxxx
Date: Mon, 27 Apr 1998 12:25:30 -0500
To: robertwc@xxxxxxxxxx, officeofthepresident@xxxxxxxxxxxxxxxxx
Subject: Momentum Cross
X-Mailer: TFS Gateway /220000000/221020349/221000938/221090229/

Dear Mr. Cummings,

Here's the answer to your question:

Please create a PaintBar study in your Power Editor with the following code.

Input:AVGLen1(1),AVGLen2(2);

condition1= Average(Close - Close[3],AVGLen1) crosses above Average(Close[1] -
Close[5],AVGLen2);

condition2 =Average(Close - Close[3],AVGLen1) crosses below Average(Close[1] -
Close[5],AVGLen2);

If condition1 or condition2 then begin
    Plot1(High,"HiOfBar");
    Plot2(Low,"LoOfBar");
    If CheckAlert then alert = true;
End;

For your convenience, we have attached an ELA file called MOMCross.ELA
which you
can transfer into your Power Editor PaintBar library, or you can type the code
above.


 

To perform the transfer, you need to be in your Power Editor then click on:

1 - File

2 - Open

3 - PaintBar

4 - Transfer

At this point you should choose, Transfer Analysis technique from Easy
Language
Archive File(.ELA) then type in the path and file name to access the ELA file
where it was saved from this message.

Should we be able to assist you in any other way please do not hesitate to
contact us at easylang@xxxxxxxxxxxxxxxxxx We are here to help you.

Sincerely,

Emmanuel Lavelanet
Omega Research EasyLanguage Support{\rtf1\ansi
\deff0\deflang1024{\fonttbl{\f0\froman Tms Rmn;}{\f1\froman
Symbol;}{\f2\fswiss Helv;}}
{\colortbl;\red0\green0\blue127;\red0\green127\blue0;\red0\green127\blue127;
\red127\green0\blue0;
\red127\green0\blue127;\red127\green127\blue0;\red127\green127\blue127;;\red
0\green0\blue255;
\red0\green255\blue0;\red0\green255\blue255;\red255\green0\blue0;\red255\gre
en0\blue255;
\red255\green255\blue0;\red255\green255\blue255;}\paperw12240\paperh15840\ma
rgl1800\margr1800\margt1440\margb1440
\gutter0 \defformat\sectd \pard\plain {\plain \f0 \cb7 \cf0 Dear Mr.
Cummings,\
\
Here's the answer to your question:\
\
Please create a
PaintBar study in your Power Editor with the following
code.\
\
Input:AVGLen1(1),AVGLen2(2);\
\
condition1= Average(Close -
Close[3],AVGLen1) crosses above Average(Close[1]
-\
Close[5],AVGLen2);\
\
condition2 =Average(Close - Close[3],AVGLen1)
crosses below Average(Close[1] -\
Close[5],AVGLen2);\
\
If condition1 or
condition2 then begin\
    Plot1(High,"HiOfBar");\

Plot2(Low,"LoOfBar");\
    If CheckAlert then alert = true;\
End;\
\
For
your convenience, we have attached an ELA file called MOMCross.ELA which
you\
can transfer into your Power Editor PaintBar library, or you can type
the code\
above.\
\
\
 \
\
To perform the transfer, you need to be in your
Power Editor then click on:\
\
1 - File\
\
2 - Open\
\
3 - PaintBar\
\
4 -
Transfer\
\
At this point you should choose, Transfer Analysis technique
from Easy Language\
Archive File(.ELA) then type in the path and file name
to access the ELA file\
where it was saved from this message.\
\
Should we
be able to assist you in any other way please do not hesitate to\
contact
us at easylang@xxxxxxxxxxxxxxxxxx We are here to help
you.\
\
Sincerely,\
\
Emmanuel Lavelanet\
Omega Research EasyLanguage
Support\
\par 
Attachment Converted: "c:\eudora\attach\Momcross.ela"