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
I've been staring at this code for a couple hours total, and it's still beyond me.
This is a crosshairs indicator that also shows price and server time as I move the cursor across the chart.
I want to simply create a server offset so that I can adjust for time zone differences. I cannot figure out how/where in the code to do that. I already created an input parameter: extern int offset. I'd like to simply subtract the value from server time so the indicator will display local time.
How can I do this?