LOGIN

Join & EARN

For the ' if's ' in life £€$¥د.إ
enjoy possibilities with Us
FOREX ALGOS { }

What We Do BlackBox Backtest Results How It Works Full Refund Promise Supported Brokers Income Targets

Robots Glossary

Recursion

Recursion - A programming technique where a function calls itself directly or indirectly. Each recursive call works on a smaller portion of the problem until a base case stops further calls. While not common in forex robots (since loops often suffice), recursion might be used for tasks like traversing complex data structures. It’s important to ensure a base case to avoid infinite recursion and stack overflow.