PureBytes Links
Trading Reference Links
|
I did it off memory, and you are right it will not
verify. What I meant was:
If Close > Open + 15 Points and Open next bar > Close
+ 4 points then Sell 1 contract next bar at open;
H
--- TradeWynne@xxxxxxx wrote:
> Howard:
>
> You are right, I read the question (incorrectly) as
> a three day pattern. -BW
>
> >Actually, this will work:
> If Close > Open + 15 Points and Open next bar >
> Close
> + 4 points then Sell 1 contract at open next bar;
>
>
>
> BTW the above does not verify in TS4. Needs open
> next bar *stop*;{or *limit*:
> it still acts like a market order on the next open
> either way even though it
> reads *stop*.} Does the above verify in TS2K?
>
> >And the opposite for the reverse side.
>
> H
>
> --- TradeWynne@xxxxxxx wrote:
> > In a message dated 12/5/99 4:37:26 PM Pacific
> > Standard Time, tradewiz@xxxxxxx
> > writes:
> >
> > >
> > > If yesterdays Close is Higher than yesterdays
> > Open + 15 ticks
> > >
> > > And Today's Open is Higher than yesterdays
> close
> > + 4 ticks
> > >
> > > Then SELL 1 contract at the Market (On the
> Open)
> > >
> > > AND SELL at the Open+ 9 ticks, Limit (Day Only)
> > >
> > >
> > > If yesterdays Close is Lower than yesterdays
> Open
> > - 15 ticks
> > >
> > > And Today's Open is Lower than yesterdays close
> -
> > 4 ticks
> > >
> > > Then BUY 1 contract at the Market,
> > >
> > > AND BUY 1 contract at the Open-9 ticks, Limit
> > (Day Only)
> > >
> >
> > Aloha ViZIeR:
> >
> > Any relation to the ViZaToR?
> >
> > Here is the first half. To exit on close click
> > format system and check
> > "close all trades at end of day session." You
> might
> > want to crack the
> > manual or click "help." This is explained there.
> You
> > should be able to
> > piece the rest together with a minimum of effort.
> >
> > Bill Wynne
> > SmartTrades.com
> >
> > If Close[1] > O[1] + 15 points
> >
> > And O > close[1] + 4 points
> >
> > Then SELL at open next bar stop;
> >
> > If Close[1] > O[1] + 15
> >
> > And O > close[1] + 4
> >
> > then SELL at the Open next bar + 9 points limit;
> >
> >
>
>
>
|