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

Re: Unidentified subject!



PureBytes Links

Trading Reference Links

Glenn Schultz wrote:

> EL Help.  I am writing a system that enters long when the close is above the
> 20 day moving average and volume is greater than 3 day moving average.
>
> I exit on an outside bar when volume is greater than 3 day moving average.
>
> My problem is as follows: on a few occassion the close is crosses above the
> 20 day MA volume is greater than 3 day MA and it occurs on an outside bar.
> In this case the systems buys and then exits long I would like either remain
> long on this condition or get long on this condition but I cannot make my
> system do this given the above any help would be appreciates
>
> happy trading -- Glenn

Condition1 = High[0] < High[1] or Low[0] > Low[1];

If Condition1 then NoOutsideBar = 1 Else NoOutsideBar = 0;


--
Demand Year 2000 Fix Delivery Date for Omega Products!!!
And a proper beta test of TS 5.0 before it is unleashed to the public!
Also fix the symbol universe settings in the server!!!
Please, send an email to  mailto:2000@xxxxxxxxxxxxx  and provide

1. Name of Registered User
2. Name of product
3. Block I.D. Number if product has one.
4. Include any comments you wish for Omega if you have any.

Content-Type: save; name="No_out.ela"
Content-Disposition: inline; filename="No_out.ela"

Attachment Converted: "c:\eudora\attach\No_out.ela"