Indicators: DailyLines Vertical lines starting new Day with above name of the DAY. Period Separators with options to choose different styles.
Can you build one for MT4?
I can but i wait until OnChartEvent in mql4 is working like it does in mql5
also with latest update OnChartEvent in mql4 is not working as i see it does in mql5
Very big thanks mates its works perfectly.
I have posted in CodeBase the indicator DailyLines for mq4
instead of OnChartEvent i had to use the OnTimer function for moving the Objects
If it doesn't compile for you then replace line 42:
With this line:
Just wanted to say I appreciate the indicator! Simple and useful.
Thanks for sharing!
If it doesn't compile for you then replace line 42:
With this line:
Thanks for help , i got crazy for searching the indicator that work good on my platform , because the code was wrong , but i gave us the right code , appreciate !
Hi there,
This is what I've been looking for.
I tried to install this on my MT5 platform but it's not showing in my indicator list.
Can you help a newbie please please . many thanks guys :)
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
DailyLines Vertical lines starting new Day with above name of the DAY. Period Separators with options to choose different styles.:
Like period Separator each new day will gets its line at starting. Above this line you can read the text what day of the week is starting. The lines can be dotted, solid , dash .... and also the width can be chosen. The text is placed pixels you choose from pricemax.
Author: Tjipke de Vries