mindfullynumb / bot

A CLI/Bot framework that can be utilized to create algorithmic trading strategies for Radar Relay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radar Relay Bot

The Radar Relay Bot is a simple CLI framework that can be utilized to create algorithmic trading bots and automated trading strategies for use with the Radar Relay API.

Usage

  1. Install node
  2. $ git clone git@github.com:RadarRelay/bot.git
  3. $ cd ~/path/to/bot
  4. $ cp example.config.yml config.yml
  5. $ npm install
  6. $ npm run build
  7. $ radarbot

screenshot.png

Contributing

To learn how to contribute or add an additional algorithmic trading strategy see: CONTRIBUTING.md

About

A CLI/Bot framework that can be utilized to create algorithmic trading strategies for Radar Relay

License:MIT License


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%