henrik-ch/Limit price check
Check if limit event has occurred using current and previous price
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| limit-price | Limit price to check | yes | 10 |
| current-price | Current price to check against | yes | 12 |
| previous-price | Previous price to check against | yes | 8 |
Outputs
| name | description |
|---|---|
| time | The time we did the limit check |
| limit-event | Did a limit event occur or not |