<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://docs.octobot.cloud/blog</id>
    <title>OctoBot Blog</title>
    <updated>2025-11-05T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://docs.octobot.cloud/blog"/>
    <subtitle>News, updates, and guides from the OctoBot team</subtitle>
    <icon>https://docs.octobot.cloud/img/favicon.ico</icon>
    <rights>Copyright 2026 Drakkar-Software</rights>
    <entry>
        <title type="html"><![CDATA[How to use a self custody crypto trading bot]]></title>
        <id>https://docs.octobot.cloud/blog/how-to-use-a-self-custody-crypto-trading-bot</id>
        <link href="https://docs.octobot.cloud/blog/how-to-use-a-self-custody-crypto-trading-bot"/>
        <updated>2025-11-05T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Learn how to use a self custody crypto trading bot to automate your investment strategies on centralized and decentralized exchanges.]]></summary>
        <content type="html"><![CDATA[<p>BarChart,
CheckCircle,
CircleDollarSign,
Globe,
Shield,
TrendingUp,
Zap,
} from 'lucide-react'</p>
<div>
  <div>
    ![chatgpt-logo](/images/blog/how-to-use-a-self-custody-crypto-trading-bot/not-your-keys-not-your-coins-writen-on-paper-with-keys-and-a-bitcoin-logo.png)
    _"Not your keys, not your coins"_
  </div>
</div>
<p>This is one of the core principles of crypto: self custody of your crypto assets guarantees the security and independence provided by blockchain technology.</p>
<ul>
<li class="">First, it started with wallets such as <a href="https://metamask.io/" target="_blank" rel="nofollow" class="">MetaMask</a> or <a href="https://electrum.org/" target="_blank" rel="nofollow" class="">Electrum</a> to give you full control over your crypto assets.</li>
<li class="">Then decentralized exchanges such as <a href="https://app.uniswap.org/" target="_blank" rel="nofollow" class="">Uniswap</a> allowed to easily trade your crypto assets without having to trust a central authority.</li>
<li class="">Decentralized exchanges continued to improve and now also propose sophisticated trading instruments such as perpetual futures on <a href="https://app.hyperliquid.xyz/" target="_blank" rel="nofollow" class="">Hyperliquid</a>.</li>
</ul>
<p>Finally, self custody trading bots, allowing to leverage crypto exchanges to automate investment strategies independently from any centralized authority, are starting to appear.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-a-non-custodial-crypto-trading-bot">What is a non custodial crypto trading bot<a href="https://docs.octobot.cloud/blog/how-to-use-a-self-custody-crypto-trading-bot#what-is-a-non-custodial-crypto-trading-bot" class="hash-link" aria-label="Direct link to What is a non custodial crypto trading bot" title="Direct link to What is a non custodial crypto trading bot" translate="no">​</a></h2>
<p>A non custodial crypto trading bot is a trading bot that is fully controlled by you, its user.</p>
<ol>
<li class="">It is not controlled by a central authority such as a crypto exchange or a trading bot platform that holds your API (or wallet) keys.</li>
<li class="">It's a trading robot that lets you have custody of your exchange API keys or crypto wallet.</li>
</ol>
<p>While self custody is a core principle of crypto, it is not always easy to implement.<br>
To achieve it, you need to configure your own wallet, which can be quickly done on a browser wallet such as <a href="https://metamask.io/" target="_blank" rel="nofollow" class="">MetaMask</a>. This wallet can then be used to store your crypto and exchange them on decentralized exchanges.</p>
<div>
  <div>
    ![metamask-logo](/images/blog/how-to-use-a-self-custody-crypto-trading-bot/metamask-logo.png)
  </div>
</div>
<p>From this point, a trading bot connected to this wallet will be able to apply your investment strategy by trading your crypto on decentralized exchanges using your own wallet.</p>
<p>This implies that the bot will access your crypto wallet directly, which means that you need to have a very high trust in the bot platform you are using. The risk being that any hacker compromising the bot platform will be able to steal your crypto.</p>
<p>Here is where a self custody crypto trading bot comes in. It is a trading bot that is only controlled by you, it never shares your crypto wallet's keys with any platform or anyone.</p>
<p>A self custody crypto trading bot can connect to both centralized and decentralized exchanges, and in both cases, it greatly increases the security of your crypto assets.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="self-custody-crypto-trading-bot-for-centralized-exchanges">Self custody crypto trading bot for centralized exchanges<a href="https://docs.octobot.cloud/blog/how-to-use-a-self-custody-crypto-trading-bot#self-custody-crypto-trading-bot-for-centralized-exchanges" class="hash-link" aria-label="Direct link to Self custody crypto trading bot for centralized exchanges" title="Direct link to Self custody crypto trading bot for centralized exchanges" translate="no">​</a></h3>
<p>To automate a strategy on a centralized exchange, there are three main options:</p>
<p><strong>Simple but rigid:</strong> centralized exchange built-in trading bot services<br>
In this case, the bot is running <a href="https://www.binance.com/trading-bots" target="_blank" rel="nofollow" class="">directly on the centralized exchange servers</a>. This has the advantage of being secure and very easy to setup and use, but it also has the drawbacks of lacking the flexibility of a specialized trading bot tools.</p>
<p><strong>Flexible but less secure:</strong> specialized trading bot platforms<br>
The bot is running on the servers of a trading bot platform such as <a href="https://3commas.io/" target="_blank" rel="nofollow" class="">3Commas</a>. This has the advantage of being flexible and allowing to use a lot of different trading strategies, but it also has the drawbacks of being less secure as the bot platform can <a href="https://blockworks.co/news/3commas-security-breach" target="_blank" rel="nofollow" class="">leak your API keys</a> in case of a security breach.</p>
<p><strong>Secure and flexible:</strong>  self custody crypto trading bots<br>
A bot, such as <a href="https://www.octobot.cloud/trading-bot" target="_blank" rel="noopener noreferrer" class="">the open source version of OctoBot</a>, is running on your own computer or server. Your API keys never leave your device. This has the advantage of being secure and flexible, but it also has the drawbacks of being more complex to setup and use.</p>
<p>As often, there is no "one size fits all" solution. You need to choose the best solution for your needs. The interesting part being the fact that there are more and more <a href="https://www.octobot.cloud/features/self-custody-trading-bot" target="_blank" rel="noopener noreferrer" class="">secure and flexible options</a> available as self custody trading bots are becoming more accessible to the general public.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="self-custody-crypto-trading-bot-for-decentralized-exchanges">Self custody crypto trading bot for decentralized exchanges<a href="https://docs.octobot.cloud/blog/how-to-use-a-self-custody-crypto-trading-bot#self-custody-crypto-trading-bot-for-decentralized-exchanges" class="hash-link" aria-label="Direct link to Self custody crypto trading bot for decentralized exchanges" title="Direct link to Self custody crypto trading bot for decentralized exchanges" translate="no">​</a></h3>
<p>To automate a strategy on a decentralized exchange, there are two main ways of running a DEX bot:</p>
<p><strong>Trusting a DEX trading bot platform</strong><br>
In this case, the bot is running on the servers of the DEX bot platform . While this is convenient, as it implies sharing your wallet with the platform, any issue with this platform can have devastating consequences for your funds.</p>
<p><strong>Self custody crypto trading bots</strong><br>
This bot runs on your device and never shares your wallet with any platform, making it by far the most secure option. Drawback being that very few trading bots are available for decentralized exchanges.</p>
<p>Overall, automating an investment strategy on a DEX is still very challenging, that's why we are working on an easy to use <a href="https://www.octobot.cloud/features/self-custody-trading-bot" target="_blank" rel="noopener noreferrer" class="">self custody crypto trading bot for decentralized exchanges</a>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="pros-and-cons-of-self-custody-crypto-trading-bots">Pros and cons of self custody crypto trading bots<a href="https://docs.octobot.cloud/blog/how-to-use-a-self-custody-crypto-trading-bot#pros-and-cons-of-self-custody-crypto-trading-bots" class="hash-link" aria-label="Direct link to Pros and cons of self custody crypto trading bots" title="Direct link to Pros and cons of self custody crypto trading bots" translate="no">​</a></h3>
<p>The only way use a self custody crypto trading bot is to run it on your own computer or server. Its usually means a desktop application that you install on your system and a lot of headaches to setup and run properly.</p>
<p><strong>Advantages of self custody crypto trading bots</strong></p>
<div>
  {[
    {
      icon: <checkcircle class="text-primary">,
      name: 'Your keys, your coins',
      description: 'You are the only one who has access to your crypto wallet',
    },
    {
      icon: <shield class="text-primary">,
      name: 'Best security',
      description: 'There is no third party to compromise your crypto or API keys',
    },
    {
      icon: <circledollarsign class="text-primary">,
      name: 'Highest flexibility',
      description: 'Use decentralized and centralized exchanges from the same platform',
    },
  ].map((element, i) =&gt; (
    <highlightelement element="{element}">
  ))}
</highlightelement></circledollarsign></shield></checkcircle></div>
<p><strong>Drawbacks of self custody crypto trading bots</strong></p>
<div>
  {[
    {
      icon: <circledollarsign class="text-rating-color-2">,
      name: 'Responsibility',
      description: 'You are responsible of your crypto wallet and API keys security, there is no recovery service if you lose your keys.',
    },
    {
      icon: <globe class="text-rating-color-2">,
      name: 'Running the software',
      description:
        'The software needs to continuously be executed on your own computer or server.',
    },
    {
      icon: <globe class="text-rating-color-2">,
      name: 'Complex setup',
      description:
        'A self custody crypto trading bot usually requires technical knowledge and a secure setup.',
    },
  ].map((element, i) =&gt; (
    <highlightelement element="{element}">
  ))}
</highlightelement></globe></globe></circledollarsign></div>
<p>At OctoBot, we are working on a self custody crypto trading bot that solves both the <strong>Running the software</strong> and <strong>Complex setup</strong> drawbacks using a secure self-custody trading bot from your mobile phone.</p>
<div>
  **[Register to the early access](https://www.octobot.cloud/features/self-custody-trading-bot)**
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-to-use-a-self-custody-crypto-trading-bot">How to use a self custody crypto trading bot<a href="https://docs.octobot.cloud/blog/how-to-use-a-self-custody-crypto-trading-bot#how-to-use-a-self-custody-crypto-trading-bot" class="hash-link" aria-label="Direct link to How to use a self custody crypto trading bot" title="Direct link to How to use a self custody crypto trading bot" translate="no">​</a></h2>
<p>A self custody crypto trading bot is always a software you need to install, configure and run on your own mobile, computer or server.</p>
<p>First step is then to download and install a self custody crypto trading bot, such as the <a href="https://www.octobot.cloud/trading-bot" target="_blank" rel="noopener noreferrer" class="">OctoBot open source trading bot desktop application</a>.</p>
<p>Then, you will be able to select the strategy you want to use, connect to your exchange account and start trading.<br>
While OctoBot works with most centralized exchanges and a few decentralized exchanges, if your primary goal is to trade on decentralized exchanges, you might want to use a specialized bot such as <a href="https://hummingbot.org/" target="_blank" rel="nofollow" class="">Hummingbot</a>.<br>
That's it, your bot is installed and configured, this was the easy part.</p>
<blockquote>
<p>"Installing a self custody crypto trading bot is simple. Properly running and securing it is not."</p>
</blockquote>
<p>Your self custody crypto trading bot is now automating your strategy. Next steps are to:</p>
<ul>
<li class="">Make sure it runs 24/7 (which means monitoring, restarting it if it crashes, keeping it updated)</li>
<li class="">Keep it secure against other people accessing your computer, potential malwares and security breaches.</li>
<li class="">If it runs on a server, make sure your connection to it is secure and encrypted at all times.</li>
</ul>
<p>This can be a real challenge, especially if you are not a person with a strong technical background. This is why until today, the vast majority of self custody crypto trading bots were only available as desktop applications (or even command line tools) designed for highly technical users.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="a-self-custody-crypto-trading-bot-mobile-app">A self custody crypto trading bot mobile app<a href="https://docs.octobot.cloud/blog/how-to-use-a-self-custody-crypto-trading-bot#a-self-custody-crypto-trading-bot-mobile-app" class="hash-link" aria-label="Direct link to A self custody crypto trading bot mobile app" title="Direct link to A self custody crypto trading bot mobile app" translate="no">​</a></h2>
<p>At OctoBot, we have been working on trading bots since 2018, the year we coded the first version of the <a href="https://github.com/Drakkar-Software/OctoBot" target="_blank" rel="nofollow" class="">open source OctoBot on GitHub</a>. Time has passed since then and the crypto world has changed a lot.<br>
With the rise of popular decentralized exchanges such as Hyperliquid or Uniswap and stricter and stricter regulations, traditional trading bot platforms are, in many cases, not the obvious choice anymore.</p>
<p>This is why we have been working on a <strong>self custody crypto trading bot mobile app</strong> that allows you to:</p>
<ul>
<li class=""><strong>Automate your investment strategies</strong> on your centralized and decentralized exchanges <strong>in a simple way</strong>.</li>
<li class=""><strong>Secure your crypto wallet and centralized exchange API keys</strong> on your own device.</li>
<li class="">Profit from your <strong>mobile phone accessibility</strong> to always have control over your investment strategies.</li>
</ul>
<p>We will be launching the app very soon. Register to the early access to be the first to use it.</p>
<div>
  **[Register to the early access](https://www.octobot.cloud/features/self-custody-trading-bot)**
</div>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Trading" term="Trading"/>
        <category label="Exchange" term="Exchange"/>
        <category label="Self custody" term="Self custody"/>
        <category label="Crypto" term="Crypto"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Kucoin x OctoBot Fireside chat - Simplifying crypto investment with AI]]></title>
        <id>https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai</id>
        <link href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai"/>
        <updated>2025-02-25T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Listen to our Fireside with Kucoin discussing how artificial intelligence can help you with your crypto investment.]]></summary>
        <content type="html"><![CDATA[<blockquote>
<p><strong>How can AI really help you with your crypto investment?</strong></p>
</blockquote>
<p>In <a href="https://x.com/i/spaces/1ynJOlgWzaExR" target="_blank" rel="nofollow" class="">this Fireside chat</a> with <a href="https://x.com/swingy369" target="_blank" rel="nofollow" class="">Serena</a> from <a href="https://www.kucoin.com/ucenter/signup?rcode=rJ2Q2T3" target="_blank" rel="nofollow" class="">Kucoin</a>, Paul and Guillaume, co-founders of <a class="" href="https://docs.octobot.cloud/">OctoBot</a> we discuss how AI is changing the game in crypto investment.</p>
<div>
  <div>
    <a href="https://x.com/i/spaces/1ynJOlgWzaExR" target="_blank" rel="nofollow" class="">![kucoin x octobot fireside chat simplifying crypto investment with ai
      announcement banner](/images/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai-announcement.jpeg)</a>
  </div>
</div>
<div>
  **[Listen to the Fireside chat](https://x.com/i/spaces/1ynJOlgWzaExR)**
</div>
<p>Here is a summary of the main topics covered over the fireside chat.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="octobot-is-built-around-simplicity">OctoBot is built around simplicity<a href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai#octobot-is-built-around-simplicity" class="hash-link" aria-label="Direct link to OctoBot is built around simplicity" title="Direct link to OctoBot is built around simplicity" translate="no">​</a></h2>
<p>At OctoBot, we believe that crypto investment strategies should be available to everyone who looks for it. However, selecting and setting up an investment strategy can be really complicated and risky.</p>
<p>That's why <a class="" href="https://docs.octobot.cloud/">octobot.cloud</a> is built with simplicity in mind. Any trading strategy can be easily started from pre-configured strategies.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="ai-to-create-strategies">AI to create strategies<a href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai#ai-to-create-strategies" class="hash-link" aria-label="Direct link to AI to create strategies" title="Direct link to AI to create strategies" translate="no">​</a></h2>
<p>Creating a trading strategy doesn't have to be a complex task. Using <a rel="nofollow" class="" href="https://docs.octobot.cloud/blog/creator">OctoBot AI</a>, anyone can create their own trading strategy on any supported exchange.</p>
<p>Naturally, each trading strategy can be used with <a class="" href="https://docs.octobot.cloud/investing/paper-trading-a-strategy">risk-free virtual money</a> first and then on the user's exchange account.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="creating-a-crypto-basket-with-ai">Creating a crypto basket with AI<a href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai#creating-a-crypto-basket-with-ai" class="hash-link" aria-label="Direct link to Creating a crypto basket with AI" title="Direct link to Creating a crypto basket with AI" translate="no">​</a></h3>
<p><img decoding="async" loading="lazy" alt="creating a meme coins crypto basket using ai" src="https://docs.octobot.cloud/assets/images/creating-a-meme-coins-crypto-basket-using-ai-8960eb806450f35135a3259240994465.png" width="828" height="846" class="img_ev3q"></p>
<p>Create any crypto basket just by describing it to the AI. The created crypto basket will be ready to use on the exchange you specified.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="creating-a-dca-strategy-with-ai">Creating a DCA strategy with AI<a href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai#creating-a-dca-strategy-with-ai" class="hash-link" aria-label="Direct link to Creating a DCA strategy with AI" title="Direct link to Creating a DCA strategy with AI" translate="no">​</a></h3>
<p><img decoding="async" loading="lazy" alt="creating a sol eth usdc dca strategy on conbase using ai" src="https://docs.octobot.cloud/assets/images/creating-a-sol-eth-usdc-dca-strategy-on-conbase-using-ai-7a87696a7eb15e993966458cda42aa44.png" width="820" height="854" class="img_ev3q"></p>
<p>DCA strategies can also be created from the AI, simply describe what to trade and how to trade it and your DCA strategy will be ready.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="creating-a-grid-strategy-with-ai">Creating a grid strategy with AI<a href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai#creating-a-grid-strategy-with-ai" class="hash-link" aria-label="Direct link to Creating a grid strategy with AI" title="Direct link to Creating a grid strategy with AI" translate="no">​</a></h3>
<p>Grid strategies are a great way to make profits in sideway markets but can be intimidating to design, AI makes it much easier. Using OctoBot AI, you can get your custom grid in a few seconds.</p>
<p><img decoding="async" loading="lazy" alt="creating a sol usdt grid strategy on kucoin using ai" src="https://docs.octobot.cloud/assets/images/creating-a-sol-usdt-grid-strategy-on-kucoin-using-ai-6b5821403fc417c6fa6aeaecb08c4f7f.png" width="834" height="843" class="img_ev3q"></p>
<p>The AI describes the key information of your grid in a simple way. Here, this 10 orders Solana grid covers a pretty tight price interval and will automatically follow the price by trailing up when the SOL/USDT price increases beyond 146.291 USDT.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="creating-a-tradingview-strategy-with-ai">Creating a TradingView strategy with AI<a href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai#creating-a-tradingview-strategy-with-ai" class="hash-link" aria-label="Direct link to Creating a TradingView strategy with AI" title="Direct link to Creating a TradingView strategy with AI" translate="no">​</a></h3>
<p>When using TradingView to invest, Pine Script is the way to automate a strategy. However, it can be hard to get started with a new TradingView strategy. OctoBot AI makes it much easier. Simply describe your TradingView strategy idea and the AI will create your strategy Pine Script in a second.</p>
<div>
  **[Create your own strategy with AI](https://www.octobot.cloud/creator)**
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="investing-using-crypto-basket-in-the-bull-market">Investing using crypto basket in the bull market<a href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai#investing-using-crypto-basket-in-the-bull-market" class="hash-link" aria-label="Direct link to Investing using crypto basket in the bull market" title="Direct link to Investing using crypto basket in the bull market" translate="no">​</a></h2>
<p>During the bull market, Crypto Baskets are performing extremely well. Ourselves, at OctoBot, we use crypto baskets a lot for our personal investments.</p>
<p><img decoding="async" loading="lazy" alt="top 5 basket with 73 percent profit on kucoin" src="https://docs.octobot.cloud/assets/images/top-5-basket-with-73-percent-profit-on-kucoin-d6ea43e05d1028bb8b514bc2d0afa95c.png" width="1906" height="843" class="img_ev3q"></p>
<p>Of course, at OctoBot, we use OctoBot for our investments and here is a screenshot of one of our personal crypto baskets bot. We believe crypto baskets to be a simple great investment strategy, especially during the bull market.</p>
<div>
  **[View crypto baskets](https://www.octobot.cloud/explore?category=indexes)**
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="transparency-is-at-the-core-of-octobot">Transparency is at the core of OctoBot<a href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai#transparency-is-at-the-core-of-octobot" class="hash-link" aria-label="Direct link to Transparency is at the core of OctoBot" title="Direct link to Transparency is at the core of OctoBot" translate="no">​</a></h2>
<p>Since 2018, OctoBot is open source. We don't want users to blindly have to trust OctoBot, that's why the whole code is available on <a href="https://github.com/Drakkar-Software/OctoBot" target="_blank" rel="nofollow" class="">GitHub</a> and everyone can download and install the software.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="final-words">Final words<a href="https://docs.octobot.cloud/blog/kucoin-x-octobot-fireside-chat-simplifying-crypto-investment-with-ai#final-words" class="hash-link" aria-label="Direct link to Final words" title="Direct link to Final words" translate="no">​</a></h2>
<p>At OctoBot, we want to make investment strategies easy to use for everyone. AI has recently become powerful enough to really help investors with their strategies, and we are proud to announce that OctoBot is now much easier to use and opens more possibilities than ever.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Partnership" term="Partnership"/>
        <category label="Trading" term="Trading"/>
        <category label="Exchange" term="Exchange"/>
        <category label="AI" term="AI"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[10 Best Free Crypto Trading Bots]]></title>
        <id>https://docs.octobot.cloud/blog/best-free-crypto-trading-bots</id>
        <link href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots"/>
        <updated>2024-11-26T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Discover the top 10 free crypto trading bots that can help you automate your cryptocurrency trading strategy, minimize risks, and maximize potential profits without breaking the bank.]]></summary>
        <content type="html"><![CDATA[<p>In the complex world of cryptocurrency trading, staying ahead of market trends can feel like a full-time job.</p>
<p>Crypto trading bots are game-changing tools that allow traders to execute strategies 24/7, without being glued to their screens.
While many trading bots come with hefty price tags, the free ones are democratizing algorithmic trading for investors of all levels.
This comprehensive guide will walk you through the top 10 free crypto trading bots that can help you automate your trading strategy, reduce emotional decision-making, and potentially increase your trading efficiency.
Whether you're a seasoned crypto trader or a curious beginner.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-a-crypto-trading-bot">What is a crypto trading bot?<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#what-is-a-crypto-trading-bot" class="hash-link" aria-label="Direct link to What is a crypto trading bot?" title="Direct link to What is a crypto trading bot?" translate="no">​</a></h2>
<p>A crypto trading bot is an advanced software program designed to interact with cryptocurrency exchanges, automatically executing trades based on pre-defined strategies and market analysis.<br>
These sophisticated algorithms can monitor market conditions, analyze price movements, and make trading decisions on your behalf.<br>
By using complex mathematical models and <a class="" href="https://docs.octobot.cloud/blog/best-ai-trading-bots">machine learning</a> techniques, trading bots can implement various strategies like <a href="https://www.octobot.cloud/tools/triangular-arbitrage-crypto" target="_blank" rel="noopener noreferrer" class="">arbitrage</a>, trend following, <a href="https://market-making.octobot.cloud/" target="_blank" rel="noopener noreferrer" class="">market making</a>, and sentiment analysis, all without experiencing the emotional biases that often impact human trading decisions.</p>
<div>
  Now that we have a clear understanding of what a crypto trading bot is, let's
  explore the various types of trading bots available in the market.
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="1-octobot">1. OctoBot<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#1-octobot" class="hash-link" aria-label="Direct link to 1. OctoBot" title="Direct link to 1. OctoBot" translate="no">​</a></h2>
<div>
  <div>
    ![A man relaxing in his couch while OctoBot is making money by automating
    cryptocurrency
    strategies](/a-man-relaxing-in-his-couch-while-octobot-is-making-money-by-automating-cryptocurrency-strategies-light.png)
  </div>
</div>
<p><a class="" href="https://docs.octobot.cloud/">OctoBot</a> is a flexible and easy-to-use trading bot that offers a variety of strategies for free, including <a href="https://www.octobot.cloud/features/ai-trading-bot" target="_blank" rel="noopener noreferrer" class="">AI-based</a>, <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto baskets</a>, smart <a class="" href="https://docs.octobot.cloud/blog/smart-dca-making-of">DCA</a>, grid and <a href="https://www.octobot.cloud/features/tradingview-bot" target="_blank" rel="noopener noreferrer" class="">TradingView</a> strategies.<br>
It's <a class="" href="https://docs.octobot.cloud/blog/open-source-trading-software">open-source</a>. With its focus on transparency, users can backtest strategies or use paper trading and track performance.<br>
OctoBot supports most major crypto exchanges and also offers premium plans for free by completing missions, making it suitable for both beginners and experienced crypto investors regardless of their budget.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{3}" h="14px" tooltiptext="User-friendly with AI-based and various pre-made strategies for beginners and pros">
    <rating title="Free version limits" level="{3}" h="14px" tooltiptext="You can unlock paid features by completing missions for free">
    <rating title="Features" level="{3}" h="14px" tooltiptext="Open-source, supports major exchanges, variety of trading strategies, backtesting, and performance tracking">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="2-3commas">2. 3Commas<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#2-3commas" class="hash-link" aria-label="Direct link to 2. 3Commas" title="Direct link to 2. 3Commas" translate="no">​</a></h2>
<div>
  <div>
    ![3commas-logo](/images/blog/best-crypto-trading-bots/3commas.png)
  </div>
</div>
<p>3Commas is a crypto trading bot, offering GRID, DCA and Signal bots.
Known for its user-friendly interface, 3Commas supports multiple trading strategies and technical indicators.
It also features a community for support and learning, and a marketplace for third-party crypto signals. It offers a limited free plan
and requires KYC in Europe.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{2}" h="14px" tooltiptext="Easy-to-navigate interface with multiple trading strategies but requires KYC in Europe">
    <rating title="Free version limits" level="{1}" h="14px" tooltiptext="Few trades and bots">
    <rating title="Features" level="{2}" h="14px" tooltiptext="Supports GRID, DCA, and Signal bots with a marketplace">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="3-coinrule">3. CoinRule<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#3-coinrule" class="hash-link" aria-label="Direct link to 3. CoinRule" title="Direct link to 3. CoinRule" translate="no">​</a></h2>
<p>Coinrule is a no-code crypto trading bot.
It features an easy "if-this-then-that" rule setup, over 150 pre-set trading rules, and a risk-free demo exchange.
The bot is available via a web platform, supports all major tokens, and offers various subscription plans, including a lite free option.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{1}" h="14px" tooltiptext="Complex 'if-this-then-that' rule setup for beginners">
    <rating title="Free version limits" level="{2}" h="14px" tooltiptext="Only 1 exchange and 2 rules">
    <rating title="Features" level="{3}" h="14px" tooltiptext="Over 150 pre-set rules and a risk-free demo exchange">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="4-cryptohopper">4. Cryptohopper<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#4-cryptohopper" class="hash-link" aria-label="Direct link to 4. Cryptohopper" title="Direct link to 4. Cryptohopper" translate="no">​</a></h2>
<p>Cryptohopper is a cloud based <a class="" href="https://docs.octobot.cloud/blog/automated-trading-bot">crypto trading bot</a>, offering a 3 days free trial for new users.
It stands out for its market-making bot and the ability for users to create custom trading strategies or copy others' from its marketplace.
The platform also supports automated trading via a telegram bot and offers additional services like crypto signals, strategy templates, and paper trading.
The free plan only offers copy bots and portfolio management.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{1}" h="14px" tooltiptext="Challenging for beginners, offers market-making bot">
    <rating title="Free version limits" level="{1}" h="14px" tooltiptext="Only copy bots">
    <rating title="Features" level="{3}" h="14px" tooltiptext="Custom strategy creation, telegram bot trading, and paper trading">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="5-pionex">5. Pionex<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#5-pionex" class="hash-link" aria-label="Direct link to 5. Pionex" title="Direct link to 5. Pionex" translate="no">​</a></h2>
<div>
  <div>
    ![pionex-logo](/images/blog/best-crypto-trading-bots/pionex.jpg)
  </div>
</div>
<p><a href="https://www.pionex.com/en/signUp?r=octobot" target="_blank" rel="noopener noreferrer" class="">Pionex</a> (<a href="https://accounts.pionex.us/en/signup?ref=octobot" target="_blank" rel="noopener noreferrer" class="">Pionex.us</a> for US citizens) is a cutting-edge trading platform known for its user-friendly automated trading bots, allowing traders to execute strategies effortlessly.<br>
It offers a variety of customizable bots tailored to different trading styles, making it ideal for both novice and experienced traders seeking flexibility.
With advanced backtesting and performance monitoring tools, Pionex empowers users to optimize their strategies and manage risk effectively.
As it is also an exchange, there is no additional fees to start a trading bot.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{2}" h="14px" tooltiptext="Easy to use copy bot but complex bot creation">
    <rating title="Free version limits" level="{3}" h="14px" tooltiptext="Low exchanges fees">
    <rating title="Features" level="{3}" h="14px" tooltiptext="Great variety of pre-made bots">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="6-binance-trading-bot">6. Binance trading bot<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#6-binance-trading-bot" class="hash-link" aria-label="Direct link to 6. Binance trading bot" title="Direct link to 6. Binance trading bot" translate="no">​</a></h2>
<p><a class="" href="https://docs.octobot.cloud/guides/exchanges/binance">Binance</a> trading bots are automated tools designed to execute cryptocurrency trades based on predefined parameters, allowing users to trade 24/7 without constant monitoring.
These bots enhance trading efficiency by analyzing market data and making split-second decisions, which can help capitalize on market volatility.
Binance offers a variety of bots, including the popular Spot <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/grid-trading-mode">Grid</a> bot, which is particularly effective in sideways markets by buying low and selling high within a set price range.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{1}" h="14px" tooltiptext="Complex bot exploration and creation">
    <rating title="Free version limits" level="{3}" h="14px" tooltiptext="Exchanges fees only">
    <rating title="Features" level="{3}" h="14px" tooltiptext="Great variety of pre-made bots">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="7-cornix">7. Cornix<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#7-cornix" class="hash-link" aria-label="Direct link to 7. Cornix" title="Direct link to 7. Cornix" translate="no">​</a></h2>
<p>Cornix is an automated crypto trading platform, renowned for beeing the largest crypto signals provider marketplace.
It offers DCA bots, a dedicated mobile app and integration with Telegram for easy trade automation. It offers a limited free plan.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{2}" h="14px" tooltiptext="Moderate ease with mobile app and Telegram integration">
    <rating title="Free version limits" level="{2}" h="14px" tooltiptext="1 bot of all types">
    <rating title="Features" level="{2}" h="14px" tooltiptext="DCA bots and integration with major trading platforms">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="8-bybit-trading-bot">8. Bybit trading bot<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#8-bybit-trading-bot" class="hash-link" aria-label="Direct link to 8. Bybit trading bot" title="Direct link to 8. Bybit trading bot" translate="no">​</a></h2>
<p><a class="" href="https://docs.octobot.cloud/guides/exchanges/bybit">Bybit</a> trading bots are automated tools that execute cryptocurrency trades based on pre-set strategies, enabling continuous trading without constant human oversight.
These sophisticated algorithms analyze market trends quickly, offering options like the Grid Bot for sideways markets and the DCA Bot for systematic, risk-managed investments.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{2}" h="14px" tooltiptext="Complex bot exploration">
    <rating title="Free version limits" level="{3}" h="14px" tooltiptext="Exchanges fees only">
    <rating title="Features" level="{2}" h="14px" tooltiptext="Auto fill feature">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="9-kucoin-trading-bot">9. Kucoin trading bot<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#9-kucoin-trading-bot" class="hash-link" aria-label="Direct link to 9. Kucoin trading bot" title="Direct link to 9. Kucoin trading bot" translate="no">​</a></h2>
<p><a class="" href="https://docs.octobot.cloud/guides/exchanges/kucoin">KuCoin</a> trading bots are automated tools that perform cryptocurrency trades according to user-defined settings, allowing for continuous trading without the need for constant oversight.
They analyze real-time market data to make quick decisions and capitalize on price fluctuations.
Key options include the Spot Grid bot for sideways markets and the <a class="" href="https://docs.octobot.cloud/blog/smart-dca-making-of">Dollar-Cost Averaging</a> (DCA) bot for systematic investing.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{1}" h="14px" tooltiptext="Complex bot exploration and setup">
    <rating title="Free version limits" level="{3}" h="14px" tooltiptext="Exchanges fees only">
    <rating title="Features" level="{2}" h="14px" tooltiptext="No pre-made bots">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="10-okx-trading-bot">10. OKX trading bot<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#10-okx-trading-bot" class="hash-link" aria-label="Direct link to 10. OKX trading bot" title="Direct link to 10. OKX trading bot" translate="no">​</a></h2>
<p><a class="" href="https://docs.octobot.cloud/guides/exchanges/okx">OKX</a> trading bots are algorithmic cryptocurrency trading systems that autonomously execute predefined strategies by analyzing real-time market data.
These automated tools leverage sophisticated techniques like grid trading, dollar-cost averaging, arbitrage to optimize trading performance.
By minimizing human intervention, the bots enable precise, rapid market interactions across multiple cryptocurrency platforms.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{1}" h="14px" tooltiptext="Complex bot exploration and setup">
    <rating title="Free version limits" level="{2}" h="14px" tooltiptext="High exchanges fees">
    <rating title="Features" level="{2}" h="14px" tooltiptext="No pre-made bots">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="conclusion">Conclusion<a href="https://docs.octobot.cloud/blog/best-free-crypto-trading-bots#conclusion" class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" translate="no">​</a></h2>
<p>In summary, whether you're a beginner or a seasoned trader, there's a crypto trading bot out there that can meet your specific needs.
While these tools can be powerful allies in your trading journey, it's crucial to remember that no bot guarantees profits.
Always conduct thorough research, understand the bot's strategy, and start with small investments or <a class="" href="https://docs.octobot.cloud/investing/paper-trading-a-strategy">paper trading</a>.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Cryptocurrency" term="Cryptocurrency"/>
        <category label="Trading" term="Trading"/>
        <category label="Plans" term="Plans"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Grid trading]]></title>
        <id>https://docs.octobot.cloud/blog/grid-trading</id>
        <link href="https://docs.octobot.cloud/blog/grid-trading"/>
        <updated>2024-11-15T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Discover grid trading strategies to profit from market volatility. Learn how to set up your automated trading system with OctoBot for optimal gains.]]></summary>
        <content type="html"><![CDATA[<p>Grid trading can be one of the strongest methods of trading that helps in making good profits out of the volatility in the markets.
Building a grid trading system gives you the capability of leveraging price fluctuations upward to increase your trading profits.
In this in-depth guide, we take a close look at what grid trading is, touching on the benefits, strategies, and common mistakes to be avoided.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-grid-trading">What is Grid Trading?<a href="https://docs.octobot.cloud/blog/grid-trading#what-is-grid-trading" class="hash-link" aria-label="Direct link to What is Grid Trading?" title="Direct link to What is Grid Trading?" translate="no">​</a></h2>
<p>Grid trading is a technique of trading that involves placing a number of buy and sell orders at fixed price intervals. This then creates a "grid" of orders which can be activated as the price heads higher or lower.</p>
<blockquote>
<p>Grid trading is an attempt to make a profit from the difference between buying and selling, but not through forecasting the trend.</p>
</blockquote>
<div>
  ![grid trading illustrated by a man stepping up on green stairs grabbing
  coins](/images/guides/grid-trading-illustrated-by-a-man-stepping-up-on-green-stairs-grabbing-coins.png)
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-does-grid-trading-work">How does Grid Trading work?<a href="https://docs.octobot.cloud/blog/grid-trading#how-does-grid-trading-work" class="hash-link" aria-label="Direct link to How does Grid Trading work?" title="Direct link to How does Grid Trading work?" translate="no">​</a></h2>
<p><a href="https://www.investopedia.com/terms/g/grid-trading.asp" target="_blank" rel="nofollow" class="">Grid trading</a> is a process of setting multiple buy and sell orders at
measured price levels. Usually, they are set according to a grid pattern,
whereby each of them triggers with every movement in the price upwards or
downwards. In other words, you could be trading in crypto, setting a $50 buy
order and a $55 sell order. Once the price reaches $55, the sell order is
triggered, and you sell the crypto for profit. If the price heads lower to $50,
it triggers a buy order, through which you will buy the crypto at a lower price.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="types-of-grid-trading-strategies">Types of Grid Trading Strategies<a href="https://docs.octobot.cloud/blog/grid-trading#types-of-grid-trading-strategies" class="hash-link" aria-label="Direct link to Types of Grid Trading Strategies" title="Direct link to Types of Grid Trading Strategies" translate="no">​</a></h2>
<p>You may employ several kinds of <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/grid-trading-mode">grid trading</a> strategies depending upon your goals about trading and risk tolerance.</p>
<p>The most common grid trading strategy is the range-based grid trading. This strategy involves the establishment of a grid of orders that are to be triggered once the price starts to move within a pre-defined range.
For example, assume the price is trading between $50 and $60, you're going to set buy and sell orders at higher or lower levels from this range.</p>
<p>Advantages of Grid trading are many and from different perspectives; the essential ones are as follows:</p>
<ul>
<li class="">More profit: Through grid trading, you can have gains when there is fluctuation, even in a sideways market.</li>
<li class="">Risk reduction: Setting up a grid of orders will actually allow you to reduce the risks and hence avoid making huge losses.</li>
<li class="">Flexibility: Through grid trading, you can efficiently engage yourself with a variety of markets such as stocks, forex, and cryptocurrencies.</li>
</ul>
<p>However, it also has some disadvantages.</p>
<ul>
<li class="">Complexity: Grid trading can be cumbersome to set up. As such, its setup can be very confusing to any trader who sets it up.</li>
<li class="">Over-trading: Grid trading can cause over-trading. This also has the potential of raising commissions, along with slippage.</li>
<li class="">Emotional stress: It can be very emotionally stressful to trade using grid trading, especially in cases where you are trading with a big chunk of your capital.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="grid-trading-bots">Grid trading bots<a href="https://docs.octobot.cloud/blog/grid-trading#grid-trading-bots" class="hash-link" aria-label="Direct link to Grid trading bots" title="Direct link to Grid trading bots" translate="no">​</a></h2>
<div>
  ![grid trading strategies available on
  octobot.cloud](/images/blog/grid-trading/grid-strategies.png)
</div>
<p>Grid trading bots, like <a class="" href="https://docs.octobot.cloud/">OctoBot</a>, are an automated program that automatically closes buy and sell orders based on pre-set parameters. It does this by creating a series of price levels or "grids" within which it will automatically execute trades in response to market fluctuations.
It automatically performs partial sales when the price reaches a certain level within the set sell order and buys more in the event the price drops to a buy order level.</p>
<p>In this way, a trader can continuously make a profit from small price fluctuations without his or her constant monitoring of the market.
Automation given by these bots has also helped them save traders from emotional stress while implementing effective strategies in both volatile and sideways markets.</p>
<div>
  **[Start a grid trading bot](https://www.octobot.cloud/explore?category=strategies)**
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="conclusion">Conclusion<a href="https://docs.octobot.cloud/blog/grid-trading#conclusion" class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" translate="no">​</a></h2>
<p>The grid trading strategy, is among the best stategies to actually realize gains from volatility in markets. You will have all the opportunities to fully capitalize on the fluctuation in prices by creating a grid trading system that increases your trading profits.
On the other hand, grid trading requires serious risk management and discipline in overtrading emotional stress.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Trading" term="Trading"/>
        <category label="Strategy" term="Strategy"/>
        <category label="OctoBot cloud" term="OctoBot cloud"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[What is Spot Trading]]></title>
        <id>https://docs.octobot.cloud/blog/what-is-spot-trading</id>
        <link href="https://docs.octobot.cloud/blog/what-is-spot-trading"/>
        <updated>2024-11-14T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Learn the ins and outs of spot trading and start building wealth in the cryptocurrency market. Discover the benefits, strategies, and best practices for successful spot trading.]]></summary>
        <content type="html"><![CDATA[<blockquote>
<p>Curious about cryptocurrency, but really have no idea where to start?</p>
</blockquote>
<p>Spot trading is an excellent place to start, but a host of available options and strategies may overwhelm you. In this article, some of the most basic aspects of spot trading will be discussed, a step-by-step guide on how one can get started will be given out, and valuable insight will also be shared concerning the best strategy and practices that shall bring in success.</p>
<p>Spot trading means buying or selling a cryptocurrency at the prevailing current market price and intending to take immediate delivery of the asset. This is opposed to either futures or options trading, whereby you would deal in a contract that will eventually give one the right to buy or sell an asset at a certain price some point in time.</p>
<p>Many traders love to spot trade since the market provides ample opportunities to make quick money by speculating on its ups and downs. It does, however, have its risks and challenges, too, which will be discussed later in this article.</p>
<div>
  <div>
    ![traders with a laptop bying and selling
    crypto](/images/blog/what-is-spot-trading/cover.png)
  </div>
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-to-get-started-with-spot-trading">How to Get Started with Spot Trading<a href="https://docs.octobot.cloud/blog/what-is-spot-trading#how-to-get-started-with-spot-trading" class="hash-link" aria-label="Direct link to How to Get Started with Spot Trading" title="Direct link to How to Get Started with Spot Trading" translate="no">​</a></h2>
<p>Getting started with spot trading is relatively easy but does take some basic knowledge and preparation. Here are the steps to follow:</p>
<p>First, choose a reputable exchange that enjoys good credibility. Select any exchange that lists your cryptocurrency pair for a spot trade. Create an account on that exchange and get it verified. Afterwards, you may deposit the funds with which you wish to trade into your account. Get familiar with the platform of the exchange and its features, including charts and order books.</p>
<p>Start trading: <a class="" href="https://docs.octobot.cloud/investing/invest-with-your-strategy">Make your first trade</a> and begin growing your portfolio.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="strategy-of-spot-trading">Strategy of Spot Trading<a href="https://docs.octobot.cloud/blog/what-is-spot-trading#strategy-of-spot-trading" class="hash-link" aria-label="Direct link to Strategy of Spot Trading" title="Direct link to Strategy of Spot Trading" translate="no">​</a></h2>
<p>There are numerous spot trading strategies that you can avail depending on your goals and risk tolerance.
Let's discuss a few widely used one's below:</p>
<ul>
<li class="">Technical Analysis: You can make use of charts along with <a class="" href="https://docs.octobot.cloud/investing/tradingview-strategies-tutorials/automating-a-tradingview-death-and-golden-cross-strategy">technical indicators</a> to identify trends and patterns taking place within the market.</li>
<li class="">Fundamental analysis: The trader needs to research the underlying fundamentals of a digital currency, its use case, team, and market demand.</li>
<li class=""><a href="https://www.octobot.cloud/tools/scalping-signals" target="_blank" rel="noopener noreferrer" class="">Scalping</a>: Earn money by buying and selling a cryptocurrency in as little time as possible.</li>
<li class="">Swing trading: Simply hold onto the cryptocurrency for an extended period of time, while it waits for a huge movement in the market.</li>
</ul>
<div>
  <div>
    ![cryptocurrency trading desk abstract concept
    illustration](/images/blog/what-is-spot-trading/cryptocurrency-desk.png)
  </div>
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="spot-trading-vs-other-types-of-trading">Spot Trading vs Other Types of Trading<a href="https://docs.octobot.cloud/blog/what-is-spot-trading#spot-trading-vs-other-types-of-trading" class="hash-link" aria-label="Direct link to Spot Trading vs Other Types of Trading" title="Direct link to Spot Trading vs Other Types of Trading" translate="no">​</a></h2>
<p>A little further down the line, spot trading is just one type of trading, and it does have its advantages and disadvantages versus other kinds of trading. A few of the main differences existing are:</p>
<ul>
<li class=""><a class="" href="https://docs.octobot.cloud/blog/what-is-future-trading">Futures trading</a>: Futures trading involves buying and selling a contract that leads to the entitlement of purchasing or selling at a particular price in times to come. This involves more intricacies and hence requires deeper market understanding.</li>
<li class=""><a href="https://www.investopedia.com/terms/o/option.asp" target="_blank" rel="nofollow" class="">Option trading</a> is generally defined as a trade of contracts wherein
one receives the right to sell or buy any specific form of an asset in the
future at a pre-identified price. Options trading is also a more complex form
of trade and entails much more comprehensive understanding of the market.</li>
<li class="">Day trading: As the name would suggest, trading involves the buying and selling of a cryptocurrency in one single trading day. This kind of trading is faster and requires better knowledge of the market.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="common-mistakes-to-avoid-in-spot-trading">Common Mistakes to Avoid in Spot Trading<a href="https://docs.octobot.cloud/blog/what-is-spot-trading#common-mistakes-to-avoid-in-spot-trading" class="hash-link" aria-label="Direct link to Common Mistakes to Avoid in Spot Trading" title="Direct link to Common Mistakes to Avoid in Spot Trading" translate="no">​</a></h2>
<p>Spot trading offers lucrative opportunities but carries inherent risks.
While emotions can derail trading decisions, disciplined risk management through stop-loss orders is crucial.
Success requires careful market analysis and a deep understanding of traded cryptocurrencies.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Cryptocurrency" term="Cryptocurrency"/>
        <category label="Trading" term="Trading"/>
        <category label="Educational" term="Educational"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Automated Trading Bot]]></title>
        <id>https://docs.octobot.cloud/blog/automated-trading-bot</id>
        <link href="https://docs.octobot.cloud/blog/automated-trading-bot"/>
        <updated>2024-11-12T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Learn how automated trading bots can revolutionize your trading strategy. Discover key benefits, best practices, and top strategies to maximize profits while minimizing emotional decisions.]]></summary>
        <content type="html"><![CDATA[<p>Tired of spending several hours analyzing the market trends and then making emotional trading decisions?</p>
<blockquote>
<p>Do you want to maximize your profits and minimize your losses?</p>
</blockquote>
<p>If so, you are not alone. In recent times, the use of automated trading bots has increased in an effort to revolutionize the trading strategy among many traders.
Here is all the important information on the world of automated trading bots, covering benefits, risks, and best practices to succeed.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-an-automated-trading-bot">What is an Automated Trading Bot?<a href="https://docs.octobot.cloud/blog/automated-trading-bot#what-is-an-automated-trading-bot" class="hash-link" aria-label="Direct link to What is an Automated Trading Bot?" title="Direct link to What is an Automated Trading Bot?" translate="no">​</a></h2>
<p>A trading bot is simply a software program that uses market or any other type of data to analyze and make a trade on behalf of the user.
They may be set to follow a defined trading strategy; besides, they are able to perform trades faster and more frequently than a human ever could.
Many trading bots are designed for use in trading stocks, forex, and crypto, and they come with a host of benefits for traders.</p>
<p>They can analyze market data and make trades without emotional bias, granting the trader more time for analysis and strategy development.
Just like a self-driving car, automated trading bots need regular checkups and updates to make sure they keep running correctly and efficiently.</p>
<div>
  <div>
    ![A man relaxing in his couch while OctoBot is making money by automating
    cryptocurrency
    strategies](/a-man-relaxing-in-his-couch-while-octobot-is-making-money-by-automating-cryptocurrency-strategies-light.png)
  </div>
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-do-automated-trading-bots-work">How Do Automated Trading Bots Work?<a href="https://docs.octobot.cloud/blog/automated-trading-bot#how-do-automated-trading-bots-work" class="hash-link" aria-label="Direct link to How Do Automated Trading Bots Work?" title="Direct link to How Do Automated Trading Bots Work?" translate="no">​</a></h2>
<p>Automated trading bots are using <a class="" href="https://docs.octobot.cloud/blog/how-does-trading-bot-work">algorithms and machine learning</a> in the analysis of market data for the execution of trades.
They can simply be programmed to follow a particular trading strategy, such as <a class="" href="https://docs.octobot.cloud/blog/smart-dca-making-of">DCA</a>, GRID and are capable of executing trades with a speed and frequency impossible for humans.
They can be easily integrated with other tools, such as technical indicators and risk management software, to offer a whole trading solution.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="advantages-of-an-automated-trading-bot">Advantages of An Automated Trading Bot<a href="https://docs.octobot.cloud/blog/automated-trading-bot#advantages-of-an-automated-trading-bot" class="hash-link" aria-label="Direct link to Advantages of An Automated Trading Bot" title="Direct link to Advantages of An Automated Trading Bot" translate="no">​</a></h2>
<p>Some of the benefits associated with a trading bot include:</p>
<ul>
<li class="">Increased Efficiency and Productivity: The automated trading bots can execute trades faster and more frequently than any human being; hence, this frees up more time for them to carry out analysis and strategy development.</li>
<li class="">Higher Accuracy and Less Emotions: This automated trading bot can analyze markets and make trading decisions free from emotional bias, avoiding impulsive decisions.</li>
<li class="">Scalability and Flexibility: One can program an automated trading bot to follow any specific trading strategy; besides, they are straightforward to scale up or scale down with respect to market conditions that keep changing.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="select-the-best-automated-trading-software">Select the Best Automated Trading Software<a href="https://docs.octobot.cloud/blog/automated-trading-bot#select-the-best-automated-trading-software" class="hash-link" aria-label="Direct link to Select the Best Automated Trading Software" title="Direct link to Select the Best Automated Trading Software" translate="no">​</a></h2>
<p>With so many automated trading software options out there, it's hard to know which one to choose. Here are a few things to keep in mind:</p>
<ul>
<li class="">Look for software that offers a variety of trading strategies. Automated trading software should be able to give its user a variety of different trading strategies, including DCA and GRID.</li>
<li class="">Consider the level of customization: Good automated trading software should allow you to customize it in accordance with your trading needs.</li>
<li class="">Check if it has risk management tools. A good automated trading software should have built-in risk management tools, such as stop-loss orders and position sizing.</li>
</ul>
<p>We've also made a top of the <a class="" href="https://docs.octobot.cloud/blog/best-crypto-trading-bots">best crypto trading bots</a>.</p>
<div>
  <div>
    ![A podium of the best trading
    robots](/images/blog/best-crypto-trading-bots/cover.png)
  </div>
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="top-automated-trading-strategies">Top Automated Trading Strategies<a href="https://docs.octobot.cloud/blog/automated-trading-bot#top-automated-trading-strategies" class="hash-link" aria-label="Direct link to Top Automated Trading Strategies" title="Direct link to Top Automated Trading Strategies" translate="no">​</a></h2>
<p>Some of the more popular automated trading strategies include:</p>
<ul>
<li class="">DCA Strategy: Dollar-Cost Averaging (DCA) means investing a fixed amount regularly, no matter the price. This helps smooth out buying costs over time and reduces the impact of market ups and downs.</li>
<li class="">Grid Strategy: The Grid Strategy sets buy and sell orders at regular intervals around a price. It takes advantage of price swings, allowing traders to profit from small movements without needing to predict market direction.</li>
<li class="">AI strategy: AI trading uses algorithms to analyze data and make trades quickly. These systems can spot trends and react faster than humans, adapting to market changes for better outcomes.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="risk-management-and-portfolio-optimization">Risk Management and Portfolio Optimization<a href="https://docs.octobot.cloud/blog/automated-trading-bot#risk-management-and-portfolio-optimization" class="hash-link" aria-label="Direct link to Risk Management and Portfolio Optimization" title="Direct link to Risk Management and Portfolio Optimization" translate="no">​</a></h2>
<p>Key parts of automated trading are risk management and portfolio optimization. Some points to be considered are as follows:</p>
<ul>
<li class="">Stop-loss orders can help you limit your losses if the market moves against you.</li>
<li class="">Position sizing: Position sizing is the most critical factor in managing risk and maximizing profits.</li>
<li class="">Diversify your portfolio: You can reduce your risk and potentially increase your returns by diversifying your portfolio by using for example <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto baskets</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="octobot-your-automated-trading-bot">OctoBot: Your automated trading bot<a href="https://docs.octobot.cloud/blog/automated-trading-bot#octobot-your-automated-trading-bot" class="hash-link" aria-label="Direct link to OctoBot: Your automated trading bot" title="Direct link to OctoBot: Your automated trading bot" translate="no">​</a></h2>
<p><a class="" href="https://docs.octobot.cloud/">OctoBot</a> is easy to use automated trading bot to automate your strategies and risk management that can be customized to fit any trading plan.
You can start your own automated trading bot and personalize it according to his particular trading needs using OctoBot or choose any pre-configured strategy.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="conclusion">Conclusion<a href="https://docs.octobot.cloud/blog/automated-trading-bot#conclusion" class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" translate="no">​</a></h2>
<p>Giving traders a bunch of benefits, the automated trading bots will increase efficiency and productivity, improve accuracy and reduce emotions, and be scalable and flexible.
The right choice of automated trading software and the development of your own automated trading bot will maximize your profits and reduce potential losses.
It is equally important that you should not make common errors such as over-optimization and bad risk management.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Cryptocurrency" term="Cryptocurrency"/>
        <category label="Trading" term="Trading"/>
        <category label="Bot" term="Bot"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[How to create your TradingView strategy with AI]]></title>
        <id>https://docs.octobot.cloud/blog/how-to-create-your-tradingview-strategy-with-ai</id>
        <link href="https://docs.octobot.cloud/blog/how-to-create-your-tradingview-strategy-with-ai"/>
        <updated>2024-11-09T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Create and trade with your best trading strategies on TradingView using AI. Describe your strategy with your own words, improve it and invest with it.]]></summary>
        <content type="html"><![CDATA[<blockquote>
<p>What if you could create a trading strategy just by describing it?</p>
</blockquote>
<p>This is exactly what we built, and we are very proud to announce that it works really well!</p>
<!-- -->
<div style="text-align:center;margin:1.5rem 0"><iframe width="100%" height="400" style="max-width:640px;border-radius:8px" src="https://www.youtube.com/embed/1g4T2IsIKBk" title="TradingView Automated Trading with AI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div>
<p>In this video, Guillaume creates a <a href="https://www.investopedia.com/terms/m/macd.asp" rel="nofollow">MACD</a> + <a href="https://www.investopedia.com/terms/s/sma.asp" rel="nofollow">SMA</a> trading strategy exclusively using the OctoBot AI to
generate and then improve the strategy. Finally, the strategy is automated on a
live exchange with a risk-free <a class="" href="https://docs.octobot.cloud/investing/paper-trading-a-strategy">virtual money</a> TradingView OctoBot using a free
TradingView account.</p>
<p>Let's go over the highlights of this new way to create TradingView strategies</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="describe-your-strategy-to-the-ai-to-create-it">Describe your strategy to the AI to create it<a href="https://docs.octobot.cloud/blog/how-to-create-your-tradingview-strategy-with-ai#describe-your-strategy-to-the-ai-to-create-it" class="hash-link" aria-label="Direct link to Describe your strategy to the AI to create it" title="Direct link to Describe your strategy to the AI to create it" translate="no">​</a></h2>
<p>Just describe your strategy on the new <a href="https://www.octobot.cloud/creator" rel="nofollow">OctoBot AI strategy generator</a>, and it will create the TradingView equivalent of your strategy using <a href="https://www.tradingview.com/pine-script-docs/welcome/" rel="nofollow">Pine Script</a>.</p>
<div style="text-align:center"><div><p><img decoding="async" loading="lazy" alt="octobot ai strategy generator creating a macd
strategy" src="https://docs.octobot.cloud/assets/images/octobot-ai-strategy-generator-creating-a-macd-strategy-bb78745d6e75f20dff0ac6688ba4d6e3.png" width="1703" height="792" class="img_ev3q">
<em>prompt: macd strategy</em></p></div></div>
<p>This artificial intelligence is similar to ChatGPT and is specifically trained to generate ready-to-use Pine Script strategies with the following criteria:</p>
<ul>
<li class="">The strategy can be configured using regular TradingView settings</li>
<li class="">No change should be required to run and test the strategy from TradingView</li>
<li class="">The strategy can be automated as is, without having to edit it</li>
</ul>
<p>Just describe it the strategy you wish to create, and the AI strategy generator will write it for you!</p>
<div style="text-align:center"><div><p><img decoding="async" loading="lazy" alt="octobot ai strategy generator macd strategy pinescript
code" src="https://docs.octobot.cloud/assets/images/octobot-ai-strategy-generator-macd-strategy-pinescript-code-8bb891894405909b0e54e8c10dcc8b71.png" width="1144" height="509" class="img_ev3q">
<em>Pine Script Code of the generated MACD strategy</em></p></div></div>
<p>This generated strategy can then just be pasted into the TradingView "Pine Editor" and be used right away.</p>
<div style="text-align:center"><p><strong><a href="https://www.octobot.cloud/creator" target="_blank" rel="noopener noreferrer" class="">Generate your strategy</a></strong></p></div>
<p>And this is not all. The AI strategy generator can also be used to improve a strategy.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="improve-your-trading-strategy-using-ai">Improve your trading strategy using AI<a href="https://docs.octobot.cloud/blog/how-to-create-your-tradingview-strategy-with-ai#improve-your-trading-strategy-using-ai" class="hash-link" aria-label="Direct link to Improve your trading strategy using AI" title="Direct link to Improve your trading strategy using AI" translate="no">​</a></h2>
<p>Once you created your strategy, you can make changes to it the same way you created it: using natural language and your own words.</p>
<p>Just ask the generator to update the strategy the way you want: you can add an indicator, change the way take profits are made, use multiple time frames or coins. There is no limit.</p>
<div style="text-align:center"><div><p><img decoding="async" loading="lazy" alt="octobot ai strategy generator macd strategy add moving average to the
strategy" src="https://docs.octobot.cloud/assets/images/octobot-ai-strategy-generator-macd-strategy-add-moving-average-to-the-strategy-1dfc55338614b25efd21088f99f5d639.png" width="1130" height="756" class="img_ev3q">
<em>Prompt: add a moving average condition to the strategy to only buy when the price is bellow average and sell when the price is above average</em></p></div></div>
<p>The strategy generator will just do exactly as you tell it to and update your strategy code for you.</p>
<div style="text-align:center"><div><p><img decoding="async" loading="lazy" alt="octobot ai strategy generator macd sma strategy pinescript
code" src="https://docs.octobot.cloud/assets/images/octobot-ai-strategy-generator-macd-sma-strategy-pinescript-code-dbf948c6afe5b73e7d8e9fea57a35630.png" width="1144" height="553" class="img_ev3q">
<em>Pine Script Code of the generated MACD + SMA strategy</em></p></div></div>
<p>Here, we asked the AI to also consider moving averages (SMA) when identifying its buy and sell signals. We now have a working MACD + SMA TradingView strategy without writing a line of code.</p>
<p>We can use it directly on TradingView to test and optimize it. It is now just a regular TradingView strategy, just like if you used the code of someone else's strategy, except that it's your own.</p>
<div style="text-align:center"><div><p><img decoding="async" loading="lazy" alt="octobot ai testing the macd sma strategy on
tradingview" src="https://docs.octobot.cloud/assets/images/octobot-ai-testing-the-macd-sma-strategy-on-tradingview-f7ccd0802de3268b4b8abd9e6a300f3e.png" width="1423" height="841" class="img_ev3q">
<em>Testing the MACD + SMA strategy on TradingView</em></p></div></div>
<p>You now have your own TradingView strategy. What about using it in live condition on your exchange?</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="automate-your-ai-tradingview-strategy">Automate your AI TradingView strategy<a href="https://docs.octobot.cloud/blog/how-to-create-your-tradingview-strategy-with-ai#automate-your-ai-tradingview-strategy" class="hash-link" aria-label="Direct link to Automate your AI TradingView strategy" title="Direct link to Automate your AI TradingView strategy" translate="no">​</a></h2>
<p>Binding your TradingView strategy to your exchange can be done using a TradingView OctoBot. They are special OctoBots that you can start on your target exchange and that can be using:</p>
<ul>
<li class=""><strong>Risk free virtual money</strong> - This is best to test your strategy live before using your real funds</li>
<li class=""><strong>Your funds on exchange</strong> - Once you are confident enough to use your strategy with your funds, you can start making gains with a real-money OctoBot</li>
</ul>
<p>Your TradingView strategy can be automated with OctoBot using TradingView alerts. Just create an alert, enter your OctoBot TradingView alert email address or webhook URL and set the alert message to <code>{{strategy.order.alert_message}}</code>.
Your OctoBot will then automatically apply your strategy on your exchange account.</p>
<p>Are you wondering where this <code>{{strategy.order.alert_message}}</code> comes from ? It's a special parameter that has been set in your strategy code by the AI generator in order to make your strategy ready to be automated by OctoBot without having to change the code.</p>
<div style="text-align:center"><p><strong><a href="https://www.octobot.cloud/explore?category=tv" target="_blank" rel="noopener noreferrer" class="">Automate TradingView</a></strong></p></div>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Save money: use email alerts, they are compatible with a TradingView free
account.</p></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="going-further">Going further<a href="https://docs.octobot.cloud/blog/how-to-create-your-tradingview-strategy-with-ai#going-further" class="hash-link" aria-label="Direct link to Going further" title="Direct link to Going further" translate="no">​</a></h2>
<p>We create a <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading">set of guides and videos</a> to help users create and automate their TradingView strategy. If you ever wanted to try something with indicators or TradingView automations of any kind, this is the right place to get started!</p>
<p>Final note: if you wish to use the strategy described on the video, you will find it under the "MACD SMA strategy" on the <a href="https://www.octobot.cloud/explore?category=tv" rel="nofollow">TradingView strategy explorer</a>.</p>]]></content>
        <author>
            <name>Paul</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Crypto" term="Crypto"/>
        <category label="Trading" term="Trading"/>
        <category label="Educational" term="Educational"/>
        <category label="TradingView" term="TradingView"/>
        <category label="AI" term="AI"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[How to automate trading in TradingView]]></title>
        <id>https://docs.octobot.cloud/blog/how-to-automate-trading-in-tradingview</id>
        <link href="https://docs.octobot.cloud/blog/how-to-automate-trading-in-tradingview"/>
        <updated>2024-09-26T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Automate your trades and strategies on any exchange directly from TradingView with webhook or emails. Trade with the best strategies and increase your gains.]]></summary>
        <content type="html"><![CDATA[<div>
  <div>
    ![automate your tradingview trades to trade on any indicator or
    strategy](/images/blog/how-to-automate-trading-in-tradingview/automate-your-tradingview-trades-to-trade-on-any-indicator-or-strategy.png)
  </div>
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="can-you-automate-trading-on-tradingview">Can you automate trading on TradingView?<a href="https://docs.octobot.cloud/blog/how-to-automate-trading-in-tradingview#can-you-automate-trading-on-tradingview" class="hash-link" aria-label="Direct link to Can you automate trading on TradingView?" title="Direct link to Can you automate trading on TradingView?" translate="no">​</a></h2>
<p>Yes you can, and you can do it with a TradingView free plan. <a href="https://www.tradingview.com/?aff_id=27595" target="_blank" rel="nofollow" class="">TradingView</a> has a built-in alert system that can be used to automatically trigger trades on brokers such as <a href="https://www.binance.com/" target="_blank" rel="nofollow" class="">Binance</a>.</p>
<p>Such alerts can be sent via email, which is free or using webhooks, which require a TradingView subscription.
Those alerts can be automatically processed by a platform such as <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading">OctoBot</a> to instantly convert each alert into trades on your exchange account.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="automating-trades-on-tradingview">Automating trades on TradingView<a href="https://docs.octobot.cloud/blog/how-to-automate-trading-in-tradingview#automating-trades-on-tradingview" class="hash-link" aria-label="Direct link to Automating trades on TradingView" title="Direct link to Automating trades on TradingView" translate="no">​</a></h2>
<p>TradingView makes it easy to create alerts that will fire as soon as any type of condition is met.</p>
<div>
  <div>
    ![creating an alert from
    tradingview](/images/blog/how-to-automate-trading-in-tradingview/creating-an-alert-from-tradingview.png)
  </div>
</div>
<p>Alert can are triggered as soon as their <code>Condition</code> is met. Conditions be:</p>
<ul>
<li class=""><strong>Price events</strong> such as the price of <a href="https://www.octobot.cloud/what-is-bitcoin" target="_blank" rel="noopener noreferrer" class="">Bitcoin</a> reaching a certain value</li>
<li class=""><strong>Indicator</strong> thresholds such as the RSI value entering a specific range</li>
<li class=""><strong>Pine Script strategies</strong> creating buy or sell orders
<div>
  <div>
    ![tradingview alert
    form](/images/blog/how-to-automate-trading-in-tradingview/tradingview-alert-form.png)
  </div>
</div>
</li>
</ul>
<p>Overall, alerts are very flexible and are a great tool to connect TradingView to other platforms in order to automate trades. This connection can be done using email or webhooks.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="automate-with-email-alerts">Automate with Email alerts<a href="https://docs.octobot.cloud/blog/how-to-automate-trading-in-tradingview#automate-with-email-alerts" class="hash-link" aria-label="Direct link to Automate with Email alerts" title="Direct link to Automate with Email alerts" translate="no">​</a></h3>
<p>When checking the <code>Send plain text</code> notification option in the alert <code>Notifications</code> tab, TradingView will automatically send an email to your alert email address every time the alert is triggered.</p>
<div>
  <div>
    ![tradingview alert notification
    form](/images/blog/how-to-automate-trading-in-tradingview/tradingview-alert-notification-form.png)
  </div>
</div>
<p>Email alerts are included in the free TradingView plan, which makes them accessible to every TradingView user.<br>
However, when using the free plan, only one email alert can be used at a time.</p>
<p>Automating trades via email is possible but can be complicated. In order to do this, specialized platforms such as <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading">OctoBot</a> are required to be able to automate TradingView trades while remaining on the free TradingView plan.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="automate-with-webhook-alerts">Automate with webhook alerts<a href="https://docs.octobot.cloud/blog/how-to-automate-trading-in-tradingview#automate-with-webhook-alerts" class="hash-link" aria-label="Direct link to Automate with webhook alerts" title="Direct link to Automate with webhook alerts" translate="no">​</a></h3>
<p>The most common way to automate trade on TradingView is to use webhooks. A webhook is a URL that TradingView will automatically call as soon as your alert is triggered.</p>
<p>This is the most efficient way to connect TradingView to any trading platform.</p>
<p>Using webhooks require a TradingView paid plan and is compatible with most platforms.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="tradingview-automated-trading-bot">TradingView automated trading bot<a href="https://docs.octobot.cloud/blog/how-to-automate-trading-in-tradingview#tradingview-automated-trading-bot" class="hash-link" aria-label="Direct link to TradingView automated trading bot" title="Direct link to TradingView automated trading bot" translate="no">​</a></h2>
<p>Adding alerts to TradingView can be used to automate trading strategies using automated trading bots.</p>
<p>A trading bot is a software that will automatically trade on an exchange account based on its strategy. A trading bot can listen to your TradingView alerts and instantly trade on your exchange account as soon as it receives a notification of your alert.</p>
<p>A TradingView trading bot can easily be created using a <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading">TradingView OctoBot</a>. Such bot makes it easy to trade based on your TradingView alert emails or webhook calls.</p>
<p>Using OctoBot, you can create your own TradingView trading bot that will be trading on your exchange account or with <a class="" href="https://docs.octobot.cloud/investing/paper-trading-a-strategy">risk-free virtual money</a> and automate any type of trading strategy.</p>
<p>You got a TradingView strategy that you would like to automate? Check out our guide on <a class="" href="https://docs.octobot.cloud/investing/how-to-automate-any-tradingview-strategy-on-octobot-cloud">how to automate a TradingView Strategy</a> to learn more.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="finding-the-best-tradingview-strategy">Finding the best TradingView strategy<a href="https://docs.octobot.cloud/blog/how-to-automate-trading-in-tradingview#finding-the-best-tradingview-strategy" class="hash-link" aria-label="Direct link to Finding the best TradingView strategy" title="Direct link to Finding the best TradingView strategy" translate="no">​</a></h2>
<p>TradingView is a great platform to find trading strategies. Using the strategy explorer, you can view hundreds of strategies.</p>
<div>
  <div>
    ![tradingview strategy
    explorer](/images/blog/how-to-automate-trading-in-tradingview/tradingview-strategy-explorer.png)
  </div>
</div>
<p>A TradingView strategy is written in <a href="https://www.tradingview.com/pine-script-docs/welcome/" target="_blank" rel="nofollow" class="">Pine Script</a>, a language specifically designed to create and visualize trading strategies.</p>
<div>
  <div>
    ![tradingview strategy
    example](/images/blog/how-to-automate-trading-in-tradingview/tradingview-strategy-example.png)
  </div>
</div>
<p>When selecting a strategy, TradingView will display its signals on your chart, and you will be able to display and edit its Pine Script code directly from the website.</p>
<div>
  <div>
    ![tradingview simple rsi
    strategy](/images/blog/how-to-automate-trading-in-tradingview/tradingview-simple-rsi-strategy.png)
  </div>
</div>
<p>There are many other ways to find TradingView strategies, such as:</p>
<ul>
<li class="">The TradingView <a href="https://www.tradingview.com/scripts/" target="_blank" rel="nofollow" class="">scripts explorer</a></li>
<li class="">Specialized Youtube channels such as <a href="https://www.youtube.com/@DaviddTech" target="_blank" rel="nofollow" class="">Trading with DaviddTech</a> or <a href="https://www.youtube.com/@TradeIQ" target="_blank" rel="nofollow" class="">TradeIQ</a></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="testing-a-tradingview-strategy">Testing a TradingView strategy<a href="https://docs.octobot.cloud/blog/how-to-automate-trading-in-tradingview#testing-a-tradingview-strategy" class="hash-link" aria-label="Direct link to Testing a TradingView strategy" title="Direct link to Testing a TradingView strategy" translate="no">​</a></h2>
<p>When using a TradingView strategy, you can always visualize how it behaves directly on your price chart. You can also use TradingView's integrated backtesting engine to execute your trading strategy on historical data.</p>
<p>Backtesting a strategy is especially useful when optimizing your strategy settings to generate the most profits on your traded market.</p>
<div>
  <div>
    ![tradingview strategy
    tester](/images/blog/how-to-automate-trading-in-tradingview/tradingview-strategy-tester.png)
  </div>
</div>
<p>To test a TradingView strategy, simply go to the <code>Strategy Tester</code> tab and view your strategy historical trading performance.</p>
<p>Changing any input of your strategy will automatically update your strategy backtesting results.</p>
<p><strong><a href="https://www.octobot.cloud/" target="_blank" rel="noopener noreferrer" class="">Start your TradingView bot</a></strong></p>]]></content>
        <author>
            <name>Paul</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Crypto" term="Crypto"/>
        <category label="Trading" term="Trading"/>
        <category label="Educational" term="Educational"/>
        <category label="TradingView" term="TradingView"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Announcing the BitMart and OctoBot partnership]]></title>
        <id>https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership</id>
        <link href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership"/>
        <updated>2024-09-08T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Join the trade to earn campaign to automate your DCA, AI, TradingView, crypto baskets and grid strategies on BitMart using OctoBot]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" alt="bitmart and octobot partnership" src="https://docs.octobot.cloud/assets/images/bitmart-and-octobot-partnership-8dee56557120a96ca61cef6cda3eddca.png" width="1236" height="692" class="img_ev3q"></p>
