08-01-2018, 02:03 PM
Quote:I'm a control freak , hence why i'm excited about using the telegram buy and sell bot. Could the bot be made to sell part of portfolio? I understand in the trader.js you can set the amount of currency used to buy and sell by percentage. Can this be a variable command in the telegram bot? askmike's video clarified Gekko's scope as a trend tracker and i wanted to use it as such.
is this something that can be created?
Right now Gekko is placing a sticky order with the amount of 95%. To map this value into the config file is not a big thing but the core does not expose a suitable event a plugin (telegram) could use to adjust and notify about these things during runtime. Implementing s.th. beyond the event system is unclean and I would avoid if possible.
Similar issue here: https://github.com/askmike/gekko/pull/2378
https://gekko.wizb.it/docs/internals/events.html