martin-ueding / vigilant-crypto-snatch

A little program that observes the current market price for your choice of currency pairs, looks for drastic reductions (dips) and then places buy orders.
https://martin-ueding.github.io/vigilant-crypto-snatch/
21 stars 5 forks source link

Start attribute #17

Closed martin-ueding closed 3 years ago

martin-ueding commented 3 years ago

When a user starts using the program after a while, all triggers might execute. Therefore it has been asked to delayed this. I have suggested a start attribute, where the user can add a datetime value. Triggers will only be executed after this time.

martin-ueding commented 3 years ago

Added a test and the feature.