PureBytes Links
Trading Reference Links
|
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;
|