Runbot Documentation
How it worksIndicatorsTriggers BoxesNFTs
  • Introduction
  • Interactive Tutorial
  • HOW IT WORKS
    • Box synergies
    • Signal list
      • Long/Short signal
      • Cancel signal
      • Stop signal
      • Custom signal
    • Glossary
  • Parimutuels Markets
  • Strategy Boxes
    • Strategy list
    • Strategy management (Backtest box)
    • Signals Box
    • Selectors Box
    • Indicators box
      • Offset Candle
      • Signal creation
      • Signal duration rule
  • Indicators
    • Basic triggers
    • Runbot Indicators
      • RSI
      • Candle
      • MACD
      • MA
      • Stochastic
      • Streak
      • ATR
      • Bollinger Bands
      • Funding (8h Rates)
      • Orderflow
      • Liquidations
      • Pivot Points
      • ATR Bands
      • Fibonacci
      • CHOP
      • Potential Cumulative Liquidations
      • Open Interest
      • Volume Profile
      • Ichimoku
      • SAR
      • TD9
      • VWAP/MVWAP
      • Calendar
      • SuperTrend
      • CCI
      • Fear & Greed Index
      • MA Bands
      • Volume Anomaly
      • Orderbook
      • AI News Sentiment
    • #AI Indicators: Harmonia
    • VeloData Indicators
      • Aggregated Datas
        • Premium Index
        • Volume Index
      • Options Markets
        • Options Premium Index
        • Option Volume
        • Option Skew
        • Implied Volatility
        • Delta
        • Vega
        • Gamma
  • Triggers Boxes
    • Entry in position rules
      • Majority of signals
      • Unanimity of signals
      • Equality
      • Minimum number of signals
      • Maximum number of signals
      • No previous trade
    • Exit position rules
      • Stop %/ATR
      • Confirmation stop %/ATR
      • TP ATR %/ATR
      • TP/SL signal
      • Trailing %/ATR
      • Decaying TP %/ATR
      • Magnetic TP %/ATR
      • Stop candle %/ATR
      • TP Candle %/ATR
      • Number of candles
      • Opposite trade
    • Adjust position rules
      • Increase/Decrease order size
      • Delay between two triggers
      • Signals occurs
      • Max position size
  • Risk management Boxes
    • Position size
      • Leverage
      • Constant USD
      • Orderbook
      • Risk % capital per %/ATR
      • Risk constant USD per %/ATR
      • Candle distance
    • Entry in position methods
      • Market order
      • Slippage market
      • Sequential Market
      • Pyramid orders
      • Delay
  • Runbot NFTs
    • Connect your Web3 Wallet
    • Strategy NFTs
    • Mint Open-Source NFT
    • Mint Rental NFT
    • Community NFTs Indicators
      • Black Flamingo Indicators
      • Harmonia Indicators
      • VeloData Indicators
    • FAQ Marketplace & NFTs
  • Webhooks (Trading Bots)
    • BingX (free bots)
    • Bitget (free bots)
    • Phemex (free bots)
    • Blofin (free bots)
    • OKX
    • Bybit
    • Tealstreet
    • Mizar
    • WunderTrading
    • Alertatron
    • Zignaly
    • Discord
    • Custom URL
  • Advanced Tools
    • Strategies Composer
    • Strategy Optimiser
      • Random Search
      • Simulated annealing
      • Combinatorial
      • Tips to Optimize your strategy
  • Free plan and Credits
Powered by GitBook
On this page

Was this helpful?

  1. Risk management Boxes
  2. Entry in position methods

Pyramid orders

You can either decide to use pyramid entry method with Limit or Market orders.

PreviousSequential MarketNextDelay

Last updated 1 year ago

Was this helpful?

The pyramid limit orders method allows you to open a position with multiple limits orders at different prices (also can be referred as the dollar cost averaging strategy).

Ex: We want to open a 100 000$ position with 5 different limits orders spaced by 1%.

The bot triggers a long position at 25 000$. Because we want to fill our order with 5 different limits entries, each limit order will represent 20% of our total position of 100 000$. The first long limit order is set at 25 000$ for a 20 000$ size. At the same time, 4 others limits orders will be placed, each of them with the same size, but at different prices during 4 hours only:

  • Order 1: 20 000$ at 25 000$ Bitcoin price

  • Order 2: 20 000$ at 24 750$ Bitcoin price (1% lower than first entry at 25 000$)

  • Order 3: 20 000$ at 24 500$ (1% + 1% or 2% lower than first entry at 25 000$)

  • Order 4: 20 000$ at 24 250$ (3% lower than first entry at 25 000$)

  • Order 5: 20 000$ at 24 000$ (4% lower than first entry at 25 000$)

Additionnal orders will always be placed in favor of your side, if it's a long, entries will be placed lower, if it's the short, entries will be higher.

Note that, your stop loss/take profit will be placed looking at your average entry price, and is calculated after all limit orders have expired.

Pyramid Market order

The pyramid Market Order works exactly the same as the Pyramid Limit order, however it will use a stop-market order once the price reach the price-level targeted. By using this method, because of the nature of market orders, you'll be fully filled but you can also suffer a slippage.