Detect New Month High/Low
Email Temporaire:
Good day,
I am trying to detect the higher/lower of week.
I really can't see where i do wrong. Can you help me please ?
Good day,
I am trying to detect the higher/lower of week.
I really can't see where i do wrong. Can you help me please ?
Regards
structure_date_mnth.day_of_week
Try the above instead of :
structure_date_mnth.day
it doesn't work.
i don't look for wich day of week, but :
- wich day (int index) from today is
- the highest/lowest of
- this month
and then, I get the double price (iHigh / iLow) for signal in case of break out/down.
Email Temporaire #:
it doesn't work.
i don't look for wich day of week, but :
- wich day (int index) from today is
- the highest/lowest of
- this month
and then, I get the double price (iHigh / iLow) for signal in case of break out/down.
high_value=iHigh(USD_paires[v], PERIOD_MN1, 0); day_index=iHighest(USD_paires[v],PERIOD_D1,MODE_HIGH,(structure_date_mnth.day)-1,0);
i found
structure_date_now.dayregards.

You are missing trading opportunities:
- Free trading apps
- Free Forex VPS for 24 hours
- 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
I am trying to detect the higher/lower of month.
I really can't see where i do wrong. Can you help me please ?
Regards