Skip to Content
LuxAlgoTests

Tests

cd lux-algo pytest

Coverage

The suite covers:

AreaWhat is asserted
Indicator portsGolden values vs Pine semantics
OverlaysEvery overlay’s direction rule
Aggregation1M → target TF, including the forming bucket
Mid-candle policyFire-once-then-lock
ConfluenceGate modes and vetoes
Strategy E2EEnd-to-end on a synthetic series
Payloadmt5-trader request shape
Data parserCandle response parsing (including mt5-trader contract)

The mt5-trader candles contract is pinned by tests/test_data_client.py::test_parse_mt5_trader_candles_response.

Last updated on