Method TryNextStepAsync
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1
- Assembly
- WhalesSecret.TradeScriptLib.dll
TryNextStepAsync(CancellationToken)
Performs a single step in the backtest simulation.
Task<DateTime?> TryNextStepAsync(CancellationToken cancellationToken)
Parameters
cancellationTokenCancellationTokenCancellation token that allows the caller to cancel the operation.