Profitable trading robots in JavaScript

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. async-genetic

    A blazing fast and fully async genetic algorithm

    The result is an async-genetic lib that meets all standards, and even began to work faster, not only in terms of code, but also in terms of problem solving. Due to additional settings, for example, it solves the "guess what word I have guessed" problem 2 times faster (on average).

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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 (by coin-unknown)

    There are only 3 indicators, hands did not reach to check the rest, but it was already clear that everything was working faster. The main advantage is the specificity of the indicators. In this case, they were written not for graphs, but for streaming calculations, and the results of previous calculations are used to the maximum, counting on the movement always from left to right in time. This is how our own indicators appeared.

  4. Zenbot 3

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

    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.

  5. Plugins

    A repository of ready-made components for creating and running an automated trading strategy based on the Debut ecosystem (by debut-js)

    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.

  6. Strategies

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

    The project has two starting trading strategies «For example» how to work with the system. Here is a repository with samples and examples.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Zenbot repo archived

    1 project | /r/zenbot | 16 Feb 2022
  • Arbitrage bot example

    1 project | /r/ethdev | 5 Dec 2021
  • where to find code pointed to by lib/bollinger.js

    1 project | /r/zenbot | 14 Nov 2021
  • Zenbot List of commands

    1 project | /r/zenbot | 14 Sep 2021
  • Anyone have references for setting up a bot with Kraken?

    4 projects | /r/algotrading | 21 Jun 2021