...
Code Block | ||
---|---|---|
| ||
lookback = api.userEntrydecimalUserEntry('Look-back period (default: 20)') ?: 20 // if the user doesn't specify the look-back period, it will default to 20 |
...
...
Code Block | ||
---|---|---|
| ||
lookback = api.userEntrydecimalUserEntry('Look-back period (default: 20)') ?: 20 // if the user doesn't specify the look-back period, it will default to 20 |
...