Strategy Input - 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 Input (/thread-57317.html) |
Strategy Input - Orpheus2 - 07-07-2018 I am trying to add strategies to my Gekko folder. Which specific folder in Gekko do the .toml .js and so on files go? Example: [attachment=188] I did see a thread that mentioned where to place each file but i cannot find it now. I know this is a straight up noob question any help would be appreciated. Thanks, Orpheus2 RE: Strategy Input - Henry151 - 07-08-2018 I believe you put the .js file into gekko/strategies/ and the .toml file into gekko/config/strategies/ -- note that the toml file must have the same name as the strategy file. RE: Strategy Input - Orpheus2 - 07-08-2018 (07-08-2018, 12:35 AM)Henry151 Wrote: I believe you put the .js file into gekko/strategies/ and the .toml file into gekko/config/strategies/ -- note that the toml file must have the same name as the strategy file. Thank you. |