PureBytes Links
Trading Reference Links
|
Creating one exit statement per exit is neccessary, but it is enough with
one entry statement.
The partial exits can be done without the "TOTAL" keyword, just specify
shares or contracts.
> > If you are using TS4.0 you will need a separate entry
> statement for each
> > exit you want. For instance, if you want to scale out of 5
> contracts one
> > at a time, create 5 separate entry statements and name the
> signals. Then
> > exit from each signal separately. I do not know if TS2000
> permits exiting
> > partial positions from one entry signal.
> >
>
> It DOES! Just use the keyword "total". As indicated in the
> comments below.
> For example:
>
> exitlong currentcontracts/2 contracts TOTAL;
|