Trade Command Panel
Last updated
Last updated
The Trade Command Panel provides a manual way to trigger Buy, Sell, and Close commands for testing the bot’s execution path. This panel is mainly used during initial setup to ensure that the bot is correctly configured and is able to execute actions within the selected trading platform window.
✅ This panel is intended for application testing only. Once the Window Settings (e.g., target application, delay timing) are properly configured, use this panel to:
Verify the bot can successfully interact with the trading window.
Confirm that execution logic (BUY/SELL/CLOSE) works as expected.
Validate your bot password setup.
Field
Description
Ticker
Enter the symbol of the instrument to test (e.g., NQ
, MNQ
, AAPL
).
Quantity
Number of contracts/shares for the test trade (can be fractional for stocks).
Password
Your secure bot password (must match what was saved in the Customer Info).
Each button sends the corresponding command directly to the configured window.
BUY: Triggers a test buy order.
SELL: Triggers a test sell order.
CLOSE: Attempts to close all open positions for the specified ticker.
⚠️ These actions will only succeed if:
The correct password is entered
The target trading application is correctly identified in the Window Settings
The UI elements (buttons, tickers, etc.) are visible and accessible
This is an added security layer to prevent unauthorized test executions.
You must input the same password saved in the Customer Info section for these actions to be accepted.
Go to Window Settings → select & configure your trading application.
Use "Show Window Names" to identify the right app.
Save your config.
Come back to this panel and run a test Buy or Sell.
Confirm successful action from your trading platform UI or in the Metrics Dashboard.