For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Closing All Orders
-
Hi! How do I close all the orders before the end of the session?
I found out that there are multiple ways to execute it such as self.close() and using Order.Close. However, I don't know how to code it or where to execute it.
Thanks for the help :)
-
See Docs - Strategy for the
close
methodThere aren't multiple ways.