Customize the Weekday Filter Block
-
How do I customize the weekday filter block to let it display the names of each weekday instead of the default input names in the configuration box when I add it to the chart?
-
What do you exactly mean?
-
@l-andorrà said in Customize the Weekday Filter Block:
What do you exactly mean?
Like in this image

I would prefer it simply says Monday, Tuesday, etc instead of inp5_tradeMonday, inp5_tradeTuesday etc.
-
@XeZe Then oyou need to create as many boolean Constants as days this way:

-
@l-andorrà said in Customize the Weekday Filter Block:
@XeZe Then oyou need to create as many boolean Constants as days this way:

Thank you
-
You're welcome.