Skip to content

A Node.js script to update the Gekko exchange .json files that specify which currencies and assets the exchange supports.

Notifications You must be signed in to change notification settings

leoplaw/Gekko_CCXT_Exchange_Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gekko npm Build Status Build status

Gordon Gekko

The most valuable commodity I know of is information.

-Gordon Gekko

Gekko is a Bitcoin TA trading and backtesting platform that connects to popular Bitcoin exchanges. It is written in JavaScript and runs on Node.js.

A Node.js script to update the Gekko exchange .json files which specify which currencies and assets the exchange supports.

Change the "exchangeId" (lower case) to the desired exchange For the list of exchanges that this script via CCXT supports, see: https://github.com/ccxt/ccxt

The script requires CCXT to run.

npm i ccxt

node ./Gekko_CCXT_Exchange_update.js

Script will generate the .json file in the same directory that the script is run. The .json file then needs to be moved to [Gekko install dir]/exchange/wrappers

Start Gekko.

Note: this script does not include or generate the exchange wrapper files required for Gekko to use the .json config files.

About

A Node.js script to update the Gekko exchange .json files that specify which currencies and assets the exchange supports.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published