Thomas Pelster
Thomas Pelster
I had the bot running against the testnet yesterday and tried to implement a similar strategy. @GrigorovskyA Why not place a sell order directly? E. g. Buy, and place order...
@GrigorovskyA In my opinion, the sell parameters stop / limit price exist for this purpose. When these thresholds are reached, the coins are sold at a loss, e. g. bot...
@chrisleekr The calculation is correct, I would only take 0.1% (without commission). But the bot sets the sell order only when the price is reached - correct?
@GrigorovskyA - Wouldn't an interval of 1m and e.g. a limit 10 be better for fast / timely buy and sell. - To really get out with a minimum profit...
@GrigorovskyA - Interval: 1m - Limit: 10 - Buy -- Max amount 15 -- Trigger 1,003 -- Stop 1,005 -- Limit 1,006 - Sell -- Trigger 1,006 -- Stop 0,995...