<p>The OctoBot team is proud to announce the <a href="https://support.bitmart.com/hc/en-us/articles/28977125395355-BitMart-and-Octobot-Broker-Partnership" target="_blank" rel="nofollow" class="">partnership with BitMart</a> aiming to help BitMart investors to simply automate their trading strategies.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="automate-bitmart-trading">Automate BitMart trading<a href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership#automate-bitmart-trading" class="hash-link" aria-label="Direct link to Automate BitMart trading" title="Direct link to Automate BitMart trading" translate="no">​</a></h2>
<p>BitMart is now joining the <a class="" href="https://docs.octobot.cloud/guides/exchanges">officially supported exchanges</a> of the <a href="https://www.octobot.cloud/trading-bot" target="_blank" rel="noopener noreferrer" class="">open source version of OctoBot</a>.</p>
<p>It is now easy to use OctoBot to automate your BitMart trading strategies:</p>
<ul>
<li class="">Using risk-free <a class="" href="https://docs.octobot.cloud/guides/octobot-usage/simulator">paper trading and simulated money</a> to test your strategy in live condition</li>
<li class="">With <a class="" href="https://docs.octobot.cloud/guides/octobot-usage/backtesting">backtesting</a> and the <a class="" href="https://docs.octobot.cloud/guides/octobot-usage/strategy-designer">Strategy Designer</a> to quickly optimize your strategies performances</li>
<li class="">With your funds directly stored on BitMart to really profit from your strategy</li>
</ul>
<p><strong><a href="https://www.octobot.cloud/" target="_blank" rel="noopener noreferrer" class="">Start your OctoBot</a></strong></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="trade-to-earn-for-octobot-users-on-bitmart">Trade to earn for OctoBot users on BitMart<a href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership#trade-to-earn-for-octobot-users-on-bitmart" class="hash-link" aria-label="Direct link to Trade to earn for OctoBot users on BitMart" title="Direct link to Trade to earn for OctoBot users on BitMart" translate="no">​</a></h2>
<p>To celebrate the partnership, BitMart is running a special reward campaign for all OctoBot users who trade on BitMart!
Simply connect your BitMart account to OctoBot, trade with your strategy to receive a $5 reward.</p>
<p>Naturally, this comes in addition to the regular BitMart rewards and makes using OctoBot on BitMart more profitable.</p>
<p>Learn more about the details of this reward on <a href="https://support.bitmart.com/hc/en-us/articles/28977125395355-BitMart-and-Octobot-Broker-Partnership" target="_blank" rel="nofollow" class="">the BitMart announcement</a>.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="supported-octobot-strategies-on-bitmart">Supported OctoBot strategies on BitMart<a href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership#supported-octobot-strategies-on-bitmart" class="hash-link" aria-label="Direct link to Supported OctoBot strategies on BitMart" title="Direct link to Supported OctoBot strategies on BitMart" translate="no">​</a></h2>
<p>The BitMart support by OctoBot opens the door to a wide range of trading strategies that are free and easily accessible from the open source version of OctoBot.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="bitmart-crypto-baskets">BitMart Crypto Baskets<a href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership#bitmart-crypto-baskets" class="hash-link" aria-label="Direct link to BitMart Crypto Baskets" title="Direct link to BitMart Crypto Baskets" translate="no">​</a></h3>
<p>Invest in the whole crypto market or themes you like directly from BitMart using OctoBot cloud-based <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/index-trading-mode">crypto baskets</a> or your custom baskets. To use OctoBot cloud crypto baskets on BitMart, simply download the crypto basket you want directly from your OctoBot and enable the BitMart exchange.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="bitmart-tradingview-automated-trading">BitMart TradingView automated trading<a href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership#bitmart-tradingview-automated-trading" class="hash-link" aria-label="Direct link to BitMart TradingView automated trading" title="Direct link to BitMart TradingView automated trading" translate="no">​</a></h3>
<p>Automate your <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/tradingview-trading-mode">TradingView strategies</a> on BitMart and easily trade from your TradingView alerts.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="bitmart-ai-smart-dca">BitMart AI Smart DCA<a href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership#bitmart-ai-smart-dca" class="hash-link" aria-label="Direct link to BitMart AI Smart DCA" title="Direct link to BitMart AI Smart DCA" translate="no">​</a></h3>
<p>Optimize your BitMart trading strategies using <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/dca-trading-mode">smart dollar cost averaging strategies</a> and automate your trades based on technical analysis or artificial intelligence.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="bitmart-customized-grid-trading">BitMart customized grid trading<a href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership#bitmart-customized-grid-trading" class="hash-link" aria-label="Direct link to BitMart customized grid trading" title="Direct link to BitMart customized grid trading" translate="no">​</a></h3>
<p>Profit from stable markets using <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/grid-trading-mode">grid trading</a> and automate trades to create a regular passive income</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="bitmart-is-available-starting-from-octobot-205">BitMart is available starting from OctoBot 2.0.5<a href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership#bitmart-is-available-starting-from-octobot-205" class="hash-link" aria-label="Direct link to BitMart is available starting from OctoBot 2.0.5" title="Direct link to BitMart is available starting from OctoBot 2.0.5" translate="no">​</a></h2>
<p>Starting from OctoBot 2.0.5, BitMart is SPOT trading is <a class="" href="https://docs.octobot.cloud/guides/exchanges/bitmart">fully supported</a>, as well as its websocket connection allowing to speed up market data updates.</p>
<p>BitMart has been included within OctoBot's regularly tested exchanges. The OctoBot team will regularly make sure that the BitMart connection remains stable and we (the OctoBot team) will do everything that is possible to maintain this state to offer you the best possible trading automation on BitMart.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="final-words">Final words<a href="https://docs.octobot.cloud/blog/announcing-the-bitmart-and-octobot-partnership#final-words" class="hash-link" aria-label="Direct link to Final words" title="Direct link to Final words" translate="no">​</a></h2>
<p>At OctoBot, we are trying to make trading strategies automation as accessible as possible to everyone. Following this philosophy, it's important for us to enable automated trading on each exchange that is important to our users.</p>
<p>Adding <a href="https://www.octobot.cloud/bitmart-trading-bot" target="_blank" rel="noopener noreferrer" class="">BitMart</a> to the supported exchanges of the open source OctoBot is a first step towards a broader integration with BitMart, if you are interested in using BitMart with <a href="https://www.octobot.cloud/explore" target="_blank" rel="noopener noreferrer" class="">OctoBot cloud strategies</a>, let us know by upvoting <a href="https://feedback.octobot.online/cloud/p/bitmart-support" target="_blank" rel="nofollow" class="">the BitMart support</a> on our roadmap.</p>
<p>If you are trading on an exchange that is not currently supported, please create or upvote the post associated to your exchange on <a href="https://feedback.octobot.online/" target="_blank" rel="nofollow" class="">our feedback website</a>.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Crypto" term="Crypto"/>
        <category label="Trading" term="Trading"/>
        <category label="Exchange" term="Exchange"/>
        <category label="Partnership" term="Partnership"/>
        <category label="BitMart" term="BitMart"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[OctoBot 2.0.0 - What's new]]></title>
        <id>https://docs.octobot.cloud/blog/octobot-2-0-0-whats-new</id>
        <link href="https://docs.octobot.cloud/blog/octobot-2-0-0-whats-new"/>
        <updated>2024-07-07T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[OctoBot 2.0.0 improves OctoBot with a full redesign of the user interface and includes the Premium OctoBot extension.]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" alt="octobot 2.0.0 annoucement with new design preview" src="https://docs.octobot.cloud/assets/images/octobot-2.0.0-annoucement-with-new-design-preview-1e34a2ca5a5eeef75d2da91a9a03b96c.png" width="1329" height="733" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="introducing-octobot-200">Introducing OctoBot 2.0.0<a href="https://docs.octobot.cloud/blog/octobot-2-0-0-whats-new#introducing-octobot-200" class="hash-link" aria-label="Direct link to Introducing OctoBot 2.0.0" title="Direct link to Introducing OctoBot 2.0.0" translate="no">​</a></h2>
<p>We're very excited to announce the release of OctoBot 2.0.0! This version is a major leap forward for the whole OctoBot project, as it:</p>
<ol>
<li class="">Revamps the whole user interface</li>
<li class="">Introduces the Premium OctoBot Extension</li>
<li class="">Includes many fixes and exchange connector updates.</li>
</ol>
<div>
  ![octobot premium new tentacles
  available](/images/blog/octobot-2-0-0-whats-new/octobot-premium-new-tentacles-available.png)
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="revamped-user-interface">Revamped user interface<a href="https://docs.octobot.cloud/blog/octobot-2-0-0-whats-new#revamped-user-interface" class="hash-link" aria-label="Direct link to Revamped user interface" title="Direct link to Revamped user interface" translate="no">​</a></h2>
<p>In OctoBot 2.0.0, we greatly improved the OctoBot UI that started to look a bit from another time.</p>
<p>The whole UI is now much more modern and is using the new OctoBot visual identity.</p>
<div>
  ![octobot 2.0.0 preview
  dark](/images/blog/octobot-2-0-0-whats-new/octobot-2.0.0-preview-dark.png)
</div>
<p>The user interface now has dark and light modes and has better rendering on different screen sizes.</p>
<div>
  ![octobot 2.0.0 pnl
  light](/images/blog/octobot-2-0-0-whats-new/octobot-2.0.0-pnl-light.png)
</div>
<p>We hope you will enjoy the new design of OctoBot!</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-premium-octobot-extension">The Premium OctoBot Extension<a href="https://docs.octobot.cloud/blog/octobot-2-0-0-whats-new#the-premium-octobot-extension" class="hash-link" aria-label="Direct link to The Premium OctoBot Extension" title="Direct link to The Premium OctoBot Extension" translate="no">​</a></h2>
<p>The second major feature of this version is the introduction of the <a class="" href="https://docs.octobot.cloud/guides/octobot-configuration/premium-octobot-extension">Premium OctoBot Extension</a>.</p>
<div>
  ![octobot premium extension
  preview](/images/blog/octobot-2-0-0-whats-new/octobot-premium-extension-preview.png)
</div>
<p>The Premium OctoBot Extension is an optional paid extension to permanently improve your open source OctoBot. It adds:</p>
<ul>
<li class="">The <a class="" href="https://docs.octobot.cloud/guides/octobot-usage/strategy-designer">Strategy Designer</a> to create advanced OctoBot strategies</li>
<li class=""><a class="" href="https://docs.octobot.cloud/guides/octobot-interfaces/tradingview/using-a-webhook">Secure OctoBot cloud webhooks</a> for your TradingView strategies</li>
<li class=""><a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">OctoBot cloud crypto baskets</a> directly into your open source Octobot</li>
</ul>
<div>
  ![octobot open source utilisant les paniers de crypto avec extension premium
  octobot](/images/guides/trading-modes/octobot-open-source-using-crypto-baskets-from-premium-extension.png)
</div>
<p>We created the Premium OctoBot extension in order to:</p>
<ul>
<li class="">Improve the ease of automating your TradingView strategies</li>
<li class="">Provide a tool suited for those who want to delve deeper into creating advanced strategies</li>
<li class="">Allow open source OctoBots to use OctoBot cloud crypto baskets that are automatically kept up to date</li>
</ul>
<p>These features incur significant operating and development costs, which is why we decided to include them in the <a class="" href="https://docs.octobot.cloud/guides/octobot-configuration/premium-octobot-extension">Premium OctoBot Extension</a> and we look forward to receiving your feedback on this.</p>
<p>If you have any idea of features you would like to see on the Premium OctoBot Extension, please reach out to us.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="other-improvements">Other improvements<a href="https://docs.octobot.cloud/blog/octobot-2-0-0-whats-new#other-improvements" class="hash-link" aria-label="Direct link to Other improvements" title="Direct link to Other improvements" translate="no">​</a></h2>
<p>OctoBot 2.0.0 updates the version of <a href="https://github.com/ccxt/ccxt" target="_blank" rel="nofollow" class="">CCXT</a>, its exchange connector to 4.3.56, therefore improving the global crypto exchange connection and compatibility with OctoBot.</p>
<p>This update also includes many bug fixes as well as improvements in exchange synchronization.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Tradingview" term="Tradingview"/>
        <category label="Chatgpt" term="Chatgpt"/>
        <category label="Release" term="Release"/>
        <category label="Backtesting" term="Backtesting"/>
        <category label="Strategy designer" term="Strategy designer"/>
        <category label="OctoBot cloud" term="OctoBot cloud"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Making OctoBot more accessible]]></title>
        <id>https://docs.octobot.cloud/blog/making-octobot-more-accessible</id>
        <link href="https://docs.octobot.cloud/blog/making-octobot-more-accessible"/>
        <updated>2024-06-18T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[OctoBot plans have been improved. They are not more accessible, contain more features and add many new possibilities.]]></summary>
        <content type="html"><![CDATA[<div>
  ![octobot plans improvements](/images/blog/making-octobot-more-accessible/octobot-plans-improvements.png)
</div>
<p>At OctoBot, our mission is to make crypto investment simpler.
Therefore, we spend a lot of time trying to understand what is the most complicated when investing in Crypto.</p>
<p>One of the things we realized was that automated investment strategies (either investing in the whole market with <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto baskets</a> or with simple algorithmic strategies) are very popular as long as they remain <strong>easily accessible</strong>.</p>
<p>The crypto world is already complicated to get into, if investors also need to pay to use their first automated strategies such as crypto baskets, OctoBot is not really making things more accessible.  This is especially true if you need to figure out how much gains you need to make to justify a $14/m subscription.</p>
<p><strong>We decided to change that.</strong></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="free-automated-strategies-for-every-crypto-investor">Free automated strategies for every crypto investor<a href="https://docs.octobot.cloud/blog/making-octobot-more-accessible#free-automated-strategies-for-every-crypto-investor" class="hash-link" aria-label="Direct link to Free automated strategies for every crypto investor" title="Direct link to Free automated strategies for every crypto investor" translate="no">​</a></h2>
<p>The free Investor plan now unlocks a set of both crypto basket and algorithmic strategies.
This will enable crypto investors using any size of portfolio to directly profit from OctoBot investment strategies.</p>
<div>
  ![OctoBot strategy explorer with crypto baskets and dca strategies](/images/blog/making-octobot-more-accessible/octobot-strategy-explorer-with-crypto-baskets-and-dca-strategies.png)
</div>
<p>Additionally to the existing strategies, we also added new moderated-risk strategies, all available with the Investor plan and specifically created for investors who want to profit from a reasonable risk level.</p>
<div>
  ![OctoBot moderated risk crypto baskets strategies](/images/blog/making-octobot-more-accessible/octobot-low-risk-crypto-baskets-strategies.png)
</div>
<p>We also made the multi account historical dashboard available from the Investor plan, to make it easier for everyone to follow their accounts.</p>
<div>
  ![OctoBot multi exchange dashboard](/images/blog/making-octobot-more-accessible/octobot-multi-exchange-dashboard.png)
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="affordable-advanced-investment-strategies">Affordable advanced investment strategies<a href="https://docs.octobot.cloud/blog/making-octobot-more-accessible#affordable-advanced-investment-strategies" class="hash-link" aria-label="Direct link to Affordable advanced investment strategies" title="Direct link to Affordable advanced investment strategies" translate="no">​</a></h2>
<p>The <a class="" href="https://docs.octobot.cloud/blog/introducing-the-investor-plus-plan">Investor Plus</a> plan now focuses on unlocking specific types of <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto baskets</a> and investment strategies.</p>
<p>It also increases the amount of simultaneous OctoBots an account can use.</p>
<p>The goal with this new Investor Plus plan is to be relevant to crypto investors who want to invest using more advanced strategies while remaining very affordable.</p>
<p>As a result, the Investor Plus plan is now much cheaper and can also be bought as a lifetime plan.</p>
<p><strong><a href="https://www.octobot.cloud/pricing" target="_blank" rel="noopener noreferrer" class="">Try Investor Plus</a></strong></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="customized-investment-strategies">Customized investment strategies<a href="https://docs.octobot.cloud/blog/making-octobot-more-accessible#customized-investment-strategies" class="hash-link" aria-label="Direct link to Customized investment strategies" title="Direct link to Customized investment strategies" translate="no">​</a></h2>
<p>The <a class="" href="https://docs.octobot.cloud/blog/introducing-the-pro-plan">Pro plan</a> unlocks all the investor plus features and adds the possibility to configure your strategies</p>
<ul>
<li class="">Trade with your own strategies using <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading">TradingView OctoBots</a>: automate your trades based on TradingView alerts from the price directly, indicators or even Pine Script strategies.</li>
<li class="">Invest with your own custom crypto baskets</li>
<li class=""><a class="" href="https://docs.octobot.cloud/investing/fine-tune-your-octobots">Fine tune</a> all your OctoBots: using the Pro plan, you can easily interact with your running OctoBots to create, replace or cancel orders directly from your OctoBot.</li>
<li class="">Enjoy priority support from the OctoBot team</li>
</ul>
<p>We also adapted the Pro plan price to be less impactful on your portfolio: the Pro plan is now $25/m.</p>
<p><strong><a href="https://www.octobot.cloud/pricing" target="_blank" rel="noopener noreferrer" class="">Switch to the Pro plan</a></strong></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="final-words">Final words<a href="https://docs.octobot.cloud/blog/making-octobot-more-accessible#final-words" class="hash-link" aria-label="Direct link to Final words" title="Direct link to Final words" translate="no">​</a></h2>
<p>We believe that this revamp of the OctoBot plans will greatly increase the accessibility of automated investment strategies for any crypto investor.</p>
<p>With those new plans, we want to make <a class="" href="https://docs.octobot.cloud/">OctoBot cloud</a> the best platform to easily invest in crypto using investment strategies.</p>
<p>We hope that you will enjoy those changes and want can't wait to get your feedback on it.</p>]]></content>
        <author>
            <name>Paul</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Cryptocurrency" term="Cryptocurrency"/>
        <category label="Trading" term="Trading"/>
        <category label="Plans" term="Plans"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[What are OctoBot rewards and how to get them?]]></title>
        <id>https://docs.octobot.cloud/blog/what-are-octobot-rewards-and-how-to-get-them</id>
        <link href="https://docs.octobot.cloud/blog/what-are-octobot-rewards-and-how-to-get-them"/>
        <updated>2024-06-18T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[OctoBot rewards enable you to unlock paid plan features for free by using OctoBot, being an active user and inviting friends.]]></summary>
        <content type="html"><![CDATA[<div>
  ![OctoBot rewards get rewarded for using OctoBot and use advanced
  strategies](/images/blog/what-are-octobot-rewards-and-how-to-get-them/octobot-rewards-get-rewarded-for-using-octobot-and-use-advanced-strategies.png)
</div>
We are thrilled to announce the release of the OctoBot reward system. Rewards
offer an alternative for free Investor accounts to profit from paid investment
strategies as well as other benefits without having to spend a dollar.
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="unlock-octobot-paid-strategies-for-free">Unlock OctoBot paid strategies for free<a href="https://docs.octobot.cloud/blog/what-are-octobot-rewards-and-how-to-get-them#unlock-octobot-paid-strategies-for-free" class="hash-link" aria-label="Direct link to Unlock OctoBot paid strategies for free" title="Direct link to Unlock OctoBot paid strategies for free" translate="no">​</a></h2>
<p>When creating an OctoBot account, you can choose to use the free Investor plan or one of the following paid plans:</p>
<ul>
<li class="">The <a class="" href="https://docs.octobot.cloud/blog/introducing-the-investor-plus-plan">Investor Plus</a> plan, among other benefits, instantly unlocks every OctoBot AI, DCA, crypto baskets and grid strategies</li>
<li class="">The <a class="" href="https://docs.octobot.cloud/blog/introducing-the-pro-plan">Pro plan</a> unlocks everything from the Investor Plus plan while also adding TradingView OctoBots, priority support and more</li>
</ul>
<p>Rewards are the alternative way to unlock the AI, DCA, crypto baskets and grid strategies that are normally only available starting from the Investor Plus plan.</p>
<div>
  ![OctoBot rewards dashboard showing crypto apprentice
  rewards](/images/blog/what-are-octobot-rewards-and-how-to-get-them/octobot-rewards-dashboard-showing-crypto-apprentice-rewards.png)
</div>
<p>While paid plans grant you instant access to every strategy, it is now also possible to gradually unlock access to those strategies by being a valuable OctoBot user.</p>
<p>When visiting your <a href="https://www.octobot.cloud/rewards" target="_blank" rel="nofollow" class="">rewards dashboard</a>, you will see your current reward level. Each reward level permanently improves your free OctoBot account.</p>
<p>Rewards are notably useful to unlock access to:</p>
<ul>
<li class="">Each <a class="" href="https://docs.octobot.cloud/blog/chatgpt-strategy-deep-dive">AI strategy</a></li>
<li class="">Each <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto basket strategy</a></li>
<li class="">Each <a class="" href="https://docs.octobot.cloud/blog/smart-dca-making-of">DCA strategy</a></li>
<li class="">Each grid strategy</li>
<li class="">An increased number of simultaneous OctoBots you can use</li>
</ul>
<div>
  ![OctoBot rewards dashboard showing grandmaster of crypto
  rewards](/images/blog/what-are-octobot-rewards-and-how-to-get-them/octobot-rewards-dashboard-showing-grandmaster-of-crypto-rewards.png)
</div>
<p>Grandmaster of Crypto is the maximum reward level. It takes time to acquire, but when reached, it permanently unlocks all the Investor Plus features.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-to-earn-rewards">How to earn rewards<a href="https://docs.octobot.cloud/blog/what-are-octobot-rewards-and-how-to-get-them#how-to-earn-rewards" class="hash-link" aria-label="Direct link to How to earn rewards" title="Direct link to How to earn rewards" translate="no">​</a></h2>
<p>Rewards are earned by completing missions from the "Missions" section of your <a href="https://www.octobot.cloud/rewards" target="_blank" rel="nofollow" class="">rewards dashboard</a>.</p>
<div>
  ![OctoBot rewards list with completed and uncompleted
  missions](/images/blog/what-are-octobot-rewards-and-how-to-get-them/octobot-rewards-list-with-completed-and-uncompleted-missions.png)
</div>
<p>There are many kinds of missions such as starting multiple OctoBots, completing crypto courses or just having a running OctoBot.</p>
<p>The main aspects to keep in mind to quickly earn rewards are:</p>
<ul>
<li class="">Making sure to configure your OctoBot account and installing the app to get all the welcome rewards</li>
<li class="">Having at least one OctoBot investing on your exchange account to get your daily rewards</li>
<li class="">Talking to your friends about your experience with OctoBot and helping them setup their account: you get rewarded when your referees start their OctoBot and when they purchase a yearly plan</li>
</ul>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p><strong>Pro tip</strong>: Referring 2 friends purchasing the annual Investor Plus
subscription will instantly update your account to the highest reward level.</p></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="the-reason-behind-the-octobot-rewards-system">The reason behind the OctoBot rewards system<a href="https://docs.octobot.cloud/blog/what-are-octobot-rewards-and-how-to-get-them#the-reason-behind-the-octobot-rewards-system" class="hash-link" aria-label="Direct link to The reason behind the OctoBot rewards system" title="Direct link to The reason behind the OctoBot rewards system" translate="no">​</a></h2>
<p>We realize that many crypto investors are investing with a portfolio containing less than few hundred dollars. In this context, paying for a monthly subscription can be really painful.</p>
<p>Our goal at OctoBot cloud is to make crypto investment more accessible, and we also want to improve investments for smaller portfolios, and for those who simply don't want to pay.</p>
<p>This is why we designed this rewards system. If you or a friend of yours wish to automate their investments with OctoBot cloud, there are many options to do so:</p>
<ul>
<li class="">Using the Investor Plus or Pro plan to instantly unlock all the strategies</li>
<li class="">Using strategies that are available free</li>
<li class="">Being a valuable OctoBot user and gain access to the Investor Plus strategies and features as a gift from OctoBot cloud</li>
</ul>
<p><strong><a href="https://www.octobot.cloud/pricing" target="_blank" rel="noopener noreferrer" class="">Check out OctoBot plans</a></strong></p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Rewards" term="Rewards"/>
        <category label="OctoBot cloud" term="OctoBot cloud"/>
        <category label="Release" term="Release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[5 Best AI Trading Bots]]></title>
        <id>https://docs.octobot.cloud/blog/best-ai-trading-bots</id>
        <link href="https://docs.octobot.cloud/blog/best-ai-trading-bots"/>
        <updated>2024-05-07T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Discover the best AI trading bots. Compare top free and paid Artificial intelligence bots, their features, ease of use, and pricing.]]></summary>
        <content type="html"><![CDATA[<p>Choosing the right Artificial intelligence crypto trading bot from the many options available can be tough. This article is here to help you find the best one for your needs.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-a-crypto-trading-bot">What is a crypto trading bot?<a href="https://docs.octobot.cloud/blog/best-ai-trading-bots#what-is-a-crypto-trading-bot" class="hash-link" aria-label="Direct link to What is a crypto trading bot?" title="Direct link to What is a crypto trading bot?" translate="no">​</a></h2>
<p>Crypto trading bots are like your digital assistants for cryptocurrency trading.
They work autonomously, executing trades based on your chosen strategies, which means you don't need to constantly monitor the markets.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-an-ai-crypto-trading-bot">What is an AI crypto trading bot?<a href="https://docs.octobot.cloud/blog/best-ai-trading-bots#what-is-an-ai-crypto-trading-bot" class="hash-link" aria-label="Direct link to What is an AI crypto trading bot?" title="Direct link to What is an AI crypto trading bot?" translate="no">​</a></h2>
<p>An AI crypto trading bot utilizes artificial intelligence algorithms to automate trading processes in the cryptocurrency market.
By analyzing vast amounts of data and market trends, these bots can execute trades based on predefined strategies without constant supervision.</p>
<p>With many traders using them today, they're a popular choice for both beginners and experts.
For those new to crypto trading, these bots often come with user-friendly strategies to help you get started easily.</p>
<div>
  Now that we have a clear understanding of what a crypto trading bot is, let's
  explore the various types of trading bots available in the market.
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="1-octobot">1. OctoBot<a href="https://docs.octobot.cloud/blog/best-ai-trading-bots#1-octobot" class="hash-link" aria-label="Direct link to 1. OctoBot" title="Direct link to 1. OctoBot" translate="no">​</a></h2>
<div>
  <div>
    ![A man relaxing in his couch while OctoBot is making money by automating
    cryptocurrency
    strategies](/a-man-relaxing-in-his-couch-while-octobot-is-making-money-by-automating-cryptocurrency-strategies-light.png)
  </div>
</div>
<p><a class="" href="https://docs.octobot.cloud/">OctoBot</a> is a flexible and easy-to-use trading bot that offers a variety of strategies for free, including <a href="https://www.octobot.cloud/features/ai-trading-bot" target="_blank" rel="noopener noreferrer" class="">AI-based</a>, smart <a class="" href="https://docs.octobot.cloud/blog/smart-dca-making-of">DCA</a>, and GRID strategies.
It's <a class="" href="https://docs.octobot.cloud/blog/open-source-trading-software">open-source</a>. With its focus on transparency, users can backtest strategies or use paper trading and track performance.
OctoBot supports most major crypto exchanges and offers premium plans for advanced users, making it suitable for both beginners and experienced crypto investors.
It also offers crypto <a href="https://www.octobot.cloud/tools/crypto-prediction" target="_blank" rel="noopener noreferrer" class="">AI predictions</a> and AI focused <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto baskets</a>.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{3}" h="14px" tooltiptext="User-friendly with AI-based and various pre-made strategies for beginners and pros">
    <rating title="Price" level="{3}" h="14px" tooltiptext="Multiple free offers with options for advanced premium plans">
    <rating title="Features" level="{3}" h="14px" tooltiptext="Open-source, supports major exchanges, variety of trading strategies, backtesting, and performance tracking">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="2-cryptohero">2. CryptoHero<a href="https://docs.octobot.cloud/blog/best-ai-trading-bots#2-cryptohero" class="hash-link" aria-label="Direct link to 2. CryptoHero" title="Direct link to 2. CryptoHero" translate="no">​</a></h2>
<p>CryptoHero offers automated crypto trading to many cryptocurrencies and integration with major exchanges like <a href="https://www.octobot.cloud/binance-trading-bot" target="_blank" rel="noopener noreferrer" class="">Binance</a> and Kraken.
Users can set parameters, leverage AI-optimized bots for simulations, and use backtesting for strategy refinement.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{2}" h="14px" tooltiptext="The dashboard may seem a bit complicated">
    <rating title="Price" level="{3}" h="14px" tooltiptext="Free offer and competitive pricing compared to similar platforms">
    <rating title="Features" level="{2}" h="14px" tooltiptext="Simulation, Backtesting and integration with major trading platforms">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="3-3commas">3. 3Commas<a href="https://docs.octobot.cloud/blog/best-ai-trading-bots#3-3commas" class="hash-link" aria-label="Direct link to 3. 3Commas" title="Direct link to 3. 3Commas" translate="no">​</a></h2>
<div>
  <div>
    ![3commas-logo](/images/blog/best-crypto-trading-bots/3commas.png)
  </div>
</div>
<p>3Commas is a paid crypto trading bot, offering GRID, DCA and Signal bots.
Known for its user-friendly interface, 3Commas supports multiple trading strategies and technical indicators.</p>
<p>It also features a marketplace for third-party crypto signals.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{3}" h="14px" tooltiptext="Easy-to-navigate interface with multiple trading strategies">
    <rating title="Price" level="{1}" h="14px" tooltiptext="Expensive paid service">
    <rating title="Features" level="{2}" h="14px" tooltiptext="Supports GRID, DCA, and Signal bots with a marketplace">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="4-cryptohopper">4. Cryptohopper<a href="https://docs.octobot.cloud/blog/best-ai-trading-bots#4-cryptohopper" class="hash-link" aria-label="Direct link to 4. Cryptohopper" title="Direct link to 4. Cryptohopper" translate="no">​</a></h2>
<p>Cryptohopper is a paid crypto trading bot, offering a 3 days free trial for new users.
It stands out for its market-making bot and the ability for users to create custom trading strategies or copy others' from its marketplace.</p>
<p>The platform also supports automated trading via a telegram bot and offers additional services like crypto signals, strategy templates, and paper trading.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{1}" h="14px" tooltiptext="Challenging for beginners, offers market-making bot">
    <rating title="Price" level="{2}" h="14px" tooltiptext="Free and paid plans, suitable for various budgets">
    <rating title="Features" level="{3}" h="14px" tooltiptext="Custom strategy creation, telegram bot trading, and paper trading">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="5-pionex">5. Pionex<a href="https://docs.octobot.cloud/blog/best-ai-trading-bots#5-pionex" class="hash-link" aria-label="Direct link to 5. Pionex" title="Direct link to 5. Pionex" translate="no">​</a></h2>
<div>
  <div>
    ![pionex-logo](/images/blog/best-crypto-trading-bots/pionex.jpg)
  </div>
</div>
<p><a href="https://www.pionex.com/en/signUp?r=octobot" target="_blank" rel="noopener noreferrer" class="">Pionex</a> (<a href="https://accounts.pionex.us/en/signup?ref=octobot" target="_blank" rel="noopener noreferrer" class="">Pionex.us</a> for US citizens) is a trading platform that became famous for its user-friendly automated trading bots, allowing traders to execute strategies effortlessly.<br>
Le platform trading bots can be tailored using AI to fit different trading styles, making it ideal for traders seeking flexibility.<br>
Pionex empowers users to improve their strategies and manage risk effectively using backtesting and performance monitoring tools.</p>
<card class="mx-auto mt-5 py-5 border-0">
  <div>
    <rating title="Ease of use" level="{2}" h="14px" tooltiptext="Easy to use copy bot but complex bot creation">
    <rating title="Price" level="{3}" h="14px" tooltiptext="Low exchanges fees">
    <rating title="Features" level="{3}" h="14px" tooltiptext="Great variety of pre-made bots">
  </rating></rating></rating></div>
</card>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="conclusion">Conclusion<a href="https://docs.octobot.cloud/blog/best-ai-trading-bots#conclusion" class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" translate="no">​</a></h2>
<p>In conclusion, whether you're new to trading or an experienced investor, there's an Artificial intelligence crypto trading bot that's right for you.
These bots come with different features and pricing, so you can find one that matches how you like to automate your trading.</p>
<p>You didn't find what you were looking for ?<br>
If you are looking for more AI tools to automate and improve your investments, <a href="https://www.insidr.ai/" target="_blank" rel="nofollow" class="">Insidr.ai</a> is a great website referencing a ton of useful AI tools.</p>]]></content>
        <author>
            <name>Paul</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Cryptocurrency" term="Cryptocurrency"/>
        <category label="Trading" term="Trading"/>
        <category label="Plans" term="Plans"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Understanding the Crypto Bubble]]></title>
        <id>https://docs.octobot.cloud/blog/crypto-bubble</id>
        <link href="https://docs.octobot.cloud/blog/crypto-bubble"/>
        <updated>2024-05-02T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Discover the exciting world of cryptocurrencies! Learn how to identify bubbles and keep your investments safe]]></summary>
        <content type="html"><![CDATA[<p>Discover the exciting world of cryptocurrencies! Learn how to identify bubbles and keep your investments safe.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-a-crypto-bubble">What is a crypto bubble?<a href="https://docs.octobot.cloud/blog/crypto-bubble#what-is-a-crypto-bubble" class="hash-link" aria-label="Direct link to What is a crypto bubble?" title="Direct link to What is a crypto bubble?" translate="no">​</a></h2>
<p>Imagine a balloon that keeps getting bigger as more air is blown into it.
In the world of cryptocurrencies, similar things can happen.
A crypto bubble occurs when the prices of cryptocurrencies like <a href="https://www.octobot.cloud/what-is-bitcoin" target="_blank" rel="noopener noreferrer" class="">Bitcoin</a> increase very rapidly due to a lot of excitement and investment from people hoping to make quick money.</p>
<p>However, just like a balloon can only take so much air before it pops, a crypto bubble can burst, resulting in a significant decline in prices.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-do-crypto-bubbles-happen">Why do crypto bubbles happen?<a href="https://docs.octobot.cloud/blog/crypto-bubble#why-do-crypto-bubbles-happen" class="hash-link" aria-label="Direct link to Why do crypto bubbles happen?" title="Direct link to Why do crypto bubbles happen?" translate="no">​</a></h2>
<ol>
<li class=""><b>New investors</b>: Many people hear stories about others making huge
profits from cryptocurrencies and decide to invest too, hoping for the same.
This rush drives the prices up quickly.</li>
<li class=""><b><a class="" href="https://docs.octobot.cloud/blog/fomo-meaning">Fear of Missing Out</a> (FOMO)</b>: Fearing they might miss
out on profits, people often rush into buying cryptocurrencies, which can
push prices even higher.</li>
<li class=""><b>Media hype</b>: When the news constantly talks about rising crypto prices,
even more people want to invest, which adds more air to the bubble.</li>
<li class=""><b>Bandwagon effect</b>: People often follow what others are doing. If
everyone is buying crypto, it might seem like a good idea to do the same,
even if the prices are very high.</li>
</ol>
<div>
  <div>
    ![A person with an excited expression watches a rising crypto market graph
    on their computer, symbolizing FOMO in
    cryptocurrency.](/images/blog/fomo-meaning/cover.png) *An illustration of
    the FOMO sentiment.*
  </div>
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="historical-crypto-bubbles">Historical Crypto Bubbles<a href="https://docs.octobot.cloud/blog/crypto-bubble#historical-crypto-bubbles" class="hash-link" aria-label="Direct link to Historical Crypto Bubbles" title="Direct link to Historical Crypto Bubbles" translate="no">​</a></h2>
<p>Bitcoin, the first cryptocurrency, has seen several bubbles since it started in 2009.
For example, in 2017, Bitcoin's price skyrocketed to nearly $20 000, followed by a decline to approximately $3 000 a year later.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="signs-of-a-crypto-bubble">Signs of a Crypto Bubble<a href="https://docs.octobot.cloud/blog/crypto-bubble#signs-of-a-crypto-bubble" class="hash-link" aria-label="Direct link to Signs of a Crypto Bubble" title="Direct link to Signs of a Crypto Bubble" translate="no">​</a></h2>
<ul>
<li class="">Quick price increase: When prices of cryptocurrencies rise very fast without a good reason, it might be a bubble.</li>
<li class="">High volatility: Prices change dramatically in a short period.</li>
<li class="">Big trading volumes: A sudden increase in buying and selling can be a sign.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-to-handle-a-crypto-bubble">How to Handle a Crypto Bubble<a href="https://docs.octobot.cloud/blog/crypto-bubble#how-to-handle-a-crypto-bubble" class="hash-link" aria-label="Direct link to How to Handle a Crypto Bubble" title="Direct link to How to Handle a Crypto Bubble" translate="no">​</a></h2>
<ul>
<li class=""><b>Diversify Investments</b>: Don't put all your money in the same
cryptocurrencies, spread your investments across multiple cryptos through
<a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto baskets</a> to reduce risk. Avoid putting all
your funds into cryptocurrency. Having a mix of different types of investments
can protect you if the crypto market crashes.</li>
<li class=""><b>Watch Market Trends Carefully</b>: Keep an eye on how cryptocurrencies are
performing and what the market sentiment is like. Tools like the <a href="https://coinstats.app/fear-and-greed/" target="_blank" rel="nofollow" class="">Fear and Greed Index</a> can give you an idea of whether emotions are driving
the market too much, which is often the case in a bubble.</li>
<li class=""><b>Stay Disciplined</b>: Have a solid plan for your investments and stick to
it, no matter what others are doing. Don't make decisions just because prices
suddenly change or because of what other people say.</li>
</ul>
<div>
  ![crypto baskets investment helping investors to diversify their crypto
  portfolio](/images/blog/invest-with-crypto-baskets/crypto-basket.png) *A
  diversified crypto portfolio*
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="preparing-for-after-the-bubble-bursts">Preparing for After the Bubble Bursts<a href="https://docs.octobot.cloud/blog/crypto-bubble#preparing-for-after-the-bubble-bursts" class="hash-link" aria-label="Direct link to Preparing for After the Bubble Bursts" title="Direct link to Preparing for After the Bubble Bursts" translate="no">​</a></h2>
<p>If the crypto bubble bursts and you're affected, remember to remain calm.</p>
<p>Here are a few tips on how to proceed:</p>
<ul>
<li class="">Assess and rebalance your portfolio: Look at your investments and see if you need to make changes to reduce risk or take advantage of new opportunities. <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">Crypto baskets</a> are an easy way to diversify and rebalance your crypto portfolio.</li>
<li class="">Learn from experience: Analyze what happened and why, and use this knowledge to make better investment decisions in the future.</li>
<li class="">Keep an eye on the market: After a crash, there could be opportunities to buy good cryptocurrencies at low prices, but remember that it's important to do your own research and not just act on impulse.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="frequently-asked-questions">Frequently Asked Questions<a href="https://docs.octobot.cloud/blog/crypto-bubble#frequently-asked-questions" class="hash-link" aria-label="Direct link to Frequently Asked Questions" title="Direct link to Frequently Asked Questions" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-can-i-tell-if-its-really-a-bubble">How can I tell if it's really a bubble?<a href="https://docs.octobot.cloud/blog/crypto-bubble#how-can-i-tell-if-its-really-a-bubble" class="hash-link" aria-label="Direct link to How can I tell if it's really a bubble?" title="Direct link to How can I tell if it's really a bubble?" translate="no">​</a></h3>
<p>Look for signs like extremely rapid price increases, extreme public enthusiasm driven more by media and <a class="" href="https://docs.octobot.cloud/blog/fomo-meaning">FOMO</a>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="are-cryptocurrencies-still-a-good-investment-after-a-bubble-bursts">Are cryptocurrencies still a good investment after a bubble bursts?<a href="https://docs.octobot.cloud/blog/crypto-bubble#are-cryptocurrencies-still-a-good-investment-after-a-bubble-bursts" class="hash-link" aria-label="Direct link to Are cryptocurrencies still a good investment after a bubble bursts?" title="Direct link to Are cryptocurrencies still a good investment after a bubble bursts?" translate="no">​</a></h3>
<p>Yes, cryptocurrencies can still be good investments after a bubble bursts. Just make sure to do your own research and consider how much risk you're comfortable with before investing.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="will-there-always-be-crypto-bubbles">Will there always be crypto bubbles?<a href="https://docs.octobot.cloud/blog/crypto-bubble#will-there-always-be-crypto-bubbles" class="hash-link" aria-label="Direct link to Will there always be crypto bubbles?" title="Direct link to Will there always be crypto bubbles?" translate="no">​</a></h3>
<p>Given the current trends and historical patterns, it's likely that the cryptocurrency market will continue to see bubbles. This is a natural part of a young and evolving market, where enthusiasm and innovation drive significant price movements. Each bubble also brings increased attention and investment, potentially strengthening the market's foundation over time.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Crypto" term="Crypto"/>
        <category label="Ecosystem" term="Ecosystem"/>
        <category label="Finance" term="Finance"/>
        <category label="Educational" term="Educational"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[New Design of the Mobile App]]></title>
        <id>https://docs.octobot.cloud/blog/mobile-app-revamp</id>
        <link href="https://docs.octobot.cloud/blog/mobile-app-revamp"/>
        <updated>2024-04-19T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[A new version of the Android and iPhone OctoBot mobile app is available, allowing you to better track your investments]]></summary>
        <content type="html"><![CDATA[<p>Thank you to everyone who downloaded our mobile app in its experimental version. Your feedback has been very helpful.</p>
<p>That's why we have completely redesigned the app to better meet your needs.</p>
<div>
  **[Download the latest version](https://www.octobot.cloud)**
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="a-new-detailed-view-for-each-of-your-octobot">A new detailed view for each of your OctoBot<a href="https://docs.octobot.cloud/blog/mobile-app-revamp#a-new-detailed-view-for-each-of-your-octobot" class="hash-link" aria-label="Direct link to A new detailed view for each of your OctoBot" title="Direct link to A new detailed view for each of your OctoBot" translate="no">​</a></h2>
<p>We have also created a new detailed view of your OctoBot. You will be able to precisely follow what your OctoBots are doing.
You will have access to the performance history of your bots, the distribution of their portfolio, ongoing orders, and their latest actions.</p>
<p>This new view is available whether you are using an OctoBot from OctoBot cloud or have installed it yourself.</p>
<div>
  <div>
    ![new detailed view for your
    bots](/images/blog/mobile-app-revamp/bot-view-pf-en.png)
  </div>
</div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="a-new-dashboard">A new dashboard<a href="https://docs.octobot.cloud/blog/mobile-app-revamp#a-new-dashboard" class="hash-link" aria-label="Direct link to A new dashboard" title="Direct link to A new dashboard" translate="no">​</a></h2>
<p>As soon as you log in to the new version, you will discover a new dashboard. This dashboard shows the history of your actual portfolio, including all your exchange accounts.
You will also get an overview of how your portfolio is currently distributed.</p>
<div>
  <div>
    ![new dashboard of the OctoBot mobile
    app](/images/blog/mobile-app-revamp/mobile-dashboard-en.png)
  </div>
</div>
<p>This new dashboard is designed so that you can monitor the performance of your crypto portfolios easily from your smartphone.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="also-available-on-iphone">Also available on iPhone<a href="https://docs.octobot.cloud/blog/mobile-app-revamp#also-available-on-iphone" class="hash-link" aria-label="Direct link to Also available on iPhone" title="Direct link to Also available on iPhone" translate="no">​</a></h2>
<p>With this new version of the application, we are also adding a web version of the app available at <a href="https://mobile.octobot.cloud/" target="_blank" rel="nofollow" class="">mobile.octobot.cloud</a>.<br>
It makes the OctoBot mobile app installable on iPhone directly from your browser to provide an experience similar to the Android application. This is the first step towards the iPhone version of the OctoBot app.</p>
<p>To install the app on iPhone it, follow those 4 steps:</p>
<ol>
<li class="">With your mobile, go to <a href="https://mobile.octobot.cloud/" target="_blank" rel="nofollow" class="">mobile.octobot.cloud</a></li>
<li class="">From your mobile web browser interface, click the <code>share</code> button</li>
<li class="">Scroll down and click <code>Add to Home Screen</code></li>
<li class="">Click <code>Add</code></li>
</ol>
<p>🎉 The OctoBot app is now installed on your iPhone!</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="conclusion">Conclusion<a href="https://docs.octobot.cloud/blog/mobile-app-revamp#conclusion" class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" translate="no">​</a></h2>
<p>This is just the beginning. More improvements and new features will further enrich the mobile app.</p>
<p>We hope you enjoy this new version. If so, do not forget to leave us a review!</p>
<div>
  <a href="https://play.google.com/store/apps/details?id=com.drakkarsoftware.octobotapp&amp;utm_source=www.octobot.cloud&amp;utm_media=blog&amp;utm_content=mobile-app-revamp" target="_blank" rel="nofollow" class=""><googlestorebutton></googlestorebutton></a>
</div>]]></content>
        <author>
            <name>Paul</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Mobile" term="Mobile"/>
        <category label="App" term="App"/>
        <category label="OctoBot cloud" term="OctoBot cloud"/>
        <category label="Release" term="Release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[One Click Cloud Deployment with OctoBot 1.0.9]]></title>
        <id>https://docs.octobot.cloud/blog/one-click-cloud-deployment-with-octobot-1-0-9</id>
        <link href="https://docs.octobot.cloud/blog/one-click-cloud-deployment-with-octobot-1-0-9"/>
        <updated>2024-04-18T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[OctoBot 1.0.9 is released ! Deploy your OctoBot from the DigitalOcean marketplace, create your custom crypto baskets, use the improved TradingView Trading Mode]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" alt="octobot 1.0.9 ditigtalocean 1 click deployment custom crypto baskets" src="https://docs.octobot.cloud/assets/images/octobot-1.0.9-ditigtalocean-1-click-deployment-custom-crypto-baskets-9dca6ec1951b18f9b8d2ac98fd065617.png" width="900" height="507" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="one-click-cloud-deployment">One Click Cloud Deployment<a href="https://docs.octobot.cloud/blog/one-click-cloud-deployment-with-octobot-1-0-9#one-click-cloud-deployment" class="hash-link" aria-label="Direct link to One Click Cloud Deployment" title="Direct link to One Click Cloud Deployment" translate="no">​</a></h2>
<p>Running your OctoBot trading robot on the cloud has never been <strong>easier and cheaper</strong>! OctoBot is now available as a 1-Click Droplet on the <a href="https://digitalocean.pxf.io/octobot-app" target="_blank" rel="nofollow" class="">official DigitalOcean marketplace</a>.</p>
<div>
  ![octobot on the digitalocean
  marketplace](/images/blog/one-click-cloud-deployment-with-octobot-1-0-9/octobot-on-the-digitalocean-marketplace.png)
</div>
Using DigitalOcean, you can now run simply your own OctoBot trading bot on the
cloud and have it available and automating your trading strategies 100% of the
time.
<div>
  **[Deploy your OctoBot](/guides/octobot-installation/cloud-install-octobot-on-digitalocean)**
</div>
<p>Having your OctoBot up and running on DigitalOcean only takes <strong>1 click</strong> and starting from as cheap as <strong>$6 per month</strong> when using the minimal setup.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="introducing-octobot-109">Introducing OctoBot 1.0.9<a href="https://docs.octobot.cloud/blog/one-click-cloud-deployment-with-octobot-1-0-9#introducing-octobot-109" class="hash-link" aria-label="Direct link to Introducing OctoBot 1.0.9" title="Direct link to Introducing OctoBot 1.0.9" translate="no">​</a></h2>
<p>We're glad to announce the release of OctoBot 1.0.9. This version notably adds support for the above mentioned <a class="" href="https://docs.octobot.cloud/guides/octobot-installation/cloud-install-octobot-on-digitalocean">DigitalOcean One Click Deployment</a> and also adds custom crypto baskets into OctoBot and improves the existing trading modes while fixing many issues.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="crypto-baskets">Crypto Baskets<a href="https://docs.octobot.cloud/blog/one-click-cloud-deployment-with-octobot-1-0-9#crypto-baskets" class="hash-link" aria-label="Direct link to Crypto Baskets" title="Direct link to Crypto Baskets" translate="no">​</a></h3>
<p>Similarly to <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">OctoBot cloud crypto baskets</a>, you can now create your own crypto baskets using OctoBot and the new <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/index-trading-mode">Index Trading Mode</a>.</p>
<div>
  <div>
    ![crypto
    basket](/images/blog/one-click-cloud-deployment-with-octobot-1-0-9/crypto-basket.png)
  </div>
</div>
<p>When using the Index Trading Mode, your OctoBot will split your reference market holdings into the different coins of your traded pairs. You can also define a rebalance interval and threshold to customize the way your OctoBot should behave when coins held in your basket change in value.</p>
<p>And of course, you can use backtesting to optimize the content of your baskets!</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="improved-trading-modes">Improved trading modes<a href="https://docs.octobot.cloud/blog/one-click-cloud-deployment-with-octobot-1-0-9#improved-trading-modes" class="hash-link" aria-label="Direct link to Improved trading modes" title="Direct link to Improved trading modes" translate="no">​</a></h3>
<p>Both the DCA and TradingView trading mode have been improved in OctoBot 1.0.9.</p>
<p><strong>DCA Trading Mode</strong></p>
<p>The <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/dca-trading-mode">DCA Trading Mode</a> now supports an additional parameter. By setting the <code>Max asset holding</code> of your DCA strategies, you can limit the exposure to a given asset. This is especially useful when using a evaluator-based DCA as it prevents your DCA bot from building an excessive exposure to a given asset when buying conditions are repeating.</p>
<p><strong>TradingView Trading Mode</strong></p>
<div>
  <div>
    ![tradingview logo showing octobot tradingview trading
    mode](/images/blog/one-click-cloud-deployment-with-octobot-1-0-9/tradingview-logo-showing-octobot-tradingview-trading-mode.png)
  </div>
</div>
<p>Limit and stop orders created by the <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/tradingview-trading-mode">TradingView Trading Mode</a> are now much more flexible.</p>
<p>The TradingView Trading Mode now supports <a class="" href="https://docs.octobot.cloud/guides/octobot-trading-modes/order-price-syntax">relative pricing</a> for limit and stop orders. This means that you can configure your TradingView alerts to trigger for example:</p>
<ul>
<li class="">A BTC/USDT buy order at -10% of the current price</li>
<li class="">An ETH/BTC sell order at the current price + 0.01 BTC</li>
<li class="">A BTC/USDT stop loss at the price of 35000 USDT</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="exchanges-improvements">Exchanges improvements<a href="https://docs.octobot.cloud/blog/one-click-cloud-deployment-with-octobot-1-0-9#exchanges-improvements" class="hash-link" aria-label="Direct link to Exchanges improvements" title="Direct link to Exchanges improvements" translate="no">​</a></h3>
<ul>
<li class=""><strong>Coinbase</strong>: OctoBot now support both the legacy and updated Coinbase API key format</li>
<li class=""><strong>MEXC</strong>: Trading on MEXC is now much more stable</li>
<li class=""><strong>All exchanges</strong>: The order flow inside OctoBot as been improved. This fixes many issues related to order synchronization as well as errors on order creation.</li>
</ul>
<div>
  **[Update your OctoBot](/guides/octobot-installation/install-octobot-on-your-computer)**
</div>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="full-changelog">Full changelog<a href="https://docs.octobot.cloud/blog/one-click-cloud-deployment-with-octobot-1-0-9#full-changelog" class="hash-link" aria-label="Direct link to Full changelog" title="Direct link to Full changelog" translate="no">​</a></h3>
<p>Find the full changelog of OctoBot 1.0.9 on the OctoBot <a href="https://github.com/Drakkar-Software/OctoBot/blob/master/CHANGELOG.md" target="_blank" rel="nofollow" class="">GitHub repository</a>.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="final-words">Final words<a href="https://docs.octobot.cloud/blog/one-click-cloud-deployment-with-octobot-1-0-9#final-words" class="hash-link" aria-label="Direct link to Final words" title="Direct link to Final words" translate="no">​</a></h2>
<p>We would like to thank the OctoBot community for their great support and improvement ideas as well as reporting many of the issues that have been fixed in 1.0.9.</p>]]></content>
        <author>
            <name>Paul</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Tradingview" term="Tradingview"/>
        <category label="Hosting" term="Hosting"/>
        <category label="Release" term="Release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Coinbase and Binance.us Trading Bots]]></title>
        <id>https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot</id>
        <link href="https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot"/>
        <updated>2024-04-16T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Automate your crypto investments using crypto baskets, DCA, AI, Grid or TradingView on Coinbase and Binance.us with OctoBot Cloud.]]></summary>
        <content type="html"><![CDATA[<div style="text-align:center;margin:1.5rem 0"><iframe width="100%" height="400" style="max-width:640px;border-radius:8px" src="https://www.youtube.com/embed/N6zwmPGvBaw" title="Coinbase Trading Bot" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div>
<p>Coinbase and Binance.us support on OctoBot cloud is our most requested feature by far and we are glad to announce that both exchanges are now integrated within OctoBot cloud!</p>
<p>You can now easily automate your crypto investments using OctoBot cloud both on <a href="https://www.coinbase.com/" rel="nofollow">Coinbase</a> and <a href="https://www.binance.us/" rel="nofollow">Binance.us</a> with your exchange account or using <a class="" href="https://docs.octobot.cloud/investing/paper-trading-a-strategy">risk-free paper trading</a>.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="invest-using-coin-baskets-on-coinbase-and-binanceus">Invest using Coin Baskets on Coinbase and Binance.us<a href="https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot#invest-using-coin-baskets-on-coinbase-and-binanceus" class="hash-link" aria-label="Direct link to Invest using Coin Baskets on Coinbase and Binance.us" title="Direct link to Invest using Coin Baskets on Coinbase and Binance.us" translate="no">​</a></h2>
<p><a class="" href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets">Coin Baskets</a> enable you to easily invest in the whole crypto market or in specific themes you believe in.</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="octobot crypto basket featuring bitcoin ethereum solana and
dogecoin" src="https://docs.octobot.cloud/assets/images/crypto-basket-5bd659045d857bae15a6af1f51076039.png" width="588" height="379" class="img_ev3q"></p></div>
<p>When using Coin Baskets, your OctoBot will split your portfolio holdings among the assets of the basket. Each basket is automatically updated according to <a href="https://www.coingecko.com/" rel="nofollow">CoinGecko</a> rankings and categories and coin availability on each exchange.</p>
<p><strong><a href="https://www.octobot.cloud/" target="_blank" rel="noopener noreferrer" class="">Invest with OctoBot</a></strong></p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="top-crypto-baskets">Top Crypto Baskets<a href="https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot#top-crypto-baskets" class="hash-link" aria-label="Direct link to Top Crypto Baskets" title="Direct link to Top Crypto Baskets" translate="no">​</a></h3>
<p>Top crypto baskets enable you to invest in the best cryptos of the market according to their marketcap on platforms sur as <a href="https://www.coingecko.com/" rel="nofollow">CoinGecko</a>.</p>
<p>Investing in top crypto baskets is a great way to diversify and profit from the whole crpyto market. Following a top crypto basket will maintain your exchange portfolio balanced among coins of the basket therefore making sure that you profit from price increases of each of those coins.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="theme-oriented-crypto-baskets">Theme-oriented Crypto Baskets<a href="https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot#theme-oriented-crypto-baskets" class="hash-link" aria-label="Direct link to Theme-oriented Crypto Baskets" title="Direct link to Theme-oriented Crypto Baskets" translate="no">​</a></h3>
<p>Theme-oriented crypto baskets on the other hand enable you to invest in themes as defined in <a href="https://www.coingecko.com/en/categories" rel="nofollow">CoinGecko categories</a>.</p>
<p>Crypto baskets that are oriented around a theme are useful to profit from global trends and invest topics you believe in such as Artificial Intelligence, NFTs, Real World assets, Meme coins and more.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="learn-more-about-crypto-baskets">Learn more about Crypto Baskets<a href="https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot#learn-more-about-crypto-baskets" class="hash-link" aria-label="Direct link to Learn more about Crypto Baskets" title="Direct link to Learn more about Crypto Baskets" translate="no">​</a></h3>
<p>At OctoBot, we believe that investing using crypto baskets is on of the best ways to invest in crypto as it enables to invest:</p>
<ul>
<li class="">Into all the main crypto of the market or whole themes instead of cherry-picking coins</li>
<li class="">While reducing risk by diversifying over a multiple coins</li>
<li class="">Using a neutral basis: marketcap &amp; category-based ranking</li>
</ul>
<p>If you want to learn more, have a look a our <a class="" href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets">detailed crypto baskets article and video</a></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="profit-from-dca-ai-grid-strategies-on-coinbase-and-binanceus">Profit from DCA, AI, Grid strategies on Coinbase and Binance.us<a href="https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot#profit-from-dca-ai-grid-strategies-on-coinbase-and-binanceus" class="hash-link" aria-label="Direct link to Profit from DCA, AI, Grid strategies on Coinbase and Binance.us" title="Direct link to Profit from DCA, AI, Grid strategies on Coinbase and Binance.us" translate="no">​</a></h2>
<p>With OctoBot cloud, you can also invest using pre-configured Dollar Cost Averaging, Artificial Intelligence and Grid strategies.</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="octobot collaborating with chatgpt
light" src="https://docs.octobot.cloud/assets/images/octobot-collaborating-with-chatgpt-light-f81a65865beb84adcad9651c5a394f3b.png" width="475" height="300" class="img_ev3q"></p></div>
<p>Those strategies can be used for free on OctoBot cloud and are available alongside their historical performances</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="smart-dollar-cost-averaging-strategies">Smart Dollar Cost Averaging Strategies<a href="https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot#smart-dollar-cost-averaging-strategies" class="hash-link" aria-label="Direct link to Smart Dollar Cost Averaging Strategies" title="Direct link to Smart Dollar Cost Averaging Strategies" translate="no">​</a></h3>
<p><a class="" href="https://docs.octobot.cloud/blog/smart-dca-making-of">Smart Dollar Cost Averaging strategies</a> are a powerful way to profit from the rise of multiple coins leveraging multiple small buy and sell orders in order to minimize your buying price and maximize your selling price.</p>
<p>To learn more about smart DCA strategies, check out our <a class="" href="https://docs.octobot.cloud/blog/smart-dca-making-of">Smart DCA with OctoBot article</a></p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="artificial-intelligence-strategies">Artificial Intelligence Strategies<a href="https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot#artificial-intelligence-strategies" class="hash-link" aria-label="Direct link to Artificial Intelligence Strategies" title="Direct link to Artificial Intelligence Strategies" translate="no">​</a></h3>
<p>You can also take Smart DCA strategies one step further and integrate AI in the decision making of your DCA strategies entries.</p>
<p>With OctoBot cloud, you can use Smart DCA strategies using ChatGPT models to analyse market trends and decide to buy when ChatGPT considers the timing right.</p>
<p>Here is our <a class="" href="https://docs.octobot.cloud/blog/trading-using-chat-gpt">ChatGPT trading article</a> covering AI strategies in details.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="automate-your-tradingview-strategies-on-coinbase-and-binanceus">Automate your TradingView strategies on Coinbase and Binance.us<a href="https://docs.octobot.cloud/blog/coinbase-and-binance.us-trading-bot#automate-your-tradingview-strategies-on-coinbase-and-binanceus" class="hash-link" aria-label="Direct link to Automate your TradingView strategies on Coinbase and Binance.us" title="Direct link to Automate your TradingView strategies on Coinbase and Binance.us" translate="no">​</a></h2>
<p>Last but not least, OctoBot cloud enables you to easily automate your TradingView strategies directly on your Binance.us and Coinbase accounts.</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="tradingview automation illustrated by tradingview
logo" src="data:image/png;base64,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" width="286" height="150" class="img_ev3q"></p></div>
<p>This way, you can automate trades based on:</p>
<ul>
<li class="">Market price changes</li>
<li class="">Built-in or custom indicators</li>
<li class="">Pine Script strategies</li>
</ul>
<p>Here is our <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading">guide showcasing TradingView OctoBots</a> with videos and strategies examples to learn more.</p>
<p><strong><a href="https://www.octobot.cloud/" target="_blank" rel="noopener noreferrer" class="">Invest with OctoBot</a></strong></p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Cryptocurrency" term="Cryptocurrency"/>
        <category label="Trading" term="Trading"/>
        <category label="Exchange" term="Exchange"/>
        <category label="Binance.us" term="Binance.us"/>
        <category label="Coinbase" term="Coinbase"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Invest in crypto easily with crypto baskets]]></title>
        <id>https://docs.octobot.cloud/blog/invest-with-crypto-baskets</id>
        <link href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets"/>
        <updated>2024-04-15T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Discover a new way to invest and easily diversify your crypto portfolio with theme-based baskets]]></summary>
        <content type="html"><![CDATA[<div style="text-align:center;margin:1.5rem 0"><iframe width="100%" height="400" style="max-width:640px;border-radius:8px" src="https://www.youtube.com/embed/WOgS-VhUyIY" title="Investing in the best crypto" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div>
<p>In our goal to make cryptocurrency investment simple and accessible for everyone, we are very pleased to announce the release of <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto baskets</a>.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-are-crypto-baskets">What are crypto baskets?<a href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets#what-are-crypto-baskets" class="hash-link" aria-label="Direct link to What are crypto baskets?" title="Direct link to What are crypto baskets?" translate="no">​</a></h2>
<p>A crypto basket is a collection of different cryptocurrencies grouped together based on a specific theme.</p>
<div style="text-align:center"><div><p><img decoding="async" loading="lazy" alt="crypto baskets investment feature
announcement" src="https://docs.octobot.cloud/assets/images/crypto-basket-c10d262b143e59393f532769344b076a.png" width="300" height="308" class="img_ev3q"></p></div></div>
<p>For example, you can find a basket composed of cryptocurrencies related to <a href="https://www.coingecko.com/en/categories/artificial-intelligence" rel="nofollow">artificial intelligence</a>, <a href="https://www.coingecko.com/en/categories/meme-token" rel="nofollow">memes</a>, <a href="https://www.coingecko.com/en/categories/non-fungible-tokens-nft" rel="nofollow">NFTs</a>, <a href="https://www.coingecko.com/en/categories/metaverse" rel="nofollow">metaverse</a>, and many more.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-using-a-crypto-basket">Why using a crypto basket?<a href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets#why-using-a-crypto-basket" class="hash-link" aria-label="Direct link to Why using a crypto basket?" title="Direct link to Why using a crypto basket?" translate="no">​</a></h2>
<p>Using a crypto basket means you don't have to manually choose each cryptocurrency to buy.
You can invest in a theme that interests you and as a result <a href="https://www.investopedia.com/terms/d/diversification.asp" rel="nofollow">diversify your investment</a> to reduce risks.</p>
<p>Crypto baskets also allow you to profit from all variations in cryptocurrencies.
As soon as the price of a cryptocurrency in the basket increases, its share in your portfolio will increase and may exceed the percentage allocation of the basket.
In this case, a portfolio rebalancing operation will be triggered. This operation will sell or buy cryptocurrencies to rebalance the portfolio.</p>
<p>Therefore, if a cryptocurrency in your basket has increased by 50%, during rebalancing you will cash in the profit and reinvest it automatically in other cryptocurrencies in the basket.</p>
<p>You even have the option to use multiple baskets to invest in different themes simultaneously.
It can help you reduce risk even more and allow you to capitalize on market variations.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="can-i-test-crypto-baskets-with-virtual-money-first">Can I test crypto baskets with virtual money first?<a href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets#can-i-test-crypto-baskets-with-virtual-money-first" class="hash-link" aria-label="Direct link to Can I test crypto baskets with virtual money first?" title="Direct link to Can I test crypto baskets with virtual money first?" translate="no">​</a></h2>
<p>Yes, with OctoBot cloud, you can test any crypto basket for free with <a class="" href="https://docs.octobot.cloud/investing/paper-trading-a-strategy">virtual money</a>.
Using virtual money allows you to understand how baskets work and to check their performance before switching to real money.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="who-creates-these-crypto-baskets">Who creates these crypto baskets?<a href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets#who-creates-these-crypto-baskets" class="hash-link" aria-label="Direct link to Who creates these crypto baskets?" title="Direct link to Who creates these crypto baskets?" translate="no">​</a></h2>
<p>Crypto baskets on OctoBot cloud are mainly created using <a href="https://www.coingecko.com/en/categories" rel="nofollow">Coingecko's categories</a>, a platform that ranks different cryptocurrencies and exchanges.
We also use the market capitalization ranking provided by <a href="https://www.coingecko.com/en" rel="nofollow">Coingecko</a> to offer other types of baskets.</p>
<div style="text-align:center"><div><p><img decoding="async" loading="lazy" alt="An example of a crypto basket with the top 3 cryptocurrencies by market
capitalization" src="https://docs.octobot.cloud/assets/images/use-top-market-cap-basket-bda89670ce784dcb7e7c66dd967a8deb.png" width="357" height="413" class="img_ev3q"></p></div></div>
<p>For example, we have baskets composed of the three largest market capitalizations. It allows you to invest in these three cryptocurrencies simultaneously and benefit from their price fluctuations.</p>
<p>You can explore some of our baskets on the <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto baskets page</a>.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-are-they-updated">How are they updated?<a href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets#how-are-they-updated" class="hash-link" aria-label="Direct link to How are they updated?" title="Direct link to How are they updated?" translate="no">​</a></h2>
<p>Crypto baskets on OctoBot cloud are automatically updated regularly to follow market changes. The frequency may vary from one basket to another.</p>
<p>When your crypto portfolio deviates too much from the chosen basket's distribution, OctoBot automatically rebalances it to maintain the same distribution as the basket.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-can-i-invest-with-a-crypto-basket">How can I invest with a crypto basket?<a href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets#how-can-i-invest-with-a-crypto-basket" class="hash-link" aria-label="Direct link to How can I invest with a crypto basket?" title="Direct link to How can I invest with a crypto basket?" translate="no">​</a></h2>
<p>With OctoBot cloud, you can invest for free (with a 14-day trial period) in any <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto basket</a> by following these steps:</p>
<ol>
<li class="">Create an account or log in to your OctoBot cloud account</li>
<li class="">Follow the introduction or go to the <a href="https://www.octobot.cloud/explore" rel="nofollow">strategy explorer</a> to choose the theme of your crypto basket</li>
<li class="">Select a <a class="" href="https://docs.octobot.cloud/investing/paper-trading-a-strategy">virtual money</a> or a real money account (to use real money, you'll need to <a class="" href="https://docs.octobot.cloud/investing/investor-faq#how-can-i-connect-my-exchange-account-to-octobot-">connect your exchange account</a>)</li>
<li class="">Launch your OctoBot to start investing</li>
</ol>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="can-i-create-my-own-basket">Can I create my own basket?<a href="https://docs.octobot.cloud/blog/invest-with-crypto-baskets#can-i-create-my-own-basket" class="hash-link" aria-label="Direct link to Can I create my own basket?" title="Direct link to Can I create my own basket?" translate="no">​</a></h2>
<p>Yes, you can create your own basket with OctoBot cloud's <a class="" href="https://docs.octobot.cloud/blog/introducing-the-pro-plan">Pro</a> plan.
This plan allows you to customize an existing basket or create your very own basket with the distribution you want.
Warning: if you use custom baskets, you won't benefit from automatic updates of the basket you customized.</p>
<p>No more spending hours choosing the best cryptocurrencies. With crypto baskets, investing becomes simpler and more efficient.</p>
<div style="text-align:center"><p><strong><a href="https://www.octobot.cloud/" target="_blank" rel="noopener noreferrer" class="">Start investing with a crypto basket</a></strong></p></div>]]></content>
        <author>
            <name>Paul</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Cryptocurrency" term="Cryptocurrency"/>
        <category label="Trading" term="Trading"/>
        <category label="OctoBot cloud" term="OctoBot cloud"/>
        <category label="Release" term="Release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Introducing the Pro plan]]></title>
        <id>https://docs.octobot.cloud/blog/introducing-the-pro-plan</id>
        <link href="https://docs.octobot.cloud/blog/introducing-the-pro-plan"/>
        <updated>2024-03-20T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Discover the new Pro plan and fine-tune your OctoBot strategies, automate your trades from TradingView, configure your crypto baskets and more.]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" alt="octobot trading plan announcement with TradingView automations and advanced coins trading" src="https://docs.octobot.cloud/assets/images/octobot-trading-plan-announcement-with-TradingView-automations-and-advanced-coins-trading-1106b289e8b78b7cd04df8ecea44187d.png" width="1302" height="726" class="img_ev3q"></p>
