sindelio / binance-bot

A Binance trader bot written in Node.js.
MIT License
58 stars 28 forks source link

Open single ordem how one pair #1

Open waltinho0807 opened 3 years ago

waltinho0807 commented 3 years ago

I found this program very interesting, I want to program my own bot, a doubt that I could not understand in the code how I do to allocate balance for bot operations to open orders and that he only use this value or open a single order with the pair , I couldn't identify in the code

sindelio commented 3 years ago

This is a Binance bot, so your funds should be there manually. This program is quite simple though, don't use it as is, you gotta build a better logic for the trades

On Mon, Feb 1, 2021 at 2:54 PM waltinho0807 notifications@github.com wrote:

I found this program very interesting, I want to program my own bot, a doubt that I could not understand in the code how I do to allocate balance for bot operations to open orders and that he only use this value or open a single order with the pair , I couldn't identify in the code

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sindelio/binance-bot/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AERJ74ZWWNQRK5ZJYK3BYZTS43TFBANCNFSM4W5GWVMQ .

-- Sindélio Henrique Lima Email: sindelio@gmail.com Fone/WhatsApp: +55 16 997358956 Professional webpage: https://sindelio.github.io/ LinkedIn: https://www.linkedin.com/in/sindeliohlima/

meditto commented 3 years ago

Hi @sindelio, the inputStochRSI.values length should be 29 or we can add any number of prices?