algobot | Cryptocurrency trading bot with a graphical user interface | Bot library
kandi X-RAY | algobot Summary
kandi X-RAY | algobot Summary
Cryptocurrency trading bot that allows users to create strategies and then backtest, optimize, simulate, or run live bots using them. Telegram integration has been added to support easier and remote trading. Algobot requires at least Python 3.7 and not over Python 3.9.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Loads a configuration
- Load credentials
- Save credentials file
- Test the binance credentials
- Load the state file
- Adds data to a table widget
- Delete strategy slots
- Add message to the activity monitor
- Order a short
- Add a new indicator
- Save strategy dialog
- Return a dictionary of custom strategies
- Attempts to enter a short
- Return a dict of custom strategies
- Create the loss inputs
- Validates optimizer or backtest
- Tries to enter a long
- Returns the minimum option period
- Get trend data
- Sends a long buy order
- Scrape news articles
- Create action slots
- Creates the widget for taking profit types
- Update trades table and activity monitor
- Fetch trades from Telegram
- Ends crash bot
- Set the bot s stop loss
algobot Key Features
algobot Examples and Code Snippets
Community Discussions
Trending Discussions on algobot
QUESTION
EDIT
I'm trying to import algosec.models
in a file inside the algobot
package.
I've tried to add --hidden-import algosec
, I've also tried to add the path before importing, using sys.path.append(./../algosec)
this is the error message I get when I try to run the program:
ANSWER
Answered 2021-Aug-31 at 06:13You can use
--add-data "path_to_algobot:."
based on your system for windows
use ;
and for linux
use :
It will explicitly add your algosec folder into the package.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install algobot
pipenv shell
pip install <your .whl file>
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page