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

Re: DayofMonth



PureBytes Links

Trading Reference Links

On Feb 5,  5:36pm, VBatla@xxxxxxx wrote:
> Subject: DayofMonth
> Is there a function in TS 4.0 which refers to the "First Trading Day of the 
> Month" ?

if month(Date[1]) <> month(Date) then begin
  { this bar is the first trading day of the month } 
end;