when I compile your indicator I see these errors
'DayOfWeekLabels.mq5' DayOfWeekLabels.mq5 1 1
'TimeToStruct' - expression of 'void' type is illegal DayOfWeekLabels.mq5 123 11
'if' - expression of 'void' type is illegal DayOfWeekLabels.mq5 225 4
'if' - expression of 'void' type is illegal DayOfWeekLabels.mq5 236 4
3 error(s), 0 warning(s) 4 1
Thanks
Mario
when I compile your indicator I see these errors
'DayOfWeekLabels.mq5' DayOfWeekLabels.mq5 1 1
'TimeToStruct' - expression of 'void' type is illegal DayOfWeekLabels.mq5 123 11
'if' - expression of 'void' type is illegal DayOfWeekLabels.mq5 225 4
'if' - expression of 'void' type is illegal DayOfWeekLabels.mq5 236 4
3 error(s), 0 warning(s) 4 1
Thanks
Mario
Very good indicator. Helps me to see the bigger picture.
Here are suggested edits, if you don't mind, since the charts can get a bit crowded at higher timeframes.
Locate the following lines and edit to read:
if( InpShowDay && Period()< PERIOD_H4 )
if(InpShowMon && Period()< PERIOD_W1)
Any thoughts or foreseeable impact to the primary algorithm of the program?
Please add the ability to change the coordinates of days of the week up or down the screen.
thank you very much for the code.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
DayOfWeekLabels:
The indicator shows days of the week on the price chart.
Author: Scriptor