Giter Club home page Giter Club logo

Comments (2)

askmike avatar askmike commented on May 25, 2024

I can't find any documentation about rate limits on something other then the ticker in the Mt Gox V2 API (the one Gekko is using). I have an instance of Gekko running in advice mode with an interval of 1 minute on the same system as a Mt. Gox trading Gekko is running. They are requesting Mt. Gox for a couple of days non-stop now and I don't notice anything.

So you are suggesting to recalculate (or store) all EMAs for example every five minutes with all data from candles the interval before the 5 minute mark you are testing now? (so at 12:00 test against 11:00, 10:00 and at 12:05 test against 11:05 and 10:05...)

The current trading method is supposed to react slowly to new trends (EMA is always lagging behind the price) to make sure we aren't deciding on noise. The newer versions of the popular tradebots for chrome even have functions implemented so that the bot only sells after x thresholds all indicated the trend.

I think your proposal would cause more trades, but I don't see any way how this could improve the quality of the decisions made by Gekko?

This could be something for a new trading method, I don't think I should put this in the current one (the config is complicated enough as is).

from gekko.

siergiej avatar siergiej commented on May 25, 2024

Ok, thanks fot the explanation. Time to close the issue :)

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.