Skip to content

Commit

Permalink
Update 04 Send Command Link.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbroad authored Oct 1, 2024
1 parent 0d1afba commit 61e12be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p>
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 <a href='/docs/v2/writing-algorithms/live-trading/notifications'>email notification</a> with a link inside it.
You can create the command in your algorithm and then send yourself an <a href='/docs/v2/writing-algorithms/live-trading/notifications'>email notification</a> 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 <code class='python'>link</code><code class='csharp'>Link</code> method.
The following algorithm demonstrates how send command requests for the <code>on_command</code> event handler:
Expand Down

0 comments on commit 61e12be

Please sign in to comment.