OctoBot-Evaluators


NameOctoBot-Evaluators JSON
Version 1.9.7 PyPI version JSON
download
home_pagehttps://github.com/Drakkar-Software/OctoBot-Evaluators
SummaryOctoBot project evaluators package
upload_time2024-09-15 12:39:44
maintainerNone
docs_urlNone
authorDrakkar-Software
requires_python>=3.8
licenseLGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # OctoBot-Evaluators [1.9.7](https://github.com/Drakkar-Software/OctoBot-Evaluators/blob/master/CHANGELOG.md)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a0c08eab5d4c440aa6e3fc3061ad0520)](https://app.codacy.com/gh/Drakkar-Software/OctoBot-Evaluators?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Evaluators&utm_campaign=Badge_Grade_Dashboard)
[![PyPI](https://img.shields.io/pypi/v/OctoBot-Evaluators.svg)](https://pypi.python.org/pypi/OctoBot-Evaluators/)
[![Coverage Status](https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Evaluators/badge.svg)](https://coveralls.io/github/Drakkar-Software/OctoBot-Evaluators)
[![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Evaluators/workflows/OctoBot-Evaluators-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Evaluators/actions)
[![Build Status](https://cloud.drone.io/api/badges/Drakkar-Software/OctoBot-Evaluators/status.svg)](https://cloud.drone.io/Drakkar-Software/OctoBot-Evaluators)

# Where are evaluators and strategies ?

Because OctoBot is modular, a wide range of evaluators and strategies are usable.

Default evaluators and strategies are located here: [https://github.com/Drakkar-Software/OctoBot-Tentacles](https://github.com/Drakkar-Software/OctoBot-Tentacles).

To install default evaluators and strategies in your OctoBot, run the following command: 

```bash
python start.py tentacles --install --all
```


It is also possible to specify which module(s) to install by naming it(them). In this case only the modules available in the available packages can be installed.
```
python start.py tentacles --install forum_evaluator john_smith_macd_evaluator advanced_twitter_evaluator
```

**You can find how to create your OctoBot evaluators and strategies [on the OctoBot guides](https://www.octobot.cloud/en/guides/octobot-tentacles-development/customize-your-octobot?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=octobot_evaluators_readme).**


# [Octobot Module Manager](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager)
A module manager for your [OctoBot](https://github.com/Drakkar-Software/OctoBot) ! 

- Install OctoBot-Tentacles-Manager from pip : 

``` {.sourceCode .bash}
$ python3 -m pip install OctoBot-Tentacles-Manager
```

# [Customize your Octobot](https://www.octobot.cloud/en/guides/octobot-tentacles-development/customize-your-octobot)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Drakkar-Software/OctoBot-Evaluators",
    "name": "OctoBot-Evaluators",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Drakkar-Software",
    "author_email": "contact@drakkar.software",
    "download_url": "https://files.pythonhosted.org/packages/10/65/05c979ff5cb0670d8bc0c0cd02cfdc81ab4f370108806011b560d3c53b64/OctoBot-Evaluators-1.9.7.tar.gz",
    "platform": null,
    "description": "# OctoBot-Evaluators [1.9.7](https://github.com/Drakkar-Software/OctoBot-Evaluators/blob/master/CHANGELOG.md)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a0c08eab5d4c440aa6e3fc3061ad0520)](https://app.codacy.com/gh/Drakkar-Software/OctoBot-Evaluators?utm_source=github.com&utm_medium=referral&utm_content=Drakkar-Software/OctoBot-Evaluators&utm_campaign=Badge_Grade_Dashboard)\n[![PyPI](https://img.shields.io/pypi/v/OctoBot-Evaluators.svg)](https://pypi.python.org/pypi/OctoBot-Evaluators/)\n[![Coverage Status](https://coveralls.io/repos/github/Drakkar-Software/OctoBot-Evaluators/badge.svg)](https://coveralls.io/github/Drakkar-Software/OctoBot-Evaluators)\n[![Github-Action-CI](https://github.com/Drakkar-Software/OctoBot-Evaluators/workflows/OctoBot-Evaluators-CI/badge.svg)](https://github.com/Drakkar-Software/OctoBot-Evaluators/actions)\n[![Build Status](https://cloud.drone.io/api/badges/Drakkar-Software/OctoBot-Evaluators/status.svg)](https://cloud.drone.io/Drakkar-Software/OctoBot-Evaluators)\n\n# Where are evaluators and strategies ?\n\nBecause OctoBot is modular, a wide range of evaluators and strategies are usable.\n\nDefault evaluators and strategies are located here: [https://github.com/Drakkar-Software/OctoBot-Tentacles](https://github.com/Drakkar-Software/OctoBot-Tentacles).\n\nTo install default evaluators and strategies in your OctoBot, run the following command: \n\n```bash\npython start.py tentacles --install --all\n```\n\n\nIt is also possible to specify which module(s) to install by naming it(them). In this case only the modules available in the available packages can be installed.\n```\npython start.py tentacles --install forum_evaluator john_smith_macd_evaluator advanced_twitter_evaluator\n```\n\n**You can find how to create your OctoBot evaluators and strategies [on the OctoBot guides](https://www.octobot.cloud/en/guides/octobot-tentacles-development/customize-your-octobot?utm_source=octobot&utm_medium=dk&utm_campaign=regular_open_source_content&utm_content=octobot_evaluators_readme).**\n\n\n# [Octobot Module Manager](https://github.com/Drakkar-Software/OctoBot-Tentacles-Manager)\nA module manager for your [OctoBot](https://github.com/Drakkar-Software/OctoBot) ! \n\n- Install OctoBot-Tentacles-Manager from pip : \n\n``` {.sourceCode .bash}\n$ python3 -m pip install OctoBot-Tentacles-Manager\n```\n\n# [Customize your Octobot](https://www.octobot.cloud/en/guides/octobot-tentacles-development/customize-your-octobot)\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0",
    "summary": "OctoBot project evaluators package",
    "version": "1.9.7",
    "project_urls": {
        "Homepage": "https://github.com/Drakkar-Software/OctoBot-Evaluators"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "106505c979ff5cb0670d8bc0c0cd02cfdc81ab4f370108806011b560d3c53b64",
                "md5": "2cdd3022ad60976c2538a8ed5f4377cf",
                "sha256": "a04e917104830dc6edc86a5dd0ba9cf1a188cccccc733136f2b97feb9687b0b0"
            },
            "downloads": -1,
            "filename": "OctoBot-Evaluators-1.9.7.tar.gz",
            "has_sig": false,
            "md5_digest": "2cdd3022ad60976c2538a8ed5f4377cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 46008,
            "upload_time": "2024-09-15T12:39:44",
            "upload_time_iso_8601": "2024-09-15T12:39:44.982877Z",
            "url": "https://files.pythonhosted.org/packages/10/65/05c979ff5cb0670d8bc0c0cd02cfdc81ab4f370108806011b560d3c53b64/OctoBot-Evaluators-1.9.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-15 12:39:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Drakkar-Software",
    "github_project": "OctoBot-Evaluators",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "octobot-evaluators"
}
        
Elapsed time: 0.47435s