-
Notifications
You must be signed in to change notification settings - Fork 2k
Stuck fetching pre-roll data #871
Comments
What are your other parameters? I believe the default needs 108 periods before it has enough data to start, so no signals will happen. Though that shouldn't prevent it from starting at all though, just means you won't see buy/sell signals until the indicators start appearing. |
Recently gdax has been taking much longer than it previously was. It now takes maybe at least 5x as long to gather the same amount of data in days. I don't know if this is due to gdax limiting getting trade history, or just due to the very high volume recently coming into gdax and other exchanges which would be causing much more data to be created. |
I have 687+ hours fetched and it just doesn't move on from pre-roll data from gdax. Have tried period=120m. Anyone using this successfully on gdax? |
Noticed the same thing, definitely a bug. |
Same thing here. Going on forever. |
The days calculation fails on trade.js. For some reason, it is returning NaN when doing the calculation. To get past it until I can look at it more, change this line to what you need. 1 day should work but if you are trading a larger period, you need to make it bigger. Current Fix |
Mine also stuck fetching for days when running strategy
|
I changed the settings as you mentioned and I noticed that backfill is running in pre-roll phase. However, |
When starting using crossover_vwap, the bot never actually starts.
I have over 500 hours of data in my cloud environment and running other strategies but this one seems to be stuck. Simulations run fine.
If i go into the trade.js file and remove the days variable and set it to 1, it runs right away. Maybe a bad calculation I will try to calculate some debug logs.
The text was updated successfully, but these errors were encountered: