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

sell stops and splits



PureBytes Links

Trading Reference Links

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN 
class=510023405-09032000>I<SPAN class=510023405-09032000> just found out from 
Schwab that if I enter/change a sell stop after 4:00PM Eastern, it's assumed to 
be a post-split price if the stock is splitting the next day. I didn't know 
this, and have been burned by it on the recent splits of MOLX, VRTS, and ITWO. 
The stocks were sold the day of the split, as the price opened far below 
stop.</SPAN></SPAN></FONT></FONT></FONT></DIV>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN 
class=510023405-09032000><SPAN 
class=510023405-09032000></SPAN></SPAN></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=510023405-09032000>Does 
anyone have a broker that would do a better job of handling sell stops? I would 
expect that as I enter or modify a sell stop order, I'd get some notification 
that the stock is splitting and that I should make sure my stop price reflects 
this.</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=510023405-09032000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN 
class=510023405-09032000>Thanks,</SPAN></FONT></DIV>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN 
class=510023405-09032000><SPAN 
class=510023405-09032000></SPAN></SPAN></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT color=#0000ff><FONT face=Arial><SPAN 
class=510023405-09032000><SPAN 
class=510023405-09032000>Mike</SPAN></SPAN></FONT></FONT></FONT></DIV></BODY></HTML>
</x-html>From ???@??? Wed Mar 08 22:39:38 2000
Return-Path: <majordom@xxxxxxxxxxxxxxxxxx>
Received: from listserv.equis.com (listserv.equis.com [204.246.137.2])
	by purebytes.com (8.9.3/8.9.3) with ESMTP id WAA05001
	for <neal@xxxxxxxxxxxxx>; Wed, 8 Mar 2000 22:36:25 -0800
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id OAA19943
	for metastock-outgoing; Thu, 9 Mar 2000 14:36:24 -0700
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
	by listserv.equis.com (8.8.7/8.8.7) with ESMTP id OAA19940
	for <metastock@xxxxxxxxxxxxxxxxxx>; Thu, 9 Mar 2000 14:36:21 -0700
Received: from mail.rdc1.bc.home.com (imail@xxxxxxxxxxxxxxxxxxxxxxxxx [24.2.10.66])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id XAA01694
	for <metastock@xxxxxxxxxxxxx>; Wed, 8 Mar 2000 23:07:55 -0700 (MST)
Received: from cs819150a ([24.65.28.95]) by mail.rdc1.bc.home.com
          (InterMail v4.01.01.07 201-229-111-110) with SMTP
          id <20000309055208.GKDO25834.mail.rdc1.bc.home.com@xxxxxxxxx>
          for <metastock@xxxxxxxxxxxxx>; Wed, 8 Mar 2000 21:52:08 -0800
Message-ID: <007001bf898b$966dc920$5f1c4118@xxxxxxxxxxxxxxxxxxxxxx>
From: "Glen Wallace" <gcwallace@xxxxxxxx>
To: "MetaStock listserver" <metastock@xxxxxxxxxxxxx>
References: <20000309021105.22353.qmail@xxxxxxxxxxx> <38C70C5B.3CB59106@xxxxxxxxxxx>
Subject: Re: Condition is NOT true
Date: Wed, 8 Mar 2000 21:49:26 -0800
MIME-Version: 1.0
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6600
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status:   

Philip:

Perhaps I'm misunderstanding your question, but if you describe "rising"
using the ">" operator, as in Mov(C,21,E) > Ref(Mov(C,21,E), -5) for
example, couldn't you describe "isn't rising" using the "<=" operator, as
in ADX(13) <= Ref(ADX(13), -5)?

Hope this helps.


----- Original Message -----
From: "Philip" <pschmi02@xxxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Wednesday, March 08, 2000 6:28 PM
Subject: Condition is NOT true

> When writing Metastock formula syntax, is there a way to specify that a
> condition should NOT obtain?
>
> Examples:
>
> EMA(21) is rising, but the ADX(13) ISN'T.
>
> Such an such an oscillator is above (say) 80, but this other set of
> circumstances (expanding on it now) is NOT the case.
>
> Or must I spell out which conditions I want the second element/elements to
> fulfill in terms of "true?"
>
> Philip