Code Monkey home page Code Monkey logo

Comments (4)

madmis avatar madmis commented on August 23, 2024

покажите логи бота. И свой конфиг.
API ключи только не показывайте.

from kuna-bot.

shmaliy avatar shmaliy commented on August 23, 2024

Trading pair

pair: ethuah

Trading pair configuration

base_currency:
# If current value more than base currency account balance
# account balance will be divided to a margin (below) count
# result amount will be - order value
boundary: 1
# orders count and margin for each of them
margin: [1]
quote_currency:
# If current value more than quote currency account balance
# account balance will be divided to a margin (below) count
# result amount will be - order value
boundary: 400
# orders count and margin for each of them
margin: [50, -50, -150]

Minimum amount for each currency to run tradings.

if currency account balance less than this value, orders is not created

min_amounts:
eth: 0.04
uah: 1700

Bot iteration timeout - seconds

iteration_timeout: 10

debug info. Show bot memory usage

show_memory_usage: true

eth/uah
Check base currency (eth) balance
Available funds: 0.00000072 eth.
Base funds (eth) processing
Boundary: 0.05
Orders count: 2
Margin: 2, 3
Account balance less than boundary, so only 1 order can be opened
Create orders configurations:
Order #1: volume|7.225E-7 price|34352.000000
Create eth SELL orders
Client error: POST https://kuna.io/api/v2/orders resulted in a 400 Bad Request response:
{"error":{"code":2002,"message":"Failed to create order."}}

{"error":{"code":2002,"message":"Failed to create order."}}
Memory usage: 6144 Kb (6 Mb)

from kuna-bot.

shmaliy avatar shmaliy commented on August 23, 2024

И еще вопрос:
Бот самообучаемый? (сделал 2 ордера и немного денег проиграл пока).
Или я все же не понял как ему конфигурировать стратегию?

from kuna-bot.

madmis avatar madmis commented on August 23, 2024

В общем баг есть (не учитывается мин. сумма для торгов), пофикшу как можно скорее.

Бот не самообучаемый. Стратегия очень простая. Подробно описана здесь - #4 (comment)
Бот по сути просто автоматизирует некие ручные операции.

from kuna-bot.

Related Issues (6)

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.