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.
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.
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.