A redditor has found a potentially profitable configuration for the open source crypto trading algorithm that I coded and shared with you guys last month

Cryptocurrency News and Public Mining Pools

A redditor has found a potentially profitable configuration for the open source crypto trading algorithm that I coded and shared with you guys last month

The algorithm is configured to place a buy order when it detects a quick surge in the price of a cryptocurrency of your choice.

By default the algo is hooked up to Bitcoin with the following parameters:

  • A trade is opened when the price changes by at least 3% in the last 10 minutes.
  • There is stop loss of 5% and a take profit of 8%

A Redditor, (who I will be happy to name in the post once they're confirm they are ok with that) has been testing the bot using different values for the above configuration and has confirmed that the following configuration seems to be profitable in the current market conditions:

  • The bot will open a trade when the price changes by 0.6% in the last 10 minutes
  • The stop loss is adjusted at 0.8% and the take profit at 1.8%

I haven't tested this myself yet, but I will be hooking the bot up using this configuration and generate a report on its profitability.

If you want to test this algo in your own time, I have put together a step by step guide on how to implement it:

https://www.cryptomaton.org/2021/03/14/how-to-code-your-own-crypto-trading-bot-python/

Or if you're more of a visual person, here's a YouTube video guide:

https://youtu.be/IyWpfJWQqCU

Lastly, if you're comfortable with Python, feel free to head straight to the GitHub repository and copy the code from there:

https://github.com/CyberPunkMetalHead/Bitcoin-Surge-Trading-Alpha

Good luck!

submitted by /u/CyberPunkMetalHead
[link] [comments]