Blog · builder
Posts tagged "builder"
Every indicator parameter can be a wire, not a typed-in number
An RSI period does not have to be 14 forever. Wire it to a global parameter and it becomes tunable in the terminal — and optimisable later — without touching the graph.
3 min readHow to size a position from account balance, not a fixed lot
A hardcoded 0.1 lot means something different on every account. Here is how to read balance, tick value and the broker's own limits into the graph and size a trade from them.
6 min readHow to use your own custom indicator in an Expert Advisor
Wire a compiled .ex4 or .ex5 into a strategy through iCustom — what a definition needs, why the upload is required, and what a buyer receives.
6 min readWhat the AI assistant can and cannot change in your strategy
It edits the node graph directly, not a chat log. Here is the envelope it works inside, what gets rejected before it reaches your canvas, and how to ask for changes that land.
5 min readWhy the builder refused that connection
Every wiring rule on the canvas and the reason behind it — port types, one edge per input, the one port that takes many, cycles, and why an event is not a condition.
6 min read