Hi, I am trying to connect Fyers Broker account using following code
from pyalgotrading.broker.broker_connection_fyers import BrokerConnectionFyers
But I am getting below error message
ModuleNotFoundError Traceback (most recent call last)
Cell In[10], line 1
----> 1 from pyalgotrading.broker.broker_connection_fyers import BrokerConnectionFyers
ModuleNotFoundError: No module named ‘pyalgotrading.broker.broker_connection_fyers’
Does pyalgotrading supports any of the following brokers
- Fyers
- Dhan
- Finvasia
Hi @laxmanrathod ,
We don’t provide Realtrading for brokers through pyalgotrading.
Through pyalgotrading, only Backtesting and Papertrading is possible.
Suggestion:
You can code your strategy using pyalgotrading/Python Build and test it’s performance using Backtesting and Papertrading. Once you are satisfied and would like to use your strategy for Realtrading, kindly get in touch with us.
Hope this helps.
`Akhil
Thank you for the reply
Does pyalgotrading supports any of the following brokers for backtesting and papertrading
- Fyers
- Dhan
- Finvasia
If it supports where can I find the documentation for the same as on executing following code it gives error
from pyalgotrading.broker.broker_connection_fyers import BrokerConnectionFyers
I got this code from the book written by Pushpak Dagade Sir. All the code in this book is for Zerodha
Hi @laxmanrathod ,
Let me get back to you in some time.
`Akhil
Hi @laxmanrathod ,
As per your list, we are already integrated with Dhan as well as Finvasia.
You can use the recipes given in the book for any of the supported brokers which are successfully integrated with us.
List of supported brokers: Click here
Steps to get a strategy running through pyalgotrading:
-
Login to your AlgoBulls account
-
Activate the appropriate plan for Realtrading: Click here
-
Bind the broker of your choice: Click here. (Help)
-
Copy the API Token: Click here
-
Use pyalgotrading to run your strategy in RT. You will have to use the API Token copied from the earlier step here. You can use the recipes in the book also
Note: Ensure that your pyalgotrading package is updated, and your Jupyter notebooks are compatible with the latest pyalgotrading package.
To view a notebook that be used to run a strategy in Realtrading for an Indian Broker: Click here
Hope this helps.
`Akhil