UNPKG

bluebot

Version:

A bitcoin trading bot for auto trading at various exchanges

11 lines (8 loc) 216 B
var CAN_RUN_TULIP = true; try { var tulind = require('tulind'); } catch(e) { CAN_RUN_TULIP = false; } console.log('TULIP indicators is', CAN_RUN_TULIP ? 'enabled' : 'disabled'); module.exports = CAN_RUN_TULIP;