-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to update the readme file #84
Comments
Hello, I'm reaching out because I've been struggling to install a bot for the past 10 days, and unfortunately, I haven't been successful yet. I've tried multiple times, but every time I reach the step where I need to enter the login and password, the bot stops working and doesn't proceed further. If anyone here has experience with this or knows how to solve this issue, I would greatly appreciate your help. I really need this bot to be installed correctly. You can find me on Telegram at @Nikoo665. I would be very grateful for any assistance or advice you can offer. Thank you in advance for your time and help! Best regards, |
Hello, I'm reaching out because I've been struggling to install a bot for the past 10 days, and unfortunately, I haven't been successful yet. I've tried multiple times, but every time I reach the step where I need to enter the login and password, the bot stops working and doesn't proceed further. If anyone here has experience with this or knows how to solve this issue, I would greatly appreciate your help. I really need this bot to be installed correctly. You can find me on Telegram at @Nikoo665. I would be very grateful for any assistance or advice you can offer. Thank you in advance for your time and help! Best regards, |
Hello, I'm reaching out because I've been struggling to install a bot for the past 10 days, and unfortunately, I haven't been successful yet. I've tried multiple times, but every time I reach the step where I need to enter the login and password, the bot stops working and doesn't proceed further. If anyone here has experience with this or knows how to solve this issue, I would greatly appreciate your help. I really need this bot to be installed correctly. You can find me on Telegram at @Nikoo665. I would be very grateful for any assistance or advice you can offer. Thank you in advance for your time and help! Best regards, |
Hi @Nikoo4 Thank you for sharing the details. So ensure that your API_KEY and API_SECRET are correct and active. You can double-check this in your Alpaca account. If there's an issue with the credentials, the bot might fail when attempting to log in. try: In the main.py file (with customtkinter), make sure that the login credentials entered into the GUI are properly validated before passing them to the bot logic. You can ensure this by checking for empty inputs or incorrect formats in the login() function. And if the login works, but the bot crashes afterward, there might be an issue with the estimate_sentiment function. Ensure that this function is implemented correctly and handles edge cases (like empty news data or connection issues). I think this might help you lemme know if there's still a problem. Also try setting a virtual environment or docker |
Hello! Thank you for replying to my previous message. I've been trying to install and run this bot for a week now, but I keep facing several serious issues: Incomplete Instructions: I followed the instructions from the repository, but they are incomplete and do not cover all the steps required for installing and running the bot. The requirements.txt and other files list versions of libraries that don't exist online. I tried finding the correct versions, but it's not always clear which ones are suitable for this bot. I encounter compatibility errors, and the installation stops. I am using Python and pip, but still encountering errors. It would be helpful to understand which versions are best suited for this bot. The broker offers two different APIs: one for trading and one for brokers, and it’s unclear which one to use. There is no clear explanation of which key is suitable for the bot’s correct operation. Even after installing all available libraries, the bot does not start properly. The GUI opens, but after entering the login and password, the bot does nothing. I would also like to know how to correctly check logs and where exactly to find them for troubleshooting. |
I would suggest try using python 3.7 or 3.8 version and update the pip using the command You should use the Trading API for the bot’s correct operation. The Broker API will not be useful unless you need account-related functionality like balance inquiries, which most trading bots do not typically require. For Live Trading API: If the GUI opens but the bot doesn’t respond after you enter the login and password, it’s likely an issue with the login logic or API connection. Here’s what you can do: You can add a logging system to capture errors or actions when running the bot: logging.basicConfig(filename='bot.log', level=logging.DEBUG, def login(): Honestly, I don't have that much experience in this area, so I feel a bit out of my depth with this. I think it would be more effective if the project admin or someone more familiar with the setup could step in and provide some guidance. Their insight could be really helpful in identifying what's going wrong and how to resolve it. |
I would like to update the readme file by adding setup and installation process like how they can clone the project, how to make PR in project and so on many such things so the contributors can know how to do it. It will help many other who visits the project. I've noticed that there it is written but the given information is not much, so i would like to update it please give the acess for it. Below I've attached the image please refer it.
The text was updated successfully, but these errors were encountered: