> For the complete documentation index, see [llms.txt](https://docs.bigbeluga.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bigbeluga.org/backtesters/strategy-builder/properties.md).

# Properties

TradingView Strategy Properties Options

The **Properties** panel defines the core simulation environment for the BigBeluga Backtester.\
These parameters control capital allocation, order execution, commission settings, and general backtesting conditions on [TradingView](/community.md#tradingview).

{% hint style="info" %}
Each property affects how the strategy executes, manages, and evaluates trades during historical simulation.
{% endhint %}

<details>

<summary>CAPITAL</summary>

<div data-with-frame="true"><figure><img src="/assets/f9efe6e1cc7598fff9493ff6213e48f514378dfb56542223571a72162e19ae3f.png" alt=""><figcaption></figcaption></figure></div>

* **Initial Capital**: Sets the starting balance for backtesting.
* **Base Currency**: Defines the currency used in the backtest.
* **Order Size**: Specifies position size as a percentage of equity or a fixed amount.
* **Pyramiding**: Limits the number of simultaneous open orders.

</details>

<details>

<summary>COST SIMULATION</summary>

<div data-with-frame="true"><figure><img src="/assets/85a1bc6c39fe8584a2b84106b09e5fc4527dee5eaf6785be68f30b6d85706576.png" alt=""><figcaption></figcaption></figure></div>

* **Commission**: Sets trade fees as a percentage or fixed value.
* **Verify Price for Limit Orders**: Defines the number of ticks to verify order execution.
* **Slippage**: Adjusts simulated price deviations due to market conditions.

</details>

<details>

<summary>MARGIN</summary>

<div align="left" data-with-frame="true"><figure><img src="/assets/c6de0eef44ca2d58b11001748a476ae16281a787bfb69f0bd5b3d19354b5f475.png" alt=""><figcaption></figcaption></figure></div>

* **Margin for Long/Short Positions**: Sets margin requirements as a percentage of position size.

</details>

<details>

<summary>RECALCULATE</summary>

<div align="left" data-with-frame="true"><figure><img src="/assets/db72dbde58a4b211330ffac521d31a0b59ac63aef3396ecbdb77f0e3b253b5a5.png" alt=""><figcaption></figcaption></figure></div>

* **After Order is Filled**: Recalculates strategy logic when a trade is executed.
* **On Every Tick**: Updates calculations on each price tick.

</details>

<details>

<summary>FILL ORDERS</summary>

<div align="left" data-with-frame="true"><figure><img src="/assets/b8ce1da16171fac63675c6eaa11b4d69470a35f698e9f5255353e2a0d5690ae5.png" alt=""><figcaption></figcaption></figure></div>

* **Using Bar Magnifier**: Simulates intrabar price movements for more accurate fills.
* **On Bar Close**: Executes orders at the close of each bar.
* **Using Standard OHLC**: Uses Open, High, Low, Close data for order execution.

</details>

The **Properties Panel** establishes the backtest’s foundational parameters, ensuring every simulation reflects realistic market and brokerage conditions.

By adjusting capital, fees, and slippage, traders can create **accurate, risk-aware simulations** that closely replicate live trading performance.
