What problem does it solve?
Strategy builders need a precise, error-free way to craft the JSON “value” expressions used in filters, conditions, and actions, and they often get stuck on which value types exist and what fields and return types they require.
Core Features & Use Cases
- Comprehensive value type reference: Covers Float/Direction/String/Chart/OrderType return categories and shows the exact JSON shape for each value.
- Practical building blocks for strategies: Documents how to combine literals, bot state, variables, indicators, positions, orders, arithmetic, and analysis-derived signals.
- Ready-to-use expression patterns: Includes common constructs like
Math, Pick, PriceMeasure, PercentageBetween, and real-time Analysis subtypes with properties.
Quick Start
Ask your AI to “use strategy-values to build valid JSON expressions for Indicator, Global, and Math for a TP/SL formula, returning only the final value JSON ready to paste into a LivTorgEx strategy.”