Table of Contents

Enum ProcessResults

Namespace
StockSharp.Algo.Strategies
Assembly
StockSharp.Algo.dll

Results of the trading strategy one iteration operation.

public enum ProcessResults
Extension Methods

Fields

Continue = 0

To continue the operation.

Stop = 1

To stop the strategy operation.