deepdrunk:
is it possible to make some script wich will show us days of week on the graph or at least to show fist friday in the month with some arrow or something like that.i am thinking of daily graph but other TF are aslo interesting.
is it possible to make some script wich will show us days of week on the graph or at least to show fist friday in the month with some arrow or something like that.i am thinking of daily graph but other TF are aslo interesting.
It is DayOfWeek indicator:
prmWeek=1 is Monday
and so on up to
prmWeek=5 (Friday).
PeriodOfTime indicator:
prmHour=12;
prmMinute=15; (means 12:15 according to the chart time)
prmPeriod=3; (timeframe in min).
Files:
dayofweek.mq4
2 kb
periodoftime.mq4
3 kb
thanks ND, like always fast and acurate
best admin

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
is it possible to make some script wich will show us days of week on the graph
or at least to show fist friday in the month with some arrow or something like that.i am thinking of daily graph but other TF are aslo interesting.