Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Miscellaneous small issues with 0.1.2 #220

Closed
vansergen/gekko
#11
@geekasylum

Description

Just small stuff, that could use a lil polish...
These are from multiple gekkos, on multiple exchanges.

  • I tried to change the currencey pairs for BTC-e to: asset = 'USD', currency = 'BTC' since
    I cannot withdraw USD, so my goal is to increase my BTC, with USD simply being the means.

    The following was the result. This was probably meant to give me a nice friendly list of supported pairs.

    /home/gekko/core/exchangeChecker.js:41
    'Gekko only supports the currency/assets pairs [' + exchange.pairs.join('], [
    ^
    TypeError: Cannot call method 'join' of undefined
    at Checker.cantMonitor (/root/gekko/core/exchangeChecker.js:41:79)
    at bound as cantMonitor
    at Object. (/root/gekko/gekko.js:83:31)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:901:3

  • O_o ??? There is no config option to set a name

    2014-02-26 20:58:57 (INFO): Using the trading method: MACD
    2014-02-26 20:58:57 (WARN): Warning, trading method has no name

  • I shutdown for 1 or 2 minutes to make a config change - missed only 1 or 2 one minute candles
    Possibly nescessary, but annoying, esp as the market turned and I had to manually intervene.
    Surely these last 2 minutes could be retrievd from trade history.

    2014-02-26 20:59:02 (INFO): Starting to watch the market: BTC-e BTC/USD
    2014-02-26 20:59:06 (INFO): We don't have enough history yet to start giving advice, I'll need to gather more data first.
    2014-02-26 20:59:06 (INFO): I will start giving advice around 2014-02-26 22:37:00 (local time, that's in 2 hours).

  • This gets old real fast. I appreciate the reinvestment, but perhaps when the balance is 0, we don't need to buy?

    2014-02-26 20:05:54 (INFO): wanted to buy GHS but the amount is to small (0) at cex.io
    2014-02-26 20:10:55 (INFO): wanted to buy GHS but the amount is to small (0) at cex.io
    2014-02-26 20:16:21 (INFO): wanted to buy GHS but the amount is to small (0) at cex.io
    2014-02-26 20:21:10 (INFO): wanted to buy GHS but the amount is to small (0) at cex.io

  • Later..
    The minimum seems to be 0.0001, tho Im sure weeks ago I did buy a tiny amount with 8 satoshi via the web interface.

    2014-02-26 22:30:53 (INFO): wanted to buy GHS but the amount is to small (-8.297433106094218e-7) at cex.io
    2014-02-26 22:35:54 (INFO): wanted to buy GHS but the amount is to small (-8.288805181166263e-7) at cex.io

  • This line should probably read as follows:
    Note the capital 'W' and extra 'o' - grammatically, the word 'to' != 'too'

    2014-02-26 20:21:10 (INFO): Wanted to buy GHS but the amount is too small (0) at cex.io

  • Likewise, capital 'T'

2014-02-26 20:59:02 (INFO): trading at BTC-E ACTIVE

  • and 'A'

    2014-02-26 22:25:58 (INFO): attempting to BUY 0.0006700352359706445 GHS at

sorry to dump all these in one issue, but hey, I had to sign up to github to pass them on, so its a trade-off :p

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions