@Tommiehansen it doesn't always work everywhere: https://github.com/askmike/gekko/issues/1854
My experience of maintaining Gekko for a few years is that node installs on virtually anything, but anything else that requires compiling doesn't. The main problem our users face is installing sqlite (which is prebuild for most arch and node versions). Gekko values some priorities more than others, having a minimal installation barrier is pretty high on the list (I am striving towards no CLI usage).
People technical enough to build complex strategies using tulip or talib would at some point either hack Gekko however they want or fully roll their own systems anyway.
My experience of maintaining Gekko for a few years is that node installs on virtually anything, but anything else that requires compiling doesn't. The main problem our users face is installing sqlite (which is prebuild for most arch and node versions). Gekko values some priorities more than others, having a minimal installation barrier is pretty high on the list (I am striving towards no CLI usage).
People technical enough to build complex strategies using tulip or talib would at some point either hack Gekko however they want or fully roll their own systems anyway.