diff --git a/03 Writing Algorithms/40 Live Trading/41 Commands/04 Send Command Link.html b/03 Writing Algorithms/40 Live Trading/41 Commands/04 Send Command Link.html index ea27d107ab..75a5b3be14 100644 --- a/03 Writing Algorithms/40 Live Trading/41 Commands/04 Send Command Link.html +++ b/03 Writing Algorithms/40 Live Trading/41 Commands/04 Send Command Link.html @@ -1,5 +1,5 @@
- Instead of sending a command to your algorithm through the QuantConnect REST API or LEAN CLI, you can create the command in your algorithm and then send yourself an email notification with a link inside it.
+ You can create the command in your algorithm and then send yourself an email notification with a link inside it.
When you click the link, it then executes the event handler in your algorithm.
To create the link, call the link
Link
method.
The following algorithm demonstrates how send command requests for the on_command
event handler: