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

Re: The Pushpop DLL and Strategies....



PureBytes Links

Trading Reference Links

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