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

Multiple Targets in a strategy



PureBytes Links

Trading Reference Links

I am writing a strategy that currently has 1 target
and stop level per signal . I use the following syntax
at the end of my strategy :

SetStopContract
SetStopLoss(stop)
SetProfitTarget(trgt) 

How do I modify this to allow for multiple targets and
stop positions from a single entry ? I understand
signals can be named ala :

But ("Buy1") 10 Shares Next Bar at Market

Can these names be used for tracking multiple
positions somehow off the same entry or is something
more clever required .

Thanks Bill