Skip to content

freecree/crypto-candles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published