Code Monkey home page Code Monkey logo

Comments (3)

xmatthias avatar xmatthias commented on May 29, 2024

Freqtrade strategies are just python code - so whatever you can code / connect to in python, should be possible with freqtrade, assuming some coding knowledge.

If it's a paid subscription - it's clearly not something that's built into freqtrade - but i don't see why you can't build something into a strategy.

from freqtrade-strategies.

jryals579 avatar jryals579 commented on May 29, 2024

Appreciate it . I found this on their site and I was curious if anyone else had attempted this before? I guess I can try to learn some python

https://www.mininghamster.com/api/

I guessing Freqtrade doesnโ€™t plan to have any providers that can fully integrate within the solution . The platform I thought was developed so not having to do manual trades . I know/ used other crypto bots and they supported this provider along with 4-6 others.

from freqtrade-strategies.

xmatthias avatar xmatthias commented on May 29, 2024

Consuming an API is something most python courses will teach almost immediately.
Freqtrade is clearly aimed at users who are also willing to do some coding.

If you're looking at a "click twice, get rich" solution, this is the wrong project for you.

Blindly using some shady signals from random providers is also not it's the goal of freqtrade.
We don't restrict this usage - and integrating with an API is quite easy and straightforward, which most (medium-good) python courses will teach very early on.

There's 100ds of so-called signal providers out there - with varying quality of signals.
We'll neither favor any of these - nor support any of these actively.
Bots that do are usually commercial bots (you pay for their use) - which will have a business agreement with the signal providers so they can profit from users using their bot further.

Freqtrade is a free, open source bot, where strategies run in pure python.
As such, the whole python ecosystem is open to be used in a strategy.

As it's pure python code, signal-provider could therefore either

  • provide a python package to easily integrate
  • provide sample code (in python) to integrate
  • provide freqtrade sample strategies / configuration how to use their signals.

from freqtrade-strategies.

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.