-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
Checking a value that can be either value*4 or 100 (only assignment I can find is in SetLookbackSec(value)) to see if it is smaller than 9 does not seem right to me? Only occation that could be true is if SetLookbackSec(1) has been called by the user...
Based on the comment I would do something like this:
if (lastInputs[nLookBack] == 0)
if(nLookBack<9) |
Metadata
Metadata
Assignees
Labels
No labels