Gekko Forum
strategy error messages - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Strategy Development (https://forum.gekko.wizb.it/forum-12.html)
+--- Thread: strategy error messages (/thread-57942.html)



strategy error messages - emrek - 06-09-2019

Some of the strategies I found in github don't work.
an example of the error message I received,


https://github.com/xFFFFF/Gekko-Strategies/blob/master/!WORKSOP/CUSTOM-STOCHRSI.js


uncaughtException Need to find out what outfastk and outfastd are on the stochris return
xxx POST /api/backtest 500 516ms -

Error: non-error thrown: Need to find out what outfastk and outfastd are on the stochris return
at Object.onerror (/home/gekko/gekko/node_modules/koa/lib/context.js:105:40)
at 
at process._tickCallback (internal/process/next_tick.js:189:7)





Using Gekko v0.6.8 and Gekko UI v0.2.3.

What should I do?