PureBytes Links
Trading Reference Links
|
I had a very similar question some months ago that was answered on this
list. The obvious answer is
Time
It's just not documented except in the reserved words list. Time is what
you're looking for; it's the bar time. Stranger than fiction.
Allan
__________________________________
Phil Lane wrote:
>
> Greetings,
> I've been trying to find a way in an EL system to restrict an entry to the
> first hour or two of the trading day.
>
> For example if there was a function called "TradeTime" I'd use it like
> this: If TradeTime>930 and TradeTime<1030 then blah blah etc...
>
> Evidently the CurrentTime function gives me the time right now, today.
> Doesn't seem to apply to backtesting. Or else I'm completely missing
> something. This happens sometimes!
> Any enlightenment would be greatly appreciated!
> Thanks
|