Component that visualize candlestick and random generated buy / sell signal data for USDT/BTC pair on a chart.
npm install crypto-candle
import { CryptoChart } from 'crypto-candles';
function App() {
return (
<>
<CryptoChart />
</>
);
}
export default App;