Strategies VS Plugins

Compare Strategies vs Plugins and see what are their differences.

Strategies

Examples of trading strategies based on indicators. Pre-configured environment for working with the Debut algo-trading constructor. (Javascript) (by debut-js)

Plugins

A repository of ready-made components for creating and running an automated trading strategy based on the Debut ecosystem (by debut-js)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
Strategies Plugins
2 1
148 15
1.4% -
3.6 5.9
about 2 months ago about 2 months ago
TypeScript JavaScript
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.

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.

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
    5 projects | dev.to | 17 Jun 2021
    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.

What are some alternatives?

When comparing Strategies and Plugins you can also consider the following projects:

Zenbot 3 - Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.

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

async-genetic - A blazing fast and fully async genetic algorithm

alpaca-ts - A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.

sample-trading-bot - Binance Futures Sample Trading Bot

ocignis-bot - Binance minimal trading bot with API to easily run, stop or schedule trading strategies. Build algorithms in Typescript with focus on best practices and painless developer experience.