Brokerage Web Bulk Order Cancellation
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Brokerage Web Bulk Order Cancellation solves a common trading challenge: cancelling multiple open orders is tedious when done one at a time. Most brokerage platforms require navigating to each order individually to cancel it, which is time-consuming during volatile market conditions. This tool reads your current brokerage order history or open orders page, detects all visible orders, and displays them in a scrollable checklist with order IDs, symbols, types, quantities, prices, status, and timestamps. You can select multiple open orders and cancel them all at once. The tool supports filtering orders by symbol, type, or status to help you quickly find the orders you want to cancel. A preview shows your selection before cancellation, and progress tracking shows each order as it's processed. Multiple confirmation dialogs prevent accidental cancellations, and you can export a report of all order data as CSV or JSON.
WHERE IT RUNS
This extension panel runs directly inside your browser as an overlay on any brokerage website's order management or trading page. It works on order history views, open orders pages, and trade dashboards. The tool detects orders from the page's DOM and uses DOM manipulation or API requests to cancel orders. It requires no additional API keys or permissions beyond the BotGentz extension.
HOW TO USE
After installing the BotGentz extension and activating Brokerage Web Bulk Order Cancellation, navigate to your brokerage's order history or open orders page. Click the extension icon in your browser toolbar to open the panel. The tool automatically detects all orders displayed on the current page. Each order appears with its symbol, type, quantity, price, status, and timestamp alongside a checkbox. Use the filters to view only open orders or filter by symbol. Check the boxes for the orders you want to cancel. The preview section shows how many open orders are selected. Click "Cancel Selected Orders." Two confirmation dialogs appear to prevent accidental cancellations. The tool processes each order sequentially with a 400ms delay, showing progress as each order is cancelled. A notification appears when all orders have been processed. Click "Export Report" to copy a report of all order data to your clipboard in CSV or JSON format.
TECHNICAL OPERATION — DOM-Based Order Detection and Cancellation Automation
This tool detects orders using selectors like `[data-order-id]`, `.order-row`, and `.order-item`, extracting order IDs, symbols, types, quantities, prices, status, and timestamps from their respective elements. The tool identifies which orders are open (cancellable) by checking for status keywords like "open," "pending," or "working" and by locating cancel buttons. For cancellation, the tool either clicks the "Cancel" button on each order (triggering any confirmation dialogs that appear) or finds the cancel option in a context menu. The tool respects a 400ms delay between cancellations to prevent UI congestion and ensure each operation completes. Results can be filtered by status and symbol, and exported as CSV with proper field quoting for Excel compatibility, or as structured JSON.
THE PANEL
The extension panel is fully draggable and remembers its position per site session. It snaps to the nearest edge of the browser viewport when dragged within 50 pixels of any side. You can collapse the panel to a compact title bar using the minimize button, preserving your selection state. The panel resizes vertically by dragging the bottom edge. Press the Escape key to close the panel instantly. The preview updates in real-time as you select orders or apply filters.
PLEASE NOTE
This tool requires the free BotGentz extension to function. The script operates on the current brokerage page's DOM and does not use any brokerage-specific API. It only sees orders that are currently rendered in the page's DOM. For best results, ensure you're on the orders page and logged in. The tool only allows cancellation of open orders — already filled or cancelled orders are automatically disabled. The tool does not store, transmit, or log any order data, symbols, prices, or user activity. All operations occur locally in your browser session. Cancellations are permanent and affect real trading accounts — review the preview and confirmation dialogs carefully before confirming. Export formats include CSV and JSON for maximum compatibility with analysis tools. Different brokerages may have different order page structures; detection may vary across platforms.