Plugins
A repository of ready-made components for creating and running an automated trading strategy based on the Debut ecosystem (by debut-js)
Strategies
Examples of trading strategies based on indicators. Pre-configured environment for working with the Debut algo-trading constructor. (Javascript) (by debut-js)
Plugins | Strategies | |
---|---|---|
1 | 2 | |
16 | 160 | |
- | 1.9% | |
5.9 | 3.6 | |
about 1 year ago | about 1 year ago | |
JavaScript | TypeScript | |
- | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Plugins
Posts with mentions or reviews of Plugins.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-17.
-
Profitable trading robots in JavaScript
Debut is an ecosystem for developing and launching trading strategies. This is an analogue of the well-known ZenBot, but with much more flexible possibilities for constructing strategies. All you need to do is come up with and describe the entry points to the market and connect the necessary plugins for work. Everything else is a matter of technology: genetic algorithms will help you select the most effective parameters for the strategy (period, stops, and others), the ticker selection module will help you find an asset (token or stock) suitable for the strategy, on which it will work best.
Strategies
Posts with mentions or reviews of Strategies.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-17.
-
Open-source portfolio selection bots
If you have programmers skill a little bit, you can use this open source project for describe you strategy.
-
Profitable trading robots in JavaScript
The project has two starting trading strategies «For example» how to work with the system. Here is a repository with samples and examples.
What are some alternatives?
When comparing Plugins and Strategies you can also consider the following projects:
Indicators - Technical indicators for cryptocurrencies, stocks and forex. To work with historical and real price data. One of the most efficient Javascript library implementations. The library has such indicators as: Relative Strength Index (RSI), Moving Average C / D (MACD), Average Directional Index (ADX), Stochastic Oscillator, Bollinger Bands, Average True Range (ATR) and many others
Zenbot 3 - Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
async-genetic - A blazing fast and fully async genetic algorithm
ocignis-bot - Binance minimal trading bot with API to easily run and schedule trading strategies. Build algorithms in Typescript with focus on best practices and painless developer experience.