03-15-2018, 06:26 AM
Note that plugins only work when you run Gekko via the commandline interface. You can configure a plugin in the config file you pass to gekko. For example you can start a gekko like so:
And your config file would contain the configuration for plugins, see this link for an example: https://github.com/askmike/gekko/blob/de...#L308-L324
Code:
node gekko --config myconfigfile.js
And your config file would contain the configuration for plugins, see this link for an example: https://github.com/askmike/gekko/blob/de...#L308-L324