<p>Following the launch of the <a class="" href="https://docs.octobot.cloud/blog/introducing-the-investor-plus-plan">Investor Plus plan</a>, we are very pleased to announce the launch of the new Pro plan.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-in-the-pro-plan-">What is in the Pro plan ?<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#what-is-in-the-pro-plan-" class="hash-link" aria-label="Direct link to What is in the Pro plan ?" title="Direct link to What is in the Pro plan ?" translate="no">​</a></h2>
<p>The Pro plan gives you access to the full power of OctoBot cloud.</p>
<!-- -->
<div style="text-align:center;margin:1.5rem 0"><iframe width="100%" height="400" style="max-width:640px;border-radius:8px" src="https://www.youtube.com/embed/LwpDxDwGF0w" title="Trading configuration in OctoBot" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div>
<p>It naturally includes everything from the Investor and <a class="" href="https://docs.octobot.cloud/blog/introducing-the-investor-plus-plan">Investor Plus plan</a> plans, which means :</p>
<ul>
<li class="">Investing on all supported exchanges</li>
<li class="">Access to all preconfigured strategies and crypto baskets</li>
<li class="">Up to 10 real or paper trading OctoBots</li>
<li class="">Bespoke email news recaps <em>(coming soon)</em></li>
</ul>
<p>With the Pro plan, you also benefit from :</p>
<ul>
<li class="">OctoBot fine-tuning to change the way your OctoBots are investing</li>
<li class="">Manually create orders from your OctoBots</li>
<li class="">TradingView strategies automation</li>
<li class="">Custom crypto baskets <em>(coming soon)</em></li>
<li class="">Up to 20 real or paper trading OctoBots</li>
<li class="">Priority support</li>
</ul>
<p><strong><a href="https://www.octobot.cloud/pricing" target="_blank" rel="noopener noreferrer" class="">Switch to Pro</a></strong></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="fine-tune-your-octobots">Fine tune your OctoBots<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#fine-tune-your-octobots" class="hash-link" aria-label="Direct link to Fine tune your OctoBots" title="Direct link to Fine tune your OctoBots" translate="no">​</a></h2>
<p>Using the Pro plan enables you to <a class="" href="https://docs.octobot.cloud/investing/fine-tune-your-octobots">change the way any of your OctoBots buy and sell their crypto</a>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="manually-create-orders-from-your-octobots">Manually create orders from your OctoBots<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#manually-create-orders-from-your-octobots" class="hash-link" aria-label="Direct link to Manually create orders from your OctoBots" title="Direct link to Manually create orders from your OctoBots" translate="no">​</a></h3>
<p>Make your OctoBots buy or sell their crypto</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="buy and sell crypto directly from your
OctoBot" src="https://docs.octobot.cloud/assets/images/buy-and-sell-crypto-directly-from-your-octobot-215cde2eea7eebb8887d84d750084dfc.png" width="1900" height="916" class="img_ev3q"></p></div>
<p>With the Pro plan, you can from any OctoBot: - Easily trade directly by yourself
on your exchange or your <a class="" href="https://docs.octobot.cloud/en/investing/paper-trading-a-strategy">risk-free paper trading
account</a> - Create any kind of buy or
sell orders at any time - Rebalance your portfolio - Exclude a part of your
funds from your trading strategies</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="make-your-octobots-trade-your-way">Make your OctoBots trade your way<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#make-your-octobots-trade-your-way" class="hash-link" aria-label="Direct link to Make your OctoBots trade your way" title="Direct link to Make your OctoBots trade your way" translate="no">​</a></h3>
<p>You would prefer an OctoBot cloud strategy to buy or sell differently ?</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="cancel orders directly from your
OctoBot" src="https://docs.octobot.cloud/assets/images/cancel-orders-directly-from-your-octobot-d4b2a652a27f51ae6a7caf0a1fabb7ba.png" width="922" height="462" class="img_ev3q"></p></div>
<p>With the Pro plan, all your OctoBots can: - Cancel any OctoBot cloud or
TradingView strategy order - Replace existing orders by your own</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="follow-your-octobots-activity">Follow your OctoBots' activity<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#follow-your-octobots-activity" class="hash-link" aria-label="Direct link to Follow your OctoBots' activity" title="Direct link to Follow your OctoBots' activity" translate="no">​</a></h3>
<p>Profit from a clear history of trades, automations and cancel commands that happened with your Octobot.</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="buy and sell crypto octobot activity
history" src="https://docs.octobot.cloud/assets/images/buy-and-sell-crypto-octobot-activity-history-f43bb6817e008948c09b11ad082cb784.png" width="585" height="627" class="img_ev3q"></p></div>
<p>Learn more on OctoBot fine-tuning on the <a class="" href="https://docs.octobot.cloud/investing/fine-tune-your-octobots">Investor guide</a>.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="tradingview-automation-with-octobots">TradingView automation with OctoBots<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#tradingview-automation-with-octobots" class="hash-link" aria-label="Direct link to TradingView automation with OctoBots" title="Direct link to TradingView automation with OctoBots" translate="no">​</a></h2>
<blockquote>
<p>What would be the best way for most crypto investors to create their investment strategies?</p>
</blockquote>
<p>At OctoBot cloud, we spent a lot of time thinking about how to offer customizable strategies in the simplest way possible. While the preconfigured OctoBot cloud strategies are and will remain available for free, it's important for us to enable crypto investors to invest with OctoBot cloud according to their own ideas.</p>
<p>When thinking about the different possibilities, we realized that what is important for crypto investors when creating an investment strategy is that it should be:</p>
<ul>
<li class=""><strong>Clear and appealing</strong>: Using a graphical tool to create a strategy and not requiring any coding skill.</li>
<li class=""><strong>Adapting to the investor</strong> level of expertise: We want OctoBot cloud to enable the best strategies for you as an investor. It is important that OctoBot adapts to the knowledge of its users.</li>
<li class=""><strong>Simple to follow and monitor</strong>: It is necessary to always know what trades are open and what were the previous activities.</li>
</ul>
<div style="text-align:center;margin:1.5rem 0"><iframe width="100%" height="400" style="max-width:640px;border-radius:8px" src="https://www.youtube.com/embed/TNRMUP6-a_g" title="Automating TradingView" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div>
<p>After testing a lot of possibilities, we realized that integrating <a href="https://www.tradingview.com/?aff_id=27595" rel="nofollow">TradingView</a> is by far the best option as it is:</p>
<ul>
<li class=""><strong>Very well known</strong>: most crypto investors know how to use TradingView and use it on a regular basis</li>
<li class=""><strong>All about visualizing</strong>: TradingView enables to visually analyse prices and use indicators and Pine Script strategies</li>
<li class=""><strong>Extendable</strong> : TradingView can be easily and securely connected to other services such as OctoBot cloud.</li>
</ul>
<p>So we decided to integrate TradingView strategies into OctoBot cloud following those principles. You can now easily automate your own investment strategies using <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading">TradingView and OctoBot</a>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="create-your-strategy-on-tradingview">Create your strategy on TradingView<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#create-your-strategy-on-tradingview" class="hash-link" aria-label="Direct link to Create your strategy on TradingView" title="Direct link to Create your strategy on TradingView" translate="no">​</a></h3>
<p>With TradingView, it is easy to create automated alerts based on either:</p>
<ul>
<li class="">Price events, for example "BTC crosses $50 000"</li>
<li class="">Any technical indicator (free or paid), such as "RSI is higher than 80" or "the 9 days moving average just crossed the 21 days moving average"</li>
<li class="">Pine Script strategies, which are integrated TradingView strategies that can be optimized using backtesting and visually drawn directly on charts.</li>
</ul>
<p>Let's take an example with an <a href="https://www.investopedia.com/terms/e/ema.asp" rel="nofollow">Exponential Moving Averages</a> (or EMA) based strategy. The concept is to buy and sell when the 9 and 21 candles EMA are crossing each other.</p>
<p>The TradingView strategy looks like this: it just takes 2 regular EMA indicators ...
<img decoding="async" loading="lazy" alt="TradingView ema strategy illustration with 2 buy and 2 sell" src="https://docs.octobot.cloud/assets/images/tradingview-ema-strategy-illustration-with-2-buy-and-2-sell-cf2f79c933106ffbb330d8cef9d445c8.png" width="1919" height="882" class="img_ev3q"></p>
<p>... with 2 alerts: a BUY and a SELL.</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="TradingView ema strategy
configuration" src="https://docs.octobot.cloud/assets/images/tradingview-ema-strategy-configuration-13cb751ce91d4a851d02f7cb1117c634.png" width="944" height="747" class="img_ev3q"></p></div>
<p>This is 100% of the configuration of this TradingView Strategy. Pretty simple !<br>
<!-- -->Learn more on how to automate TradingView alerts from price events, indicators or Pine Script strategies on our <a class="" href="https://docs.octobot.cloud/investing/tradingview-alerts-automation">TradingView alerts automation guide</a>.</p>
<p>The next step is to make the strategy create orders on real crypto exchanges to turn it into a fully functional automated investment strategy.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="automating-trades-from-tradingview">Automating trades from TradingView<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#automating-trades-from-tradingview" class="hash-link" aria-label="Direct link to Automating trades from TradingView" title="Direct link to Automating trades from TradingView" translate="no">​</a></h3>
<p>To turn TradingView alerts into trades, we created a new system called <code>Automations</code> that goes in pair with TradingView OctoBots: an automation is an action such as creating or cancelling orders. Automations can be bound to TradingView alerts to easily automate every aspect of your TradingView strategy trades on exchanges.</p>
<p>Going back to the EMA strategy we just created on TradingView, here is what it looks like on the OctoBot side.</p>
<p><img decoding="async" loading="lazy" alt="octobot TradingView trading side of ema strategy illustration with 2 buy and 2 sell" src="https://docs.octobot.cloud/assets/images/octobot-tradingview-trading-side-of-ema-strategy-illustration-with-2-buy-and-2-sell-1fdf77df991ada38c38bdf125d4b0069.png" width="1919" height="1046" class="img_ev3q"></p>
<p>You might have noticed the automation identifiers in the <code>Message</code> section of the BUY and SELL alerts on TradingView, they are used to tell OctoBot which automation to trigger when the alert is received: <code>5a6e0e4d-4c8a-4212-881c-3174cd322002</code> is <code>Buy BTC - 50% USDT</code> and <code>b1791518-b92c-4dc7-8dc1-4905bcaf3165</code> is <code>Sell BTC - 100%</code>.</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="octobot TradingView market buy btc
automation" src="https://docs.octobot.cloud/assets/images/octobot-tradingview-market-buy-btc-automation-dde1c40519f1fe505ece409d781a37a5.png" width="501" height="655" class="img_ev3q"></p></div>
<p>The main advantage of this approach is that it is very simple and powerful at the same time: you create your TradingView strategy and then just attach automations to your OctoBot.<br>
<!-- -->Moreover, automations are easy to configure and unlimited: you can make a TradingView OctoBot with very simple buy and sell automations or use an advanced set of automations to invest with multiple coins and different settings if you want to.</p>
<p>Are you wondering how to use TradingView OctoBots ? Check out our <a class="" href="https://docs.octobot.cloud/investing/tradingview-trading-tutorial">TradingView trading tutorial</a>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="multiple-order-types">Multiple order types<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#multiple-order-types" class="hash-link" aria-label="Direct link to Multiple order types" title="Direct link to Multiple order types" translate="no">​</a></h3>
<p>Automations allow you to further optimize your entry and exit prices by leveraging limit orders using a fixed or relative price.</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="buy sol with 50 usdt at 10 percent discount octobot tradingview
automation" src="https://docs.octobot.cloud/assets/images/buy-sol-with-50-usdt-at-10-percent-discount-octobot-tradingview-automation-6e8262cbdcdbc8fb9dce38f591eaf1f3.png" width="503" height="704" class="img_ev3q"></p></div>
<p>Profit from orders fine-tuning to easily check, cancel or replace any order created from your TradingView automations.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="advanced-order-amounts">Advanced order amounts<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#advanced-order-amounts" class="hash-link" aria-label="Direct link to Advanced order amounts" title="Direct link to Advanced order amounts" translate="no">​</a></h3>
<p>Optimize single and multi-coin TradingView strategies by accurately configuring your TradingView automation order amounts.</p>
<div style="text-align:center"><p><img decoding="async" loading="lazy" alt="sell 1 avax at 120 usdt octobot tradingview
automation" src="https://docs.octobot.cloud/assets/images/sell-1-avax-at-120-usdt-octobot-tradingview-automation-84e0be6e500bcc92c29c6f6f2e7ab3ab.png" width="504" height="689" class="img_ev3q"></p></div>
<p>Configure your automation order amounts according to:</p>
<ul>
<li class="">A percent of your portfolio funds</li>
<li class="">A given amount of the traded coin</li>
<li class="">A specific amount of USDT or any quote currency of your traded pair</li>
</ul>
<p>Learn more on TradingView OctoBots automations on <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading#automations-to-create-your-strategies">the automations guide</a>.</p>
<p><strong><a href="https://www.octobot.cloud/pricing" target="_blank" rel="noopener noreferrer" class="">Switch to Pro</a></strong></p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>We will keep working on adding new types of automations to enable more options
and increase possibilities. Please tell us if you need new types of
automations, and we will our best to integrate it !</p></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="configurable-crypto-baskets">Configurable Crypto Baskets<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#configurable-crypto-baskets" class="hash-link" aria-label="Direct link to Configurable Crypto Baskets" title="Direct link to Configurable Crypto Baskets" translate="no">​</a></h2>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>Available soon</p></div></div>
<div style="text-align:center"><div><p><img decoding="async" loading="lazy" alt="configured crypto
basket" src="https://docs.octobot.cloud/assets/images/crypto-basket-landing-4d37b089e1c269aaae7fddfcb68fd0e8.png" width="500" height="322" class="img_ev3q"></p></div></div>
<p>Configure the content of your <a href="https://www.octobot.cloud/features/crypto-basket" target="_blank" rel="noopener noreferrer" class="">crypto baskets</a> directly from your OctoBot.</p>
<ul>
<li class="">Add cryptocurrencies to your baskets.</li>
<li class="">Remove cryptocurrencies from your baskets.</li>
<li class="">Configure the ratio of each crypto within your baskets.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="priority-support">Priority support<a href="https://docs.octobot.cloud/blog/introducing-the-pro-plan#priority-support" class="hash-link" aria-label="Direct link to Priority support" title="Direct link to Priority support" translate="no">​</a></h2>
<p>If you have any questions regarding OctoBot, the investment strategies, TradingView strategies or anything else, it will be our priority to bring you assistance.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Cryptocurrency" term="Cryptocurrency"/>
        <category label="Trading" term="Trading"/>
        <category label="OctoBot cloud" term="OctoBot cloud"/>
        <category label="Release" term="Release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[BingX Wheel of Fortune Event]]></title>
        <id>https://docs.octobot.cloud/blog/bingx-wheel-of-fortune-event</id>
        <link href="https://docs.octobot.cloud/blog/bingx-wheel-of-fortune-event"/>
        <updated>2024-02-27T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Join the BingX Wheel of Fortune event to earn up to 1000 USDT simply by trading using OctoBot cloud or your own OctoBot trading robot]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" alt="bingx and octobot wheel of fortune event with 1000 usdt to earn" src="https://docs.octobot.cloud/assets/images/bingx-and-octobot-wheel-of-fortune-event-with-usdt-to-earn-a16fe6bb1e7e633fe63e6b025501da3f.png" width="1146" height="845" class="img_ev3q"></p>
<p>In december, we <a class="" href="https://docs.octobot.cloud/blog/octobot-1-0-4-whats-new">announced</a> the official support of BingX in OctoBot, <a href="https://bingx.com/invite/Z4UUVX/" target="_blank" rel="nofollow" class="">BingX</a> is now also supported on <a href="https://www.octobot.cloud/" target="_blank" rel="noopener noreferrer" class="">OctoBot cloud strategies</a>.</p>
<p>Today, we are glad to announce that starting from the 28th of February till the 18th of March, BingX will be hosting a special event for OctoBot users with up to 1000 USDT to win !</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-the-wheel-of-fortune-works">How the Wheel of Fortune works<a href="https://docs.octobot.cloud/blog/bingx-wheel-of-fortune-event#how-the-wheel-of-fortune-works" class="hash-link" aria-label="Direct link to How the Wheel of Fortune works" title="Direct link to How the Wheel of Fortune works" translate="no">​</a></h2>
<p>After <a href="https://bingx.com/invite/Z4UUVX/" target="_blank" rel="nofollow" class="">creating your BingX account</a> (if you don't have one already) and registering on the <a href="https://bingx.com/en-us/act/turntable/8628992176/" target="_blank" rel="nofollow" class="">BingX Wheel of Fortune event</a>, you will earn draws by simply trading on BingX using any of:</p>
<ul>
<li class="">BingX pre-configured strategies on <a href="https://www.octobot.cloud/" target="_blank" rel="noopener noreferrer" class="">OctoBot cloud</a>.</li>
<li class="">The new <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading">TradingView OctoBots</a> from <a href="https://www.octobot.cloud/" target="_blank" rel="noopener noreferrer" class="">OctoBot cloud</a> to simply automate trades using price events, indicators or Pine Script strategies directly from TradingView.</li>
<li class="">Your own OctoBot strategy using <a href="https://www.octobot.cloud/trading-bot" target="_blank" rel="noopener noreferrer" class="">cloud or self hosted OctoBot trading bots</a>.</li>
</ul>
<div>
  **[Join the event](https://bingx.com/en-us/act/turntable/8628992176)**
</div>
<p>Note: paper trading bots using simulated money are not counted in generating draws, trades must happen on your BingX account.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="every-octobot-user-can-win">Every OctoBot user can win<a href="https://docs.octobot.cloud/blog/bingx-wheel-of-fortune-event#every-octobot-user-can-win" class="hash-link" aria-label="Direct link to Every OctoBot user can win" title="Direct link to Every OctoBot user can win" translate="no">​</a></h2>
<p>This is the great point of the event:</p>
<ul>
<li class="">Everyone trading using Octobot on BingX will earn draws.</li>
<li class="">Each draw carries an equal chance to instantly win up to 1000 USDT.</li>
</ul>
<p>It means that there is no need to be the trader with the largest trading volume or the best PNL to be eligible for rewards.</p>
<p>OctoBot is designed to help the most people automating their investment startegies and the same goes for the BingX Wheel of Fortune: it is also profiting everyone.</p>
<p>We can't wait to know the rewards you will win on BingX with this event, join the OctoBot <a href="https://t.me/octobot_trading" target="_blank" rel="nofollow" class="">OctoBot Telegram group</a> to tell us what you earned !</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="earn-more-by-spreading-the-word">Earn more by spreading the word<a href="https://docs.octobot.cloud/blog/bingx-wheel-of-fortune-event#earn-more-by-spreading-the-word" class="hash-link" aria-label="Direct link to Earn more by spreading the word" title="Direct link to Earn more by spreading the word" translate="no">​</a></h2>
<p>Your might have friends who would like to <a class="" href="https://docs.octobot.cloud/investing/introduction">easily follow pre-configured investment strategies</a>, <a class="" href="https://docs.octobot.cloud/investing/tradingview-automated-trading">automate they trading using TradingView</a> or <a href="https://www.octobot.cloud/trading-bot" target="_blank" rel="noopener noreferrer" class="">create their own trading bot</a>.</p>
<p>We believe this BingX event to be a great time to tell your friends about OctoBot as they might the among the lucky winners of the event ! And it won't reduce your own chances to win either.</p>
<p>Also, did you know that OctoBot has a referral program ? When your friends sign up using your OctoBot referral link:</p>
<ul>
<li class="">They get a $5 discount on the subscription of their choice.</li>
<li class="">You receive 25% of their subscription fees as well as a part of the trading fees OctoBot cloud receives from partner exchanges on their real trading OctoBot.</li>
</ul>
<p>Get your referral link on <a href="https://www.octobot.cloud/rewards" target="_blank" rel="nofollow" class="">your referral dashboard</a>.</p>]]></content>
        <author>
            <name>Guillaume</name>
            <uri>https://github.com/Drakkar-Software</uri>
        </author>
        <category label="Crypto" term="Crypto"/>
        <category label="Trading" term="Trading"/>
        <category label="Exchange" term="Exchange"/>
        <category label="Partnership" term="Partnership"/>
        <category label="BingX" term="BingX"/>
        <category label="Event" term="Event"/>
    </entry>
</feed>