Nado Candle Cross Maker BBO
This workflow is for traders who want to implement a dual-side maker volume farming strategy on Nado. It simultaneously places BUY and SELL maker orders to:
When you want to maximize trading volume while minimizing fees for airdrop farming or reward programs, you need to:
This workflow automates the entire process: it detects price cross conditions, places dual-side maker orders, and handles cleanup automatically.
config, the workflow runs automatically every 2 minutes. This recurring run has no stop condition.fetchSymbol and interval.open and close.last price.last is inside the previous candle body:
(open < last && close > last) || (open > last && close < last)size at best bidsize at best offerremaining > 0, submits a MARKET order for the remaining amount on the same side (to ensure complete execution and maximize volume).config is submitted.fetchSymbol) – The symbol used for OHLCV/ticker reads. Default is btc. Nado normalizes symbols, so btc, BTC, BTCUSDT, BTC/USDT can all work depending on available products.tradeSymbol) – The symbol used for order placement. Default is BTC/USDT.interval) – Candle interval (default 15m).limit) – Number of candles to fetch (default 5). Must be >= 3 so we can safely take the previous closed candle.size) – Order size per side (default 0.005).orderBookLevel) – Depth level used when choosing the BBO price (default 1).pollInterval) – Maker BBO polling interval in seconds (default 2).timeout) – Maker BBO timeout in seconds (default 120).nado) – Select the managed nado credential (type: credential, credentialType: nado) so the workflow can access:
nado_accountAddressnado_subAccountNamenado_signerKeyTip: This executable workflow was automatically generated by SeamFlux Bot. To use it, create an execution and test it with your data to ensure it meets your needs.
Ready to get started?
to run this template or create a scheduled task, and ask AI about detailed node execution steps.
Run Locally — download this workflow as a ZIP or run it via Seamflux CLI in your terminal; use the "Run Locally" button above to choose.
Build a workflow from scratch using AI chat. No complex parameter configuration or flowchart dragging needed.