Click or drag to resize

MZpackStrategyBase Methods

The MZpackStrategyBase type exposes the following members.

Methods
  NameDescription
Public methodCompare
Public methodControlPanel_AttachEventHandlers
Override to attach event handlers of chart controls for the strategy.
Public methodControlPanel_DetachEventHandlers
Override to detach event handlers of chart controls for the strategy.
Public methodCreateControlPanelElements
Override to create chart controls for the strategy.
Public methodDefaultAlert
Public methodHandleThrowExceptionAndTerminate
Logs, terminates the strategy, and trows specified exception in Ninja's trace file and Log tab.
Public methodLogException
Logs specified exception in Ninja's trace file and Log tab.
Protected methodOnConnectionStatusUpdate (Overrides NinjaScriptBase.OnConnectionStatusUpdate(ConnectionStatusEventArgs).)
Protected methodOnOrderUpdate (Overrides StrategyBase.OnOrderUpdate(Order, Double, Double, Int32, Int32, Double, OrderState, DateTime, ErrorCode, String).)
Public methodOnPanelRenderTargetChanged
Protected methodOnPositionUpdate(Object, PositionEventArgs)
Protected methodOnPositionUpdate(Position, Double, Int32, MarketPosition) (Overrides StrategyBase.OnPositionUpdate(Position, Double, Int32, MarketPosition).)
Public methodOnPropertyChanged
Protected methodOnRender (Overrides StrategyRenderBase.OnRender(ChartControl, ChartScale).)
Public methodOnRenderPanel
Public methodOnRenderTargetChanged
Ninja's OnRenderTargetChanged() overridden method.
(Overrides StrategyRenderBase.OnRenderTargetChanged.)
Protected methodOnStateChange (Overrides NinjaScriptBase.OnStateChange.)
Public methodPriceAddTick
Public methodPriceAddTicks
Public methodPriceDiffTicks
Public methodPriceSubtractTick
Protected methodPropertyChangedEventHandler
Public methodRoundToTickSize
Top
See Also