AlphaComponent Class

public class AlphaComponent : StrategyComponent
This language is not supported or no code example is available.
public ref class AlphaComponent : public StrategyComponent^
This language is not supported or no code example is available.
public class AlphaComponent 
extends StrategyComponent
This language is not supported or no code example is available.
Name Description
Public property BarFactory (inherited from StrategyComponent).
Public property Bars (inherited from StrategyComponent).
Public property Clock (inherited from StrategyComponent).
Public property Equity (inherited from StrategyComponent).
Public property EventManager (inherited from StrategyComponent).
Public property GroupManager (inherited from StrategyComponent).
Public property Instrument (inherited from StrategyComponent).
Public property InstrumentManager (inherited from StrategyComponent).
Public property OrderManager (inherited from StrategyComponent).
Public property Portfolio (inherited from StrategyComponent).
Public property Position (inherited from StrategyComponent).
Public property ProviderManager (inherited from StrategyComponent).
Top
Methods
 
Name Description
Public method AddReminder(DateTime, object) (inherited from StrategyComponent).
Public method Buy(double) (inherited from StrategyComponent).
Public method Buy(double, string) (inherited from StrategyComponent).
Public method BuyLimit(double, double) (inherited from StrategyComponent).
Public method BuyLimit(double, double, string) (inherited from StrategyComponent).
Public method BuyStop(double, double) (inherited from StrategyComponent).
Public method BuyStop(double, double, string) (inherited from StrategyComponent).
Public method HasLongPosition() (inherited from StrategyComponent).
Public method HasLongPosition(double) (inherited from StrategyComponent).
Public method HasPosition() (inherited from StrategyComponent).
Public method HasPosition(PositionSide, double) (inherited from StrategyComponent).
Public method HasShortPosition() (inherited from StrategyComponent).
Public method HasShortPosition(double) (inherited from StrategyComponent).
Public method Log(DataObject, Group) (inherited from StrategyComponent).
Public method Log(DataObject, int) (inherited from StrategyComponent).
Public method Log(DateTime, double, Group) (inherited from StrategyComponent).
Public method Log(DateTime, double, int) (inherited from StrategyComponent).
Public method Log(DateTime, string, Group) (inherited from StrategyComponent).
Public method Log(DateTime, string, int) (inherited from StrategyComponent).
Public method Log(double, Group) (inherited from StrategyComponent).
Public method Log(double, int) (inherited from StrategyComponent).
Public method Log(string, Group) (inherited from StrategyComponent).
Public method Log(string, int) (inherited from StrategyComponent).
Public method OnAsk(Ask)
Public method OnBar(Bar)
Public method OnBid(Bid)
Public method OnReminder(DateTime, object) (inherited from StrategyComponent).
Public method OnStrategyStart() (inherited from StrategyComponent).
Public method OnTrade(Trade)
Public method Sell(double) (inherited from StrategyComponent).
Public method Sell(double, string) (inherited from StrategyComponent).
Public method SellLimit(double, double) (inherited from StrategyComponent).
Public method SellLimit(double, double, string) (inherited from StrategyComponent).
Public method SellStop(double, double) (inherited from StrategyComponent).
Public method SellStop(double, double, string) (inherited from StrategyComponent).
Public method SetStop(double, StopType, StopMode) (inherited from StrategyComponent).
Public method Signal(double) (inherited from StrategyComponent).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field framework (inherited from StrategyComponent).
Internal protected (Protected Friend) field strategy (inherited from StrategyComponent).
Top
OberMind.Component.AlphaComponent

In this article

Definition