Giter Club home page Giter Club logo

Comments (9)

cykedev avatar cykedev commented on May 25, 2024

Same for me

from gekko.

leshow avatar leshow commented on May 25, 2024

same problem here

from gekko.

askmike avatar askmike commented on May 25, 2024

I will look at this!

from gekko.

nickoneill avatar nickoneill commented on May 25, 2024

+1

from gekko.

askmike avatar askmike commented on May 25, 2024

It will check the price at Mtgox every interval in the config (on default every 60 minutes), if you want to see what Gekko is doing and whether or not it is still calculating you can set debug to true in the config which will make Gekko log all information regarding fetching trade data, calculating the EMA's and detecting trends.

Depending on your thresholds it can be quite possible that Gekko doesn't report new positions every day, but I will improve this logging on default.

from gekko.

leefernandes avatar leefernandes commented on May 25, 2024

#62 - Pull-request to configure any combination of "HOLD", "BUY", and/or "SELL" emails to send.

from gekko.

kuzetsa avatar kuzetsa commented on May 25, 2024

@askmike -- on the subject of improved logging, see pull request #65 for a suggested logging improvement which already seems to uncover a bug where the portfolio / balance data never gets re-updated (refreshed) on one or more exchanges:

... for instance, when using CEX.IO as primary market, the GHS I have in my portfolio causes a steady trickle of new BTC and an ever-increasing balance, but gekko's internal in-memory value for the BTC account balance doesn't seem to track the reality of how much BTC is actually held on the exchange.

Edited to add:

bugfix for stale balance in pull request / issue #66, still unclear if this has any impact on #49 (I'm planning to look into this issue next)

from gekko.

kuzetsa avatar kuzetsa commented on May 25, 2024

I experimented with removing some code in /methods/exponential-moving-averages.js which was preventing gekko from giving advice more than once at the high & low points during any single buy/sell cycle (one advice each for the high and low points respectively)

specifically, it's the code relating to:

this.currentTrend

for my own use case (as per: kuzetsa@916aab0) I decided to intentionally break (comment out) the logic which detects entering an uptrend from a non-uptrend state VS doing nothing if the uptrend is an ongoing, continued state.

Doing this allows for gekko running on cex.io to continually use any newly mined bitcoin to purchase additional GHS until the uptrend stops (at which point gekko would continue the usual logic for hold VS panic sell based on the config.EMA thersholds)

Note that without the code in #67 my patch doesn't work at all, since gekko didn't seem to be keeping track of the portfolio balance consistent with the realtime balance on the exchange itself.

from gekko.

askmike avatar askmike commented on May 25, 2024

@kuzetsa great point, in an uptrend we want to keep on buying at CEX.io (but note that CEX.io support is currently broken, you can open a new issue for this if you want).

As for the original issue, this has been fixed some time ago!

from gekko.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.