Boxxa
Boxxa
When starting using crossover_vwap, the bot never actually starts. ``` node zenbot.js trade gdax.BTC-USD --strategy=crossover_vwap ``` I have over 500 hours of data in my cloud environment and running other...
Seems like each indicator script includes extending the Indicator class and then making its own calc logic. Any way to replace this with a library to bring in a larger...
Been running on multiple markets outside of forex such as stocks and other currencies. Is there an indicator that is hard coding a PIP value somewhere? I am getting outputs...
I am trying to wrap the talib.execute function with Sync. Below is the normal function that is async. When calling the calculateEma function, I would like the talib part to...
I am trying to wrap a function out of the talib library for the talib.execute(). Example code is https://github.com/oransel/node-talib/blob/master/examples/sma.js Here is my function with synchronize and can't seem to get...