askmike/gekko
Copy this badge! ↑
core/candleBatcher
should throw when not passed a number
candleBatcher.js
core/candleBatcher
should instantiate
candleBatcher.js
core/candleBatcher
should throw when fed a candle
candleBatcher.js
core/candleBatcher
should not emit an event when fed not enough candles
candleBatcher.js
core/candleBatcher
should not emit an event when not flushed
candleBatcher.js
core/candleBatcher
should emit 5 events when fed 10 candles
candleBatcher.js
core/candleBatcher
should correctly add two candles together
candleBatcher.js
indicators/CCI
should correctly calculate CCI with period 8
indicators/cci.js
indicators/CCI
should correctly calculate CCI with period 10
indicators/cci.js
indicators/CCI
should correctly calculate CCI with period 12
indicators/cci.js
indicators/DEMA
should correctly calculate DEMA with weight 10
indicators/dema.js
indicators/EMA
should correctly calculate EMAs with weight 10
indicators/ema.js
indicators/EMA
should correctly calculate EMAs with weight 12
indicators/ema.js
indicators/EMA
should correctly calculate EMAs with weight 26
indicators/ema.js
indicators/MACD
should correctly calculate MACD diffs with 12/26/9
indicators/macd.js
indicators/MACD
should correctly calculate MACD signals with 12/26/9
indicators/macd.js
indicators/MACD
should correctly calculate MACD results with 12/26/9
indicators/macd.js
indicators/PPO
should correctly calculate PPOs with 12/26/9
indicators/macd.js
indicators/PPO
should correctly calculate PPO signals with 12/26/9
indicators/macd.js
indicators/PPO
should correctly calculate PPO hists with 12/26/9
indicators/macd.js
indicators/PPO
should correctly calculate DEMAs
indicators/macd.js
indicators/PPO
should correctly calculate PPOs with 12/26/9
indicators/ppo.js
indicators/PPO
should correctly calculate PPO signals with 12/26/9
indicators/ppo.js
indicators/PPO
should correctly calculate PPO hists with 12/26/9
indicators/ppo.js
indicators/RSI
should correctly calculate RSI with period 2
indicators/rsi.js
indicators/RSI
should correctly calculate RSI with period 12
indicators/rsi.js
indicators/RSI
should correctly calculate RSI with period 26
indicators/rsi.js
indicators/SMA
should correctly calculate SMAs with window length 10
indicators/sma.js
indicators/SMA
should correctly calculate SMAs with window length 12
indicators/sma.js
indicators/SMA
should correctly calculate SMAs with window length 26
indicators/sma.js
indicators/SMMA
should correctly calculate SMMAs with weight 2
indicators/smma.js
indicators/SMMA
should correctly calculate SMMAs with weight 12
indicators/smma.js
indicators/SMMA
should correctly calculate SMMAs with weight 26
indicators/smma.js
budfox/tradeBatcher
should throw when not passed a number
tradeBatcher.js
budfox/tradeBatcher
should instantiate
tradeBatcher.js
budfox/tradeBatcher
should throw when not fed an array
tradeBatcher.js
budfox/tradeBatcher
should emit an event when fed trades
tradeBatcher.js
budfox/tradeBatcher
should only emit once when fed the same trades twice
tradeBatcher.js
budfox/tradeBatcher
should correctly set meta data
tradeBatcher.js
budfox/tradeBatcher
should correctly filter trades
tradeBatcher.js
budfox/tradeBatcher
should filter out empty trades
tradeBatcher.js
exchange/triggers/trailingStop
should instantiate a trailing stop loss trigger
triggers/trailingStop.js
exchange/triggers/trailingStop
should call onTrigger when the stop hits
triggers/trailingStop.js
exchange/triggers/trailingStop
should emit a trigger event when the stop hits
triggers/trailingStop.js
exchange/triggers/trailingStop
should not trigger when the the price does not go down
triggers/trailingStop.js
exchange/triggers/trailingStop
should not trigger when the the price goes down but above the offset
triggers/trailingStop.js
exchange/triggers/trailingStop
should trigger when the the price equals the offset
triggers/trailingStop.js
exchange/triggers/trailingStop
should trigger when the the price goes up and down
triggers/trailingStop.js
exchange/triggers/trailingStop
should only trigger once
triggers/trailingStop.js
exchange/triggers/trailingStop
should not trigger when the the price swings above the trail
triggers/trailingStop.js
Load More