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

Re: Time in intraday systems



PureBytes Links

Trading Reference Links

At 11:23 AM -0500 3/6/00, Owen Davies wrote:

>I've finally gotten around to playing with systems
>on intraday data and want to limit signals to certain
>hours -- say, take signals only after the first hour of
>trading or before 14:00.  Can someone tell me how
>this is done within the limitations of SuperCharts?
>Can't find a word about this sort of thing in the manual.
>Not that that's any surprise.

The code you want is:

  if Time >= 1000 and Time < 1400 and <buy_condition> then Buy ...

I assume you can do that in SuperCharts.

Bob Fulks




  • References: