I am planning to use Microsoft Powershell scripting to automate my trades via KiteXL API. Every time i launch the excel sheet via script, It prompts for authentication.
Whenever you create new instance of KiteXL, it will go through the process of Login. When you close the Powershell, it will dispose the created instance and releases all resources.
Whenever you create new instance of KiteXL, it will go through the process of Login.
When you close the Powershell, it will dispose the created instance and releases all resources.