PureBytes Links
Trading Reference Links
|
Michael,
If you write your system as an 'indicator' and include the API execution
code from TRADEBOLT or DYNAORDER then you can execute intrabar
(minutes or ticks) because the indicator is being interrogated
intrabar, the API executes for you immediately not needing to wait
until the end of the bar like a TS System - and of course either programme
will auto trade for you, if thats what you want - both programmes have
example code for systems written as indicators which you can modify.
So 2 differences between TS8 and those two products above are intrabar
execution and the ability to hook up with other brokers -
--
Best regards,
Michael mailto:michaelstewart@xxxxxxxxxxxxx
Thursday, September 9, 2004, 2:20:58 AM, you wrote:
MK> I would like to thank you all for trying to help with a solution to a
MK> problem.
MK> Some of your responses have been good or interesting . (and some haven't
MK> been either).
MK> When I posted this request it wasn't to solve a certain problem.
MK> It was intended to be a straight forward question.
>>> Does anybody know of a 3rd party .DLL that will over come this
>> > problem, and LOOK INSIDE BAR for order entries ?
MK> I tried to give an example , to explain myself better.
MK> However this just confused the situation.
MK> I know 3rd parties write programs (.dll) to enhance limitations of
MK> TradeStation.
MK> Such as sharing indicators from one chart to another.
MK> The best program I have seen to enhance this limitation with TS is
MK> PUSHPOP.dll .
MK> It seems no one here has an answer to my QUESTION , and I thank you all for
MK> responding.
MK> Kind Regards.
MK> ----- Original Message -----
MK> From: "Gray, Gabriel" <gabriel@xxxxxxxxxxxxxxx>
MK> To: "Michael King" <mrking@xxxxxxxx>; "Henri Amand" <h.amand@xxxxxxxxx>;
MK> "omega-list" <omega-list@xxxxxxxxxx>
MK> Sent: Wednesday, September 08, 2004 10:37 AM
MK> Subject: RE: LOOK inside Bar order entry
MK> Michael,
MK> Why don't you just mathematically calculate what the price would have to
MK> be the previous bar and put in limit orders. The only problem is that
MK> the next bar's price may not close in the same entry region. Of course,
MK> if you knew the difference between your entry price and the closing
MK> price, you wouldn't be taking to us.
MK> Gabriel
MK> -----Original Message-----
MK> From: Michael King [mailto:mrking@xxxxxxxx]
MK> Sent: Wednesday, September 08, 2004 7:26 AM
MK> To: Henri Amand; omega-list
MK> Subject: Re: LOOK inside Bar order entry
MK> Hi ,
MK> Thanks for your help .
MK> However I gave an example just as an example.
MK> Here is another example ..
MK> Buy This bar at a Band touch (Price) and If RSI is Less than X .
MK> Considering you don't know the value of the band the bar before or the
MK> value of RSI the bar before . You cant say Buy Next Bar at Limit Price
MK> because you don't know the price.
MK> Kind Regards.
MK> ----- Original Message -----
MK> From: "Henri Amand" <h.amand@xxxxxxxxx>
MK> To: "omega-list" <omega-list@xxxxxxxxxx>
MK> Sent: Wednesday, September 08, 2004 6:47 AM
MK> Subject: Re: LOOK inside Bar order entry
>> Michael King wrote:
>> > Hi,
>> >
>> > I'm sure most people reading this are aware that Tradestation
>> > Strategy doesn't allow you to Enter a position at the Current Bar at
>> > a certain price or condition met.
>> >
>> > ie. Buy current Bar at break of previous bar , IF .... etc
>> >
>> > The best Tradestation Strategy has is BUY Current BAR at Close. or
>> > BUY next Bar at Open .
>>
>> Limit ?
>>
>> Buy at limit at the price of the break.
>>
>> That will happen this bar and only if the price will break the
>> previous
MK> bar.
>>
>> > Hence my request ,
>> > Does anybody know of a 3rd party .DLL that will over come this
>> > problem, and LOOK INSIDE BAR for order entries ?
>>
>> It can be done as long as you write your code the right way.
>>
|