IamAdamJowett / mt4-indicators

Market Sessions Indicator for the Metatrader 4 and 5 platform
MIT License
26 stars 18 forks source link

Future Sessions bunching up on previous day at 23:55pm #1

Closed Shmandrew closed 4 years ago

Shmandrew commented 10 years ago

Future Sessions aren't showing (on a Monday tested so far), the vertical lines appear to be bunching up on the previous day's 23:55. Of note, my GMT server offset is 24.

jowza

IamAdamJowett commented 10 years ago

Thanks for that, I suspect it is due to it trying to place a future over a weekend, which is throwing it off. I'll see what I can do.

IamAdamJowett commented 10 years ago

Ok the repo has been updated with a version to try to account for the weekend bug. It is not the cleanest of code, but may do the job. Should mean the future lines kick off from Sydney open on a Monday.

Shmandrew commented 10 years ago

Ah you’re a good egg, thanks a mill.

I’m currently trying to make an indi perform/refresh by the tick (like the volume indi does). Boolean this and boolean that, coding does my head in! :P

On 2 Jun 2014, at 7:08 pm, Adam Jowett notifications@github.com wrote:

Ok the repo has been updated with a version to try to account for the weekend bug. It is not the cleanest of code, but may do the job. Should mean the future lines kick off from Sydney open on a Monday.

— Reply to this email directly or view it on GitHub.

IamAdamJowett commented 10 years ago

Seems to be a couple of small side effects, so back to the drawing board.