1.0.5 • Published 4 years ago

@strong-roots-capital/list-tradingview-formats v1.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

list-tradingview-formats Build status npm version codecov

Generate a list of timeframes in Trading View format

Install

npm install @strong-roots-capital/list-tradingview-formats

Use

import listTradingviewFormats from '@strong-roots-capital/list-tradingview-formats'

console.log(listTradingviewFormats())
//=> ['1', '2', '3', '4', ...]

Related