Join & EARN

FOREX ALGOS { }

What We Do

BlackBox

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

Robots Glossary

LastResult

LastResult – After executing a trading method like ExecuteMarketOrder, the LastResult property holds a TradeResult object describing what happened (success flag, opened position, errors, etc.). For example, you can write if (LastResult.IsSuccessful) { /* use LastResult.Position */ }. The docs show: “The latest trade result” for LastResult.