Giter Site home page Giter Site logo

error about binance_grid_trader HOT 3 CLOSED

51bitquant avatar 51bitquant commented on May 29, 2024
error

from binance_grid_trader.

Comments (3)

cleitondm avatar cleitondm commented on May 29, 2024

Trading Rules
Minimum amount of trade 1 XLM
Minimum price movement 0.00000001 ETH
Minimum order size 0.01 ETH

from binance_grid_trader.

cleitondm avatar cleitondm commented on May 29, 2024

"platform": "binance_spot",
"symbol": "XLMETH",
"api_key": "",
"api_secret": "",
"gap_percent": 0.01,
"quantity": 1,
"min_price": 0.01,
"min_qty": 0.00000001,
"max_orders": 1,
"proxy_host": "",
"proxy_port": 0
}

not working :(

from binance_grid_trader.

51bitquant avatar 51bitquant commented on May 29, 2024

you can config like the follow:

{"platform": "binance_spot",
"symbol": "XLMETH",
"api_key": "",
"api_secret": "",
"gap_percent": 0.01,
"quantity": 100,
"min_price": 0.00000001,
"min_qty": 1,
"max_orders": 1,
"proxy_host": "",
"proxy_port": 0
}

remember in binance, the min_qty is the minimum amount you trade, for the XLMETH paris, the minimum quantity is 1 XLM, the min_qty is 0.00000001, the quantity is the amount you want to trade each time, but at least, you should trade amount's value over 10 USDT each time.

OK, I will upload a video describe how to use the project in youtube asap.

from binance_grid_trader.

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.