Join & EARN

FOREX ALGOS { }

Parameter

Parameter – An input or argument passed to a function or method. In trading robots, “parameters” often refer to configurable inputs of an EA (e.g., moving average period, lot size). During EA optimization, these parameters are varied to find optimal values. In code, functions accept parameters (e.g., int OnInit(int period)) so logic can work with different inputs.