Skip to content

mcajhill/delbot-hloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delbot-hloc

Description

This project is designed to pull the following candlestick price information for Delbot to consume:

  • Highest price (H)
  • Lowest price (L)
  • Opening price (0)
  • Closing price (C)
  • Volume of shares/currency traded during the candlestick period

How to install

Prerequisites

Follow the documentation in the links to install the following tools:

Setup

Configure

  1. $ cp .env.template .env.dev
  2. Replace the values to match the environment

Install

  1. $ nvm use
  2. $ yarn

Running tests

Unit tests

$ yarn test:unit

Integration tests

$ yarn test:integration

Entire test suite

$ yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors