Giter VIP home page Giter VIP logo

scalperbots's Introduction

scalperbots's People

Contributors

jp-developer0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

scalperbots's Issues

PRICE_FILTER error

Im getting " APIError(code=-1013): Filter failure: PRICE_FILTER Ooops 3 ! " error.
What must we do ?
Which lines should we change?

Órdenes OCO

¡Buenas! me encantan tus videos en youtube sobre todo ésto del trading a través de bots, tengo una petición si no es mucha molestia, sé como crear órdenes OCO (tus ejemplos han sido estupendos), pero como ésto crea 2 órdenes, no estoy seguro de como obtener 1 o ambas de las 2 órdenes creadas (supongo que con get_order, pero como son 2 pues eso... no lo tengo claro...), también saber cómo cancelarlas, espero que tengas un ratillo para contarme y ¡muchísimas gracias! ¡un saludo desde España!

Instalacion de python y libreria de binance en Iphone

Hola. Me encantan tus videos sobre los bots y todo lo demás y estoy suscrito al canal. Yo apenas me estoy introduciendo al mundo de la programación y recién he tratado de instalar python y la librería de binance para probar un bot de prueba pero no lo logro, siempre salen errores en letra roja relacionados a la siguiente imagen y PEP 517. No se si podrias ayudarme por favor. Gracias por tus conocimientos. Luis desde República Dominicana. Estuve usando la app de ISH SHell si te sirve de algo.

https://user-images.githubusercontent.com/79241160/189456209-cee17e52-42b5-486f-a4e3-542d402ef4d8.jpg

https://user-images.githubusercontent.com/79241160/189456367-d0ff8662-7d10-4e07-9dfa-029c4ff9d822.jpg

SMA Function

Ciaoo gracias por los videos!
Quería pedirle que creara una función de media móvil de 7 períodos, ¿cómo debo hacerlo?

`
def ma(symbolTicker,period = 50):
ma_local = 0
sum = 0

  klines = client.get_historical_klines(symbolTicker, Client.KLINE_INTERVAL_15MINUTE, "15 hour ago UTC")
 
  if (len(klines) == 60):
      for i in range(10,60):
          sum = sum + float(klines[i][4])
          print(float(klines[i][4]))
      ma_local = sum / period

  return ma_local

`

si configuro 7 MA, el cálculo es incorrecto, creo que es el rango 10 60

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.