PureBytes Links
Trading Reference Links
|
Thanks for the explanation Mike.
Does anyone have any ideas on how I can get the current strategy
position (# of contacts long/short) pushed on every tick (using a daily
or intraday non-tick chart) using PUSHPOP?
Thanks.
Sincerely,
Nigel
________________________________________________________________________
____
The real glory is being knocked to your knees and then coming back. -
Vince Lombardi.
-----Original Message-----
From: Mike Eggleston [mailto:mikee@xxxxxxxxxxxx]
Sent: Friday, June 13, 2003 4:21 PM
To: Nigel Bahadur
Cc: omega-list@xxxxxxxxxx
Subject: Re: The Pushpop DLL and Strategies....
On Fri, 13 Jun 2003, Nigel Bahadur wrote:
> Hello all:
>
> I'm hoping that someone can help me figure out an issue I'm having
with
> the pushpop dll. It works fine with an indicator - pushing values on
> every tick. However, it doesn't do that if the PUSH function is
called
> from a strategy. Instead, it seems that the push is only done at the
> end of a bar, not intrabar. Any ideas how I can get pushpop to push
> info on every tick (using a daily or intraday non-tick chart) within a
> strategy? I didn't see anything about a limitation on strategies in
the
> documentation so I'm assuming that I am missing something very simple.
The only thing in a strategy that fires intra-bar are the stop commands.
Otherwise the strategy itself only fires at the end of the bar.
Mike
|