PureBytes Links
Trading Reference Links
|
And then I would love to be able to know the entry price
from a given order if the position is still open so I could say
something like:
Sell (Exitlong) 1 contract from Entry("name") at EntryPrice("name")-
2*ATR(20) stop;
-----Original Message-----
From: William Brower [mailto:1000mileman@xxxxxxxxxxxxxx]
Sent: Thursday, April 27, 2006 8:07 AM
To: Bob Fulks; omega-list@xxxxxxxxxx
Subject: RE: Optimization Speed TS2000i vs TS8.1
Yes the exit version works but try something like
If marketposition = 1 and Entry("From entry name") then do something..
This feature is desperately needed and has been for only 16 years.
At 10:11 AM 4/27/2006, you wrote:
>At 09:29 AM 4/27/2006, Mark Simms wrote:
>
> >However, it is strange to note that despite all of the
> improvements in TS 8.1,
> >I am still unable to query in Easy Language Which Exit or Which Entry had
> >been triggered in the case of a multiple signal strategy.
>
>I do not understand that. There have always been commands that can
>refer to the name of entries:
>
> BuyToCover [("Order Name")] [from entry ("Entry Name")]
> [ Number of Shares/Contracts [Total]] [Order Action];
>
>Bob Fulks
|