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

Re: Need help in programming multiple positions in SC


  • To: "Bob Fulks" <bfulks@xxxxxxxxxxxx>
  • Subject: Re: Need help in programming multiple positions in SC
  • From: "Owen Davies" <owen@xxxxxxxxxxxxx>
  • Date: Sun, 8 Mar 1998 17:35:45 -0800 (PST)

PureBytes Links

Trading Reference Links

Good point.  I'm working with daily data at the moment, but am
thinking about going to intraday after what promises to be several
more months of work.

For long-term trading, I do not anticipate more than one entry
per day.  Day trading and very short-term trading (the kind that
becomes position trading if the action looks good at the close)
might involve several entries in a day.

Thanks for any help.

Owen

----------
> >I'm trying to program a study in which multiple buys or sells
> >are triggered by the same criteria (one entry the first time the
> >signal is given, the rest on repetitions), but the second and
> >later entries are taken only if the price is higher (for buys) or
> >lower (for sales) than  it was for the last preceding entry.
> >(Snip!)

> You need to tell use more info:

> Are you trading on daily or intraday bars.
> 
> Do you want the multiple entries to occur on a single bar (like several
> entries on one daily bar) or on subsequent bars (like entries on multiple
5
> minute bars).