Login Page - Create Account

Support Board


Date/Time: Thu, 09 May 2024 23:51:28 +0000



Post From: Chart only specific days

[2015-11-16 13:46:54]
jackw - Posts: 57
If your just looking for chart patterns, you can simulate this with the 'Color Bar Based on Alert Condition' study. Add the study, set the color bar to the background color of your chart, and enter the following alert: MOD(BARDATE,7)<>2

The "2" in the formula represents Monday, a "3" would represent Tuesday, etc.

In effect, your hiding bars for the other days of the week. Since it's just a visual trick, and the other days of data are just hidden, any indicators will still reflect every day of the week. But, if your just looking for patterns, this could work for you.
imageMonday Chart.png / V - Attached On 2015-11-16 13:46:01 UTC - Size: 78.85 KB - 285 views