Socket
Book a DemoInstallSign in
Socket

@socktrader/cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socktrader/cli

SockTrader cli is an easy to use cli wrapper around SockTrader core

latest
Source
npmnpm
Version
2.0.3
Version published
Maintainers
1
Created
Source

SockTrader logo

@socktrader/cli

License: GPL v3 Build status

Join the community Slack

What is "SockTrader"?

SockTrader is an open source cryptocurrency trading bot. You can use it to automatically buy and/or sell cryptocurrencies based on a strategy that you've programmed. The strategy basically contains a set of rules that will define when and how the bot should act in the cryptocurrency market. These rules can be based on technical analysis (what is technical analysis?) or you could simply tell the bot to buy/sell at certain price levels. In fact, it's up to you to decide the rules of the game!

The name "SockTrader" comes from websocket based trading bot. Which means that SockTrader will try to make use of a realtime connection with the exchange. This has the advantage that one can act very quickly in a changing market with low latency.

Sounds interesting?

:construction: Sorry, things are still WIP for now.. :construction:

You can already start discovering SockTrader with our 'demo app' below. While we're doing everything we can to make the SockTrader CLI experience as smooth as possible.

Start quick demo app

  • Git clone git clone git@github.com:SockTrader/SockTrader.git && cd SockTrader
  • Install NodeJS dependencies. npm i
  • Copy config/default.json to config/local.json and edit.
  • Start postgres database docker-compose up
  • Run the MovingAverageStrategy on LocalExchange. npm run start:backtest

Keywords

tradingbot

FAQs

Package last updated on 08 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts