Skip to content

pranav3714/gekkoAppDeploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gekko Google App Deployable

This repository is the fork of this repository. I just modified it to work with google app engine which can help you to run the Gekko trading bot 24/7 without allocating a special device for trading using this bot. Feel free to use this trading bot with Google Cloud thus maximising the profits.
Installation:
Step 1: Create a Google Cloud account.(At the time of writing this README Google provides free access to cloud platform. So feel free to play around it.)
Step 2: Create a project.
Step 3: Create an Application Engine
Step 4: Download and install the Google Cloud SDK
Step 5: Clone or download this repository to a folder in your file.
Use Command: git clone https://github.com/pranav3714/gekko-1.git
Step 6: Run command: cd gekko-1 && npm install && cd exchange && npm install && cd ..
Step 7: Run cammand: gcloud init
Step 8: The gcloud will ask some questions just answer them and authorise login to your Google account registered with Google Cloud.
Step 9: Run command: gcloud app deploy
Additional Information
To manage the setting of your tradebot you can use the config.js file present in this repository.
I was not able to make the UI of this bot work and I don't recommend activating it due to security reasons.
You can create and deploy your own strategies or that you get from the Internet by making changes to the strategies folder.
For additional info visit here.
Feature
Pre-integrated with two most profitable strategies I have seen till now.(neuralnet, neuralnet_v2, DynBuySell)

Use at your own risk.

About

A bitcoin trading bot written in node - https://gekko.wizb.it/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.9%
  • Vue 9.9%
  • Other 0.2%