Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 993 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 993 Bytes

Contributing

Thanks for (thinking about) contributing to Gekko, all help is wanted!

  • If you want to add an exchange to Gekko, see this doc for all the information you need.
  • If you want to Gekko react to anything from the market, you can most likely put this functionality into a plugin. See this document for details.
  • If you want to add trading strategies / indicators, please see this document.
  • If you just want to work on Gekko, you can use the open issues with the tag open-for-pulls for inspiration.

Things to take into consideration when submitting a pull request:

  • Please submit all pull requests (except for hotfixes) to the develop branch.
  • Please keep current code styling in mind.