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 26, 24, 09:51:56 Bot deactivated
Apr 26, 24, 09:51:56 Backtest start date: 04/26/24 09:51:56 GTM+0
Apr 26, 24, 09:51:56 Backtest end date: 04/26/24 09:51:56 GTM+0
Apr 26, 24, 09:51:56 Backtest took: 00:00:01.6642358ms
Apr 26, 24, 09:51:56 ----- Custom Report -----
Apr 26, 24, 09:51:56 Estimated Profit: 0.01 BTC
Apr 26, 24, 09:51:56 ----- Backtest report BINANCE_BNB_BTC_ -----
Apr 26, 24, 09:51:56 Gross profits: 100.00000000 BNB
Apr 26, 24, 09:51:56 Fee costs: 10.00000000 BNB
Apr 26, 24, 09:51:56 Realized profits: 90.00000000 BNB
Apr 26, 24, 09:51:56 Return on investment: 10.0000 %
Apr 26, 24, 09:51:56 Price change: 0.0306%
Apr 26, 24, 09:51:56 Closed positions: 100x
Apr 26, 24, 09:51:56 Profitable positions: 60x (90.00%)
Apr 26, 24, 09:51:56 Losing positions: 40x (10.00%)
Apr 26, 24, 09:51:56 Average margin: 5.00000000 BNB
Apr 26, 24, 09:51:56 Average realized profits: 10.00000000 BNB
Apr 26, 24, 09:51:56 Executed orders: 100x
Apr 26, 24, 09:51:56 Completed order: 100x
Apr 26, 24, 09:51:56 Average open time: 10 seconds
Apr 26, 24, 09:51:56 ----- Performance report BINANCE_BNB_BTC_ -----
Apr 26, 24, 09:51:56 Max. DrawDown: 1.00% / 40.00000000 BNB
Apr 26, 24, 09:51:56 Sharpe Ratio: 1.00
Apr 26, 24, 09:51:56 Sortino Ratio: 1.00
Apr 26, 24, 09:51:56 Win %: 3.00 %
Apr 26, 24, 09:51:56 Profit Ratio: 3.00
Apr 26, 24, 09:51:56 Profit Factor: 3.00
Apr 26, 24, 09:51:56 CPC Index: 1.00
Apr 26, 24, 09:51:56 Tail Ratio: 2.00
Apr 26, 24, 09:51:56 Common Sense Ratio: 2.00
Apr 26, 24, 09:51:56 Outlier Win Ratio: 3.00
Apr 26, 24, 09:51:56 Outlier Loss Ratio: 1.00
Apr 26, 24, 09:51:56 Profit Margin Ratio: 54.00
Apr 26, 24, 09:51:56 Biggest Win: 100.00000000
Apr 26, 24, 09:51:56 Biggest Loss: -100.00000000
Apr 26, 24, 09:51:56 Highest Point in PNL: 5.00000000
Apr 26, 24, 09:51:56 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 167 days +21961.7164% Copy Bot
SMMDH v3.3 XRP/USDT 141 days +20766.2696% Copy Bot
SMMD v2.51 DOGE/USD 288 days +9927.3389% Copy Bot
SMMD v2.51 BTC/USDT 24 days +8772.1148% Copy Bot
SMMD v2.51 ADA/USD 273 days +6627.8603% Copy Bot
Haasonline Original - Market Making Bot BTC/USDT 304 days +5821.4581% Copy Bot
SMMD v2.51 BTC/USD 288 days +5598.2905% Copy Bot
SMMD v2.51 XRP/USDT 288 days +4338.3226% Copy Bot
SMMD v2.51 XRP/USD 273 days +3894.9853% Copy Bot
SMMDH v3.3 BTC/USD 113 days +2358.1358% Copy Bot
SMMDH v3.3 BTC/USD 168 days +2251.1806% Copy Bot
SMMDH v3.3 BTC/USDT 168 days +1345.1297% Copy Bot
Spot-SMMDv2 MTVT/USDT 132 days +1278.0459% Copy Bot
Haasonline Original - Market Making Bot XRP/USDT 305 days +896.1805% Copy Bot
[pshaiBot] Simple Market Maker v2.6-c XRP/USDT 175 days +853.5596% Copy Bot
Haasonline Original - Flash Crash Bot XRP/USDT 306 days +741.9165% Copy Bot
SMMDH v3.3 XRP/USDT 119 days +712.6074% Copy Bot
SMMD v2.51 ETH/USD 288 days +685.0732% Copy Bot
Haasonline Original - Flash Crash Bot XRP/USDT 205 days +653.0301% Copy Bot
[pshaiBot] Simple Market Maker v2.6-c ARK/USDT 175 days +605.2915% Copy Bot
Haasonline Original - Flash Crash Bot XRP/USDT 199 days +533.9609% Copy Bot
Haasonline Original - Flash Crash Bot DOGE/USDT 306 days +530.6804% Copy Bot
Haasonline Original - Flash Crash Bot ADA/USDT 306 days +468.2344% Copy Bot
Haasonline Original - Scalper Bot XRP/USDT 305 days +430.4815% Copy Bot
Spot-SMMDv2 LINK/USDT 138 days +386.9881% Copy Bot
Haasonline Original - Flash Crash Bot XBT/USDT 302 days +343.8214% Copy Bot
Spot-SMMDv2 XRP/USDT 138 days +290.2464% Copy Bot
Haasonline Original - Flash Crash Bot ETH/USDT 306 days +266.0818% Copy Bot
Spot-SMMDv2 BTC/USDT 138 days +262.1917% Copy Bot
Spot-SMMDv2 B2M/USDT 97 days +196.5176% Copy Bot
Haasonline Original - Flash Crash Bot BTC/USDT 306 days +190.0414% Copy Bot
Spot-SMMDv2 BTC/USDT 138 days +171.2754% Copy Bot
Haasonline Original - Flash Crash Bot ADA/USDT 205 days +113.2466% Copy Bot
Spot-SMMDv2 ETH/USDT 133 days +111.9509% Copy Bot
Spot-SMMDv2 ETH/USDT 138 days +83.6749% Copy Bot
Spot-SMMDv2 BTC/USDT 97 days +78.8956% Copy Bot
Haasonline Original - Flash Crash Bot ADA/USDT 199 days +65.7307% Copy Bot
Enhanced RSI bot (spot) BTC/USDT 309 days +31.2592% Copy Bot
Enhanced RSI bot (spot) ETH/USDT 309 days +26.3919% Copy Bot
Spot-SMMDv2 BTC/USDT 133 days +22.2661% Copy Bot
Haasonline Original - Intelli Alice Bot BTC/USDT 309 days +19.7839% Copy Bot
Simple Zero-lag EMA Bot ETH/USDT 305 days +19.4071% Copy Bot
Spot-SMMDv2 LINK/USDT 133 days +18.0107% Copy Bot
Simple Zero-lag EMA Bot BTC/USDT 305 days +15.5835% Copy Bot
Haasonline Original - Flash Crash Bot BTC/USDT 199 days +14.2077% Copy Bot
Haasonline Original - Flash Crash Bot BTC/USDT 199 days +13.5317% Copy Bot
Spot-SMMDv2 XRP/USDT 133 days +12.635% Copy Bot
Haasonline Original - MadHatter Bot BTC/USDT 309 days +7.4068% 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.