I broke my MACD? - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: I broke my MACD? (/thread-57593.html) |
I broke my MACD? - ClassicStyleATX - 08-27-2018 Any idea what I could have done to my linux install that would have broken MACD (and seemingly only that strat)? Symptom: GUI Backtesting MACD yields no transactions, regardless of parameters, candles, duration of dataset, etc. All other default strats seem to work. I've wiped my Gekko directory, reinstalled, and still nothing. I've force npm reinstalled mathjs, nodejs, and others, but nothing's working. Is there a module I can force update that might fix this? Would appreciate some guidance if anyone has run into this before. I really don't want to wipe my AWS instance. : Also, I noticed I've been getting this if I try to run varPPO: Code: xxx POST /api/backtest 500 141ms - Thanks, storshun RE: I broke my MACD? - askmike - 08-27-2018 Very strange, unfortunately the current stable release does not properly report errors (when running certain things in the UI). I pushed a logging fix in the develop branch. Would you mind running that and trying again? Instructions are here: https://gekko.wizb.it/docs/installation/updating_gekko.html#Updating-the-develop-branch That way we'll be able to see the actual error message. Thanks! RE: I broke my MACD? - ClassicStyleATX - 08-27-2018 Already have that pull, and debug output from node gekko --ui isn't giving anything valuable. Also, the /gekko/logs folder is empty. RE: I broke my MACD? - ClassicStyleATX - 08-27-2018 (08-27-2018, 07:32 AM)ClassicStyleATX Wrote: Already have that pull, and debug output from node gekko --ui isn't giving anything valuable. Also, the /gekko/logs folder is empty. Image of debug output. [attachment=266] RE: I broke my MACD? - askmike - 08-27-2018 That's just a warning. And there is nothing at the bottom? Very strange.. RE: I broke my MACD? - ClassicStyleATX - 08-28-2018 Yup, that's all. I'm going to try restarting the server in the morning, but after that, I'm kind of out of ideas beyond wiping the instance and starting over... Thanks for the help, Mike. RE: I broke my MACD? - askmike - 08-28-2018 Would you mind running the same backtest over the commandline? That will definitely spit out a more usable error. Here is a guide: https://forum.gekko.wizb.it/thread-57581.html RE: I broke my MACD? - ClassicStyleATX - 08-29-2018 All right, running in CLI, here's what I get: Code: ______ ________ __ __ __ __ ______ At the end, after letting everything run, there's no performance analysis. It just ends after the MACD calculation for the final candle. |