在 第二步 中,你将你的 API 密钥和 API 秘密分配给新的 api_key 和api_secret 变量,并使用它们创建 broker_connection,BrokerConnectionZerodha 类的一个实例。如果你是第一次运行这个程序并且没有安装 kiteconnect,pyalgotrading 将自动为你安装它。(kiteconnect 是官方的 Python 包,用于与 Zerodha 后端通信;Bro...
所有pyalgotrading常量现在都可在您的 Python 命名空间中使用。 从经纪人那里获取api_key和api_secret密钥。这些对你来说是唯一的,并且经纪人将用它们来识别你的证券账户: >>>api_key="<your-api-key>">>>api_secret="<your-api-secret>">>>broker_connection=BrokerConnectionZerodha(api_key,api_secret) ...
附录I提供了如何设置 Zerodha 账户的详细、逐步信息,以防您没有账户。 要执行交易策略,您还需要在 AlgoBulls 上拥有一个账户。附录II提供了如何设置 AlgoBulls 账户的详细、逐步信息,以防您没有账户。 此外,几乎每一章都期望您已安装了其他 Python 包,例如 pyalgotrading。您可以使用 pip 进行安装。这在每一章...
Appendix I provides detailed, step-by-step information on how to set up your Zerodha account in case you do not have one.To execute trading strategies, you also need an account with AlgoBulls. Appendix II provides detailed, step-by-step information on how to set up your AlgoBulls account ...
Whether you're a seasoned trader or a beginner, this course will provide you with the skills and knowledge you need to create profitable trading strategies and automate their execution using Python and the APIs of Fyers and Finvasia. So, don't wait any longer to code your future - enroll ...