Skip to content

Instantly share code, notes, and snippets.

@sayon-bitquery
Created June 25, 2021 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayon-bitquery/28de6794ad1663efc00dd154e09ee272 to your computer and use it in GitHub Desktop.
Save sayon-bitquery/28de6794ad1663efc00dd154e09ee272 to your computer and use it in GitHub Desktop.
tradingview-2:5
import axios from 'axios';
import * as Bitquery from './bitquery';
const lastBarsCache = new Map();
const configurationData = {
supported_resolutions: ['1','5','15','30', '60','1D', '1W', '1M']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment