Join & EARN

FOREX ALGOS { }

What We Do

Black
Box

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

Robots Glossary

Loop

Loop – A programming construct that repeats a block of code until a condition changes. Loops are essential in EAs for iterating over arrays of data (e.g., price history) or continuously checking conditions. Common loops are forwhile, and do-while. For instance, an EA may use a for loop to process each bar in a price series to calculate an indicator.