System event actions (TSystemEventReaction class)

 

serException

An exception will be raised. The strategy will be terminated.

serMessage

The message will be output on the screen. The strategy will continue to run.

serLog

The message will be output in the log. The strategy will continue to run.

serNothing

Nothing will happen. The strategy will continue to run.