IsUP function with multiple timeframes, not working well.

“isUp” function works fine for any individual timeframe but when you combining multiple TF to get a consolidated result, it’s not working well (cf attachment)

Full Time Frame Continuity (FTFC):
YEAR() IsUp and MONTH(PERIODAMOUNT=3) IsUp and MONTH(PERIODAMOUNT=1) IsUp and WEEK() IsUp and DAY() IsUp

Hi Marc,

When combining timeframes in one formula you need to start with the lowest timeframe first. Try this:

DAY() IsUp and WEEK() IsUp and MONTH() IsUp and MONTH(PERIODAMOUNT=3) IsUp and YEAR() IsUp