Skip to content

gaoyuan/TradeKing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradeKing

Trading Strategy for my personal TradeKing account

Disclaimer

Use the software or algorithm in this repository at your own risk. The author is not liable for any losses caused by usage of this code. For more details, please refer to the LICENSE document.

Setup

  1. Clone the repository

    git clone git@github.com:gaoyuan/TradeKing.git

  2. Download the latest version of Nodejs.

  3. Install all the node modules.

    npm install

  4. Create your own config.js.

    var config = {};
    config.account_id = Your_Trade_King_Account_ID;
    config.api_url = 'https://api.tradeking.com/v1';
    config.stream_url = 'https://stream.tradeking.com/v1/';
    config.consumer_key = Your_Trade_King_Consumer_Key;
    config.consumer_secret = Your_Trade_King_Consumer_Secret;
    config.access_token = Your_Trade_King_Access_Token;
    config.access_secret = Your_Trade_King_Access_Secret;
    module.exports = config;
  5. Start the trading algorithm.

    npm start

LICENSE

The code is licensed under the MIT License.

Acknowledgement

Everything is made possible by the developer API provided by <a href=http://www.tradeking.com title=”Powered by TradeKing”>TradeKing.

Powered by TradeKing

About

My Trading Strategies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published