Latest news about Bitcoin and all cryptocurrencies. Your daily crypto news habit.
Seeing consistent profits is an incredibly good feelingĀ :)
Donāt believe the dev bot? How about a community member?
Weāve taken some community feedback and incorporated it into theĀ bot.
- Bollinger Band indicator, minutely, over 9 minutes, donāt buy if ask is above upperĀ band!
- RSI indicator, minutely, over 14 minutes, donāt buy if over 70 or sell if underĀ 30!
These were really fun to incorporate. I created an array of arrays and object of objects that sorts 6 secondly updates into 10 intervals for minutely data, and it warms up when the bot isĀ run.
3. Creating a minimum i-1 hourly candle volume vs. implied hourly volatility from 24-hourĀ volume.
This was a good idea as there were tons of pairs that would pump and dump, spike the 24 hour volume and not have significant volume goingĀ forward.
4. Start work on creating a shippable product, via AWS or GCP, feeding images start scripts with export= vars and pulling the code from the private GitLab master branch. Coming soon to a website nearĀ you!
5. On that note, we moved the code from public free and open source to a private repo run on my computer via duckdns, and require a donation of 0.1 btc or equivalent to access theĀ code.
Next level sh#t that was achieved involved allowing the bot (optionally, according to a boolean var) to buy all the way down the order book, selling at the takeProfit % more than buy price and as the price moves up and down the books we scrape over and over again.Ā Hoorah!
The bot inĀ review:
I made a bot for my bot! Telegram powers to theĀ rescue!
HitBTC volumes were super low, although the lack of min_notional 1 BNB 0.01 ETH or 0.001 BTC as on Binance helped develop the bot into the beast it isĀ todayā¦
ā¦ most notably is the inclusion and tweaking of the āneversellatalossā boolean and following logic:
a. when entering a buy order, note (if current returns are negative) a function of negative returns and buy price, to restore losses and (if current returns are positive) a function of the buy price * 1.002 to coverĀ fees
b. never enter a sell order for less than the above amountāāānever re-buy these pairs that are above theĀ amount
c. every x number (config var) minutes, reduce the minimum sell price by a fraction ofĀ 0.9999
d. if the pair hits a y number (config var) % losses, execute a market sell order as stopĀ loss
The above logic is doing wonders, and after fixing a memory leak due to re-initializing the depths more than necessary, the bot is fully-functional and absolutely killingĀ it.
Conclusion
If you want to scalp the spreads of coins that are behaving to recoup losses of those pairs that fall below your neversellataloss value, bring up your volumes on exchanges andāāāyes, dare I say itāāāprofit, join our ranksĀ :)
https://t.me/themarketmakerbot
Market Making Bot After a Few Days: In Review was originally published in Hacker Noon on Medium, where people are continuing the conversation by highlighting and responding to this story.
Disclaimer
The views and opinions expressed in this article are solely those of the authors and do not reflect the views of Bitcoin Insider. Every investment and trading move involves risk - this is especially true for cryptocurrencies given their volatility. We strongly advise our readers to conduct their own research when making a decision.