crypto-candles

Component that visualize candlestick and random generated buy / sell signal data for USDT/BTC pair on a chart.


Install
npm install crypto-candles@1.0.2

Documentation

Introduction

Component that visualize candlestick and random generated buy / sell signal data for USDT/BTC pair on a chart.

Installation

npm install crypto-candle

Usage

import { CryptoChart } from 'crypto-candles';

function App() {
  return (
    <>
      <CryptoChart />
    </>
  );
}

export default App;

Screens

Chart view