Hi,

I have tried using the following email notification:

this.Notify.Email("email@gmail.com", $"BUY {size} @ {price}", "");

to send email notifications but I am not getting any notifications when my conditions are triggered...

I am running LEAN on my local machine using InteractiveBrokers for Data and Execution (all live trading is running smoothly).

Am I missing something? Do I need to configure anything for the notifications?

Thank you

Author