AUTOMATED TRADING

Unstoppable Grid Trading

Get the most out of your grid trading bot strategy using HaasScript
							    EnableHighSpeedUpdates(true)
    HideOrderSettings()
    HideTradeAmountSettings()
     
    --===================================================================
    -- == Miscellaneous Usefulness
            
        -- deep clone an object
        function clone(original)
            local copy = {}
            for k, v in pairs(original) do
                if GetType(v) == ArrayDataType then
                    v = clone(v)
                end
                copy[k] = v
            end
            return copy
        end
     
    --===================================================================
    -- == Logger
        local LoggerLevels = {
            ErrorsOnly = 'Errors Only',
            ErrorsAndWarnings = 'Erorrs & Warnings',
            All = 'All'
        }
     
        local Logger = {
            _level = InputOptions('DEBUG Level',
                    LoggerLevels.All,
                    LoggerLevels,
                    {group = '     DEBUG'}),
            _in = 'Main',
            _prevIn = {},
            _log = Log,
            _warn = LogWarning,
            _error = LogError
        }
     
        function Logger:level()
            if Logger._level == LoggerLevels.ErrorsOnly then
                return 0
            elseif Logger._level == LoggerLevels.ErrorsAndWarnings then
                return 1
            elseif Logger._level == LoggerLevels.All then
                return 2
            end
     
            LogError('Logger level undefined: "' .. Logger._level .. '"')
        end
     
        function Logger:where()
            local ret = ''
            local prevs = self._prevIn
            if #prevs > 0 then
                for i = 1, #prevs do
                    if prevs[i] != '' and #prevs[i] > 0 then
                        ret = ret .. prevs[i] .. '::'
                    end
                end
            end
            return ret .. self._in
        end
     
        function Logger:enter(to)
            self._prevIn = ArrayAdd(self._prevIn, self._in)
            self._in = to
        end
     
        function Logger:exit()
            self._in = ArrayLast(self._prevIn)
            self._prevIn = ArrayPop(self._prevIn)
        end
     
        function Logger:log(msg, color)
            if self:level() >= 2 then
                if not color then
                    color = ''
                end
     
                local _in = Logger:where()
                self._log('['.._in..'] '..msg, color)
            end
        end
     
        function Logger:warn(msg)
            if self:level() >= 1 then
                local _in = Logger:where()
                self._warn('['.._in..'] '..msg)
            end
        end
     
        function Logger:error(msg)
            local _in = Logger:where()
            self._error('['.._in..'] '..msg)
            DeactivateBot('FCB Deactivation on Error')
        end
     
    --===================================================================
    --===================================================================
     
     
    --===================================================================
    -- == Options for inputs
        local options = {
            SpreadTypes = {
                Fixed = 'Fixed Amount',
                Percentage = 'Percentage',
                PercentageBoost = 'Percentage With Boost',
                Exponential = 'Exponential'
            },
     
            StartControlTypes = {
                AbovePrice = 'Above Price',
                BelowPrice = 'Below Price'
            },
     
            Currencies = {
                Base = 'Base',
                Quote = 'Quote'
            },
     								
						
+2.4%
+1.2%
-0.6%
Unlock the full power of HaasOnline
Start a free trial and enjoy 7-days free. We'll help you make better trades using Grid Trading Bot.
Start free 7-day trial
Apr 18, 24, 11:16:38 Bot deactivated
Apr 18, 24, 11:16:38 Backtest start date: 04/18/24 11:16:38 GTM+0
Apr 18, 24, 11:16:38 Backtest end date: 04/18/24 11:16:38 GTM+0
Apr 18, 24, 11:16:38 Backtest took: 00:00:01.6642358ms
Apr 18, 24, 11:16:38 ----- Custom Report -----
Apr 18, 24, 11:16:38 Estimated Profit: 0.01 BTC
Apr 18, 24, 11:16:38 ----- Backtest report BINANCE_BNB_BTC_ -----
Apr 18, 24, 11:16:38 Gross profits: 100.00000000 BNB
Apr 18, 24, 11:16:38 Fee costs: 10.00000000 BNB
Apr 18, 24, 11:16:38 Realized profits: 90.00000000 BNB
Apr 18, 24, 11:16:38 Return on investment: 10.0000 %
Apr 18, 24, 11:16:38 Price change: 0.0306%
Apr 18, 24, 11:16:38 Closed positions: 100x
Apr 18, 24, 11:16:38 Profitable positions: 60x (90.00%)
Apr 18, 24, 11:16:38 Losing positions: 40x (10.00%)
Apr 18, 24, 11:16:38 Average margin: 5.00000000 BNB
Apr 18, 24, 11:16:38 Average realized profits: 10.00000000 BNB
Apr 18, 24, 11:16:38 Executed orders: 100x
Apr 18, 24, 11:16:38 Completed order: 100x
Apr 18, 24, 11:16:38 Average open time: 10 seconds
Apr 18, 24, 11:16:38 ----- Performance report BINANCE_BNB_BTC_ -----
Apr 18, 24, 11:16:38 Max. DrawDown: 1.00% / 40.00000000 BNB
Apr 18, 24, 11:16:38 Sharpe Ratio: 1.00
Apr 18, 24, 11:16:38 Sortino Ratio: 1.00
Apr 18, 24, 11:16:38 Win %: 3.00 %
Apr 18, 24, 11:16:38 Profit Ratio: 3.00
Apr 18, 24, 11:16:38 Profit Factor: 3.00
Apr 18, 24, 11:16:38 CPC Index: 1.00
Apr 18, 24, 11:16:38 Tail Ratio: 2.00
Apr 18, 24, 11:16:38 Common Sense Ratio: 2.00
Apr 18, 24, 11:16:38 Outlier Win Ratio: 3.00
Apr 18, 24, 11:16:38 Outlier Loss Ratio: 1.00
Apr 18, 24, 11:16:38 Profit Margin Ratio: 54.00
Apr 18, 24, 11:16:38 Biggest Win: 100.00000000
Apr 18, 24, 11:16:38 Biggest Loss: -100.00000000
Apr 18, 24, 11:16:38 Highest Point in PNL: 5.00000000
Apr 18, 24, 11:16:38 Lowest Point in PNL: -5.00000000

*These numbers are for illustration only and do not reflect past or future performance.

The crypto grid trading strategy presents various benefits, and when you utilize trading bots on TradeServer Cloud, you can optimize your trading experience and potentially increase your profits.

Our infamous crypto grid trading bot is often referred to as the flash crash trading bot. The grid trading bot will set pre-orders above and below a specified base price. Buy orders are placed at predefined price points that fall below the set base price. Conversely, sell orders are placed above this base price. When a buy order has been completed, the base price will be moved down and a sell order will be placed on the old base price. When a sell order has been completed the base price moves up and a buy order is placed on the old base price. This approach allows you to take advantage of price fluctuations, capturing profits as the market moves up and down within the grid.

A crypto grid trading strategy can help you capitalize on market fluctuations by placing multiple buy and sell orders within a specific price range. By employing trading bots on TradeServer Cloud, you can automate this process, customize your strategy, and gain valuable insights to improve your overall trading experience.

More Alpha. Less Noise.

See if these exclusive offers can help your trading strategies, claim these rewards while they last!

Promotions offered by third-parties and are subject to availability, terms, and conditions. Other restrictions may apply. Individual results may vary and are not typical.
  • Lower entry point

    Enter and exit more positions at lower price points which translates into a more accessible trading strategy.

  • Ease of use

    As one of the easier to understand trading strategies, the grid trading bot is straightforward to use and customizable.

  • Automation friendly

    Due to the necessity to enter and exit positions quickly and calculate new grids, the grid trading strategy perfectly compliments bots.

  • Sideways markets

    Grid trading bots have the unique advantage of turning a profit in sideways and stagnant markets.

  • Add liquidity

    You increase the market liquidity of the exchange's market by placing both buy and sell orders.

  • Risk management

    You can earn a small but steady profit with minimal risks when you bet on stablecoin pairs.

Frequently Asked Questions

  • What does the grid bot do?

    GRID bot is made to make a profit on a sideways (flat) market by trading between multiple order levels (’grid’).

    The bot will use two currencies of the pair (e.g. BTC / USDT) for placing limit orders for buying and selling and will make a profit in one currency.

    If you choose to make a profit in USDT, the bot will be buying and selling BTC for profit in USDT and vice versa — if you choose BTC, then your bot will be selling it for USDT to buy back cheaper with profit in BTC.

    The bot keeps trading as long as the price stays inside the grid.

    If the price breaks outside, the grid follows it automatically and the bot stays active.

    In other words, the bot makes a profit in USDT on a flat market and follows the price if it moves up, or accumulates Bitcoin on a flat market and follows the price if it goes down.

  • What is the grid bot strategy?

    The driving force of this strategy is a stochastic price fluctuation, also referred to as a ’flat’ or ’sideways’ market.

    When the price is fluctuating in a tight range, you could potentially make an infinite profit by just making trades repeatedly.

    In reality, the price does not stick anywhere for too long, so you need to cover as many levels as possible by splitting your investment into multiple Buy and Sell orders aka ’order grid’.

    You are making profits steadily as long as the price is bouncing inside the grid so that you are buying let’s say 0.1 BTC on each Buy level and selling it at a higher Sell level for profit in USDT.

    The success factors of your strategy are time and volatility — the longer the price stays inside the grid, the longer you keep trading, and the more volatile is the price, the more trades you make.

    Overall, the grid strategy may work well as it is utilizing the only guaranteed market direction — to the right.

  • Is this bot backtest ready?

    We offer a 3-day free trial so you can access all premium features of the GRID bot in live trading mode as well as in the risk-free virtual Demo mode. Moreover, we provide the Backtesting function which is available in the bot editor so you can run the bot in a quick simulation.

Discover alternatives to the Grid Trading Bot

Simplified Copy Bots

Copy top-tier trade bots and capitalize on their performance.
HaasScript Name Market Runtime ROI
SMMDH v3.3 XRP/USD 159 days +21640.7849% Copy Bot
SMMDH v3.3 XRP/USDT 133 days +20105.627% Copy Bot
SMMD v2.51 DOGE/USD 280 days +9664.3755% Copy Bot
SMMD v2.51 ADA/USD 265 days +7384.7287% Copy Bot
SMMD v2.51 BTC/USDT 16 days +5807.2975% Copy Bot
SMMD v2.51 BTC/USD 280 days +5360.2057% Copy Bot
Haasonline Original - Market Making Bot BTC/USDT 296 days +4596.7074% Copy Bot
SMMD v2.51 XRP/USDT 280 days +4540.7216% Copy Bot
SMMD v2.51 XRP/USD 265 days +3761.7997% Copy Bot
SMMDH v3.3 BTC/USDT 160 days +2169.961% Copy Bot
SMMDH v3.3 BTC/USD 105 days +2119.6402% Copy Bot
SMMDH v3.3 BTC/USD 160 days +1458.16% Copy Bot
Spot-SMMDv2 MTVT/USDT 124 days +1278.0459% Copy Bot
Haasonline Original - Market Making Bot XRP/USDT 297 days +1137.9346% Copy Bot
[pshaiBot] Simple Market Maker v2.6-c XRP/USDT 167 days +812.5% Copy Bot
Haasonline Original - Flash Crash Bot XRP/USDT 298 days +710.3882% Copy Bot
SMMD v2.51 ETH/USD 280 days +662.6457% Copy Bot
Haasonline Original - Flash Crash Bot XRP/USDT 197 days +613.4999% Copy Bot
Haasonline Original - Flash Crash Bot DOGE/USDT 298 days +530.6804% Copy Bot
Haasonline Original - Flash Crash Bot XRP/USDT 191 days +507.3996% Copy Bot
Haasonline Original - Scalper Bot XRP/USDT 297 days +502.6984% Copy Bot
[pshaiBot] Simple Market Maker v2.6-c ARK/USDT 167 days +476.1061% Copy Bot
Haasonline Original - Flash Crash Bot ADA/USDT 298 days +468.2344% Copy Bot
Spot-SMMDv2 LINK/USDT 130 days +371.3057% Copy Bot
Haasonline Original - Flash Crash Bot XBT/USDT 293 days +343.8214% Copy Bot
Spot-SMMDv2 XRP/USDT 130 days +278.773% Copy Bot
Haasonline Original - Flash Crash Bot ETH/USDT 297 days +266.0818% Copy Bot
SMMDH v3.3 XRP/USDT 111 days +261.6482% Copy Bot
Spot-SMMDv2 BTC/USDT 130 days +250.4574% Copy Bot
Haasonline Original - Flash Crash Bot BTC/USDT 297 days +190.0414% Copy Bot
Spot-SMMDv2 BTC/USDT 130 days +159.3178% Copy Bot
Spot-SMMDv2 B2M/USDT 89 days +147.5044% Copy Bot
Haasonline Original - Flash Crash Bot ADA/USDT 197 days +113.2466% Copy Bot
Spot-SMMDv2 ETH/USDT 125 days +106.2217% Copy Bot
Spot-SMMDv2 ETH/USDT 130 days +81.0813% Copy Bot
Spot-SMMDv2 BTC/USDT 89 days +77.8725% Copy Bot
Haasonline Original - Flash Crash Bot ADA/USDT 191 days +65.7307% Copy Bot
Enhanced RSI bot (spot) BTC/USDT 301 days +37.7998% Copy Bot
Spot-SMMDv2 BTC/USDT 125 days +22.2661% Copy Bot
Enhanced RSI bot (spot) ETH/USDT 301 days +18.1977% Copy Bot
Spot-SMMDv2 LINK/USDT 125 days +18.0107% Copy Bot
Haasonline Original - Intelli Alice Bot BTC/USDT 301 days +15.0475% Copy Bot
Haasonline Original - Flash Crash Bot BTC/USDT 191 days +14.2077% Copy Bot
Haasonline Original - Flash Crash Bot BTC/USDT 191 days +13.5317% Copy Bot
Spot-SMMDv2 XRP/USDT 125 days +12.635% Copy Bot
Haasonline Original - MadHatter Bot BTC/USDT 301 days +6.2605% Copy Bot
Simple Zero-lag EMA Bot ETH/USDT 297 days +2.9327% Copy Bot
Simple Zero-lag EMA Bot BTC/USDT 297 days +2.5029% Copy Bot
* Please note that while our platform provides the tools to replicate the strategies of top-performing trading bots, individual results may vary. Success in financial markets is influenced by a variety of factors, many of which are beyond our control. Past performance is not indicative of future results, and there is always the potential for loss as well as gain. Always conduct your own research and consider your financial circumstances before making investment decisions.
Show more trade bots

Pro Upgrade1. Completely Free2. Unrestricted Trial3.

Embark on your journey to smarter, faster, and more effective trading with HaasOnline. Sign up now for a free trial and gain immediate access to our advanced trading bots.

Are you looking to optimize your trading strategy, reduce risks, or explore automated crypto trading? HaasOnline is your ideal partner. Experience firsthand how our customizable bots can enhance your trading efficiency and accuracy.

Start free 3-day trial ›
1 TradeServer Cloud Pro offers a 3-day trial of our premium subscription.
2 During the 3-day TradeServer Cloud Pro trial you will not be required to pay to access Pro plan features. Subscription automatically renews unless auto-renewal is disabled or if you opt for manual payments.
3 Access to premium features within TradeServer Cloud does not include third-party restrictions or unforeseen issues.