# Workflow Tabler - Strategy Building Grid Interface

**Last Updated**: 2026-03-17
**Version**: 1.0.0

## How It Works

### Open the Arena Workspace

Navigate to the Arena (Workflow Tabler) page to access the grid-based strategy builder. The workspace presents a structured table where each row defines a distinct component of your trading logic.

### Define Market Condition Filters

In the first column, use multi-select dropdown controls to specify the market regime your strategy targets. Choose from trend-following conditions (uptrend, downtrend) or range-bound conditions to ensure your strategy only activates in appropriate environments.

### Configure Entry and Exit Rules

In the second column, define your strategy's execution logic by selecting entry signals, position sizing rules, and exit conditions. Use the multi-select controls to combine technical indicators such as moving average crossovers, RSI thresholds, and MACD divergence signals.

### Set Pre-Conditions and Post-Conditions

Establish prerequisite checks that must pass before trade execution (pre-conditions) and validation rules that run after execution (post-conditions). This ensures your strategy follows proper sequential logic and risk controls.

### Add Multiple Workflow Rows

Expand your strategy by adding rows to the grid. Each row represents a separate logical branch, allowing you to build multi-scenario strategies that handle different market conditions with distinct execution paths.

### Select Algorithm and LLM Provider

Choose which algorithm template and LLM provider to use for your strategy. The algorithm defines the underlying execution engine, while the LLM provider powers AI-assisted strategy generation and optimization suggestions.

### Configure Execution Parameters

Set the data source (NonA internal or Yahoo Finance), target symbol, date range, timeframe (1M to 1W), initial capital, and order size. These parameters define the simulation environment for your strategy backtest.

### Execute and Monitor Results

Click the Execute button to submit your workflow for backtesting. Monitor real-time progress via the loading overlay, and when complete, review results in the Perspective viewer showing equity curves, trade logs, and performance metrics.

> The Workflow Tabler enables building complex multi-condition trading strategies through a visual grid interface. Each row and column combination forms a logical rule in your strategy pipeline.

## Tips & Best Practices

- Use the search functionality within multi-select dropdowns to quickly locate specific indicators or conditions from the extensive list of 138 available options

- Start with a simple single-row strategy to validate your core logic before adding complexity with multiple rows and conditions

- Separate trend-following and mean-reversion logic into different rows so each market regime has its own dedicated execution path

- Save your workflow configuration frequently during development to prevent losing complex multi-row setups

- Test your strategy across multiple timeframes (e.g., 1H and 1D) to verify that your logic is robust and not over-fitted to a single time horizon

## Frequently Asked Questions

### What is the difference between the first column and second column in the workflow table?

The first column defines market condition filters (trend, range, volatility regime) that determine WHEN your strategy activates. The second column defines execution rules (entry signals, exit rules, position sizing) that determine WHAT your strategy does when conditions are met.

### How many rows can I add to a single workflow?

You can add multiple rows to create complex multi-branch strategies. Each row operates as an independent logical path, so your strategy can handle various market scenarios simultaneously. There is no hard limit, but simpler strategies with 3-5 well-defined rows tend to be more robust.

### What happens if multiple rows have overlapping market conditions?

When multiple rows match the current market condition simultaneously, the execution engine processes them according to their defined priority order. You should carefully design your conditions to avoid conflicting signals, or use pre-conditions to create a clear hierarchy.

### Can I reuse a workflow configuration across different symbols?

Yes, your workflow logic is independent of the target symbol. You can change the symbol in the execution parameters without modifying the strategy grid. This allows you to test the same strategy across multiple instruments to evaluate its generalizability.

### What are pre-conditions and post-conditions in the workflow?

Pre-conditions are checks that must be satisfied before a trade is executed (e.g., minimum volume threshold, volatility filter). Post-conditions are validation rules applied after execution (e.g., position limit checks, drawdown guards). Together they form a safety layer around your core trading logic.

## Important Notes

> Backtesting results generated from the Workflow Tabler are hypothetical and do not guarantee future performance. Always apply proper risk management and validate strategies on out-of-sample data before live trading.

---

Source: https://stratcraft.ai/help/workflow-tabler/