Skip to content

[bugfix + zerolag] 2014 July 5th @ 14:50

Compare
Choose a tag to compare
@kuzetsa kuzetsa released this 26 Jun 02:00
· 345 commits to Pascal66_elliot_waves since this release

This bugfix release obsoletes the "zerolag" release from a few hours ago
(the bug has been in gekko for months, and is unrelated to zerolag itself)


This fixes a NATSY!!! bug which caused historical data not to be used even when it was otherwise VALID

Note:

This new release now includes the "zerolag" method (which works quite well)


//cut copy paste from commit description//

The problem was the distinction between:

"Last minute of the day"
      compared to
"how many minute are in a day"

These are not the same concept.

Last minute starts 60 seconds before midnight
They are numbered 0 to 1439, total is still 1440

This bug is related to an "off by one" error
I was really glad to see it was so easy to fix :)

This bug is now fixed as of 2014 July 5th at or or around 14:50 Local NY time