Join & EARN

FOREX ALGOS { }

What We Do

BlackBox

Backtest Results How It Works Full Refund Promise Supported Brokers Income Targets

Robots Glossary

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.