What part are you getting stuck on ? you need to be a little more specific . . .
For example: Daily fib levels starts at 2011.10.02 00:00(server time) i need them to start at 2011.10.01 22:00(server time) . Don't know how to code this ...
bereiksmis:
For example: Daily fib levels starts at 2011.10.02 00:00(server time) i need them to start at 2011.10.01 22:00(server time) . Don't know how to code this ...
You will need to stop using D1 bars and work out your own D1 bar from H1 bars . . . how good is your mql4 coding ?
For example: Daily fib levels starts at 2011.10.02 00:00(server time) i need them to start at 2011.10.01 22:00(server time) . Don't know how to code this ...
You could put a post on the jobs section, it's for mql4 & mql5 https://www.mql5.com/en/job
Thanks for both of you. I think its about time for me to start learning m4 coding
bereiksmis:
Thanks for both of you. I think its about time for me to start learning m4 coding
Glad to hear it . . . :-) if you need help on your journey please ask.
Thanks for both of you. I think its about time for me to start learning m4 coding
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
Hi,
I have JJN Fibonaci indicator, and I'm using it for daily basis ploting daily Fibo levels. The problem is this indicator uses server time as indicator start time, so I would appreciate if someone could help me and recode indicator so it would ask what time shift i need to use, something like this : https://www.mql5.com/en/code/8685 .
Hope someone could help.