Login Page - Create Account

Support Board


Date/Time: Fri, 07 Feb 2025 17:50:02 +0000



Post From: last candle of each month

[2020-04-30 13:46:53]
Sawtooth - Posts: 4173
This will find the last workday of the month:

Simple Alert syntax:
=WORKDAY(EOMONTH(BARDATE,0)+1,-1)=BARDATE

Spreadsheet syntax:
=WORKDAY(EOMONTH(A3,0)+1,-1)=INT(A3)