βοΈLLM-assisted strategy builder
The LLM-assisted strategy builder helps users generate strategy code efficiently. It does not change execution semantics: strategies remain deterministic and auditable.
Last updated
The LLM-assisted strategy builder helps users generate strategy code efficiently. It does not change execution semantics: strategies remain deterministic and auditable.
Last updated
local analysis = complete("build me a strategy for buying the golden cross")local analysis = complete("Analyze the current price action and volume")
local signal = complete("Should I buy or sell based on current indicators?")
print("AI says: " .. analysis)