How to use the node-bitstamp.TickerStream function in node-bitstamp

To help you get started, we’ve selected a few node-bitstamp examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github krystianity / coinpusher / lib / Coinpusher.js View on Github external
constructor(){
        super();

        this.nnFactory = new NeuronalNetworkFactory({
            inputSize: INPUT_FEATURES,
            outputSize: OUTPUTS
        });

        this.tickerStream = new TickerStream();

        this.ss = null;
        this.css = [];

        this.nets = {};
        this.buffers = {};
        this.constantPredictions = {};
        this.drifts = {};
        this.performanceBuffer = [];

        this.inTraining = false;
        this.performanceSinceStart = 0;
        this.expectedPerformanceSinceStart = 0;
        this.ratingStats = {
            good: 0,
            ok: 0,

node-bitstamp

bitstamp rest and websocket v1 and v2 api client

MIT
Latest version published 3 years ago

Package Health Score

42 / 100
Full package analysis