Hi, thank you for your wonderful project!

I have a small question. How often should Gekko to send email ?
I have received only one letter after the start.
Gekko sends an email when a change in the market is detected. With the default setup it uses EMA to detect such a change on an hourly basis. When there is a lot of volatility Gekko will probably report a couple of times a day (max) but more realistically you should expect it once a day.
If something is wrong Gekko currently only logs it (when you enable debug = true, as you did), if you are using forever use `forever list` to find the logfile, you can read it by typing `tail [name of logfile]` (or use `cat` if you want to read the whole thing).
Thanks for the answer! In fact the price has not changed enough to trigger the advice sender. Gekko continues to work well!