Hi! <img width="1337" height="118" alt="Image" src="https://github.com/user-attachments/assets/5a912626-b3f0-49f1-acde-5847bcbd60ac" /> As you can see here it thinks that this is the wrong usage of `timestamp` ```pine //@version=6 t = timestamp(tz, tzYear, tzMonth, tzDay, startHour, startMinute) ``` But according to https://www.tradingview.com/pine-script-reference/v6/#fun_timestamp the timestamp method has 6 possible signatures: <img width="750" height="587" alt="Image" src="https://github.com/user-attachments/assets/08f89b00-844d-4f2e-8b54-814626241ba8" /> Could this also be a problem with some other standard methods? Thank you!
Hi!
As you can see here it thinks that this is the wrong usage of
timestampBut according to https://www.tradingview.com/pine-script-reference/v6/#fun_timestamp the timestamp method has 6 possible signatures:
Could this also be a problem with some other standard methods?
Thank you!