Class HistoryAggregationHeikenAshi
  
  
  
  Syntax
  
    public sealed class HistoryAggregationHeikenAshi : HistoryAggregation
   
  Constructors
  
  HistoryAggregationHeikenAshi(HeikenAshiSource, int)
  
  
  Declaration
  
    public HistoryAggregationHeikenAshi(HeikenAshiSource source, int value)
   
  Parameters
  
  
  HistoryAggregationHeikenAshi(HistoryAggregationHeikenAshi)
  
  
  Declaration
  
    protected HistoryAggregationHeikenAshi(HistoryAggregationHeikenAshi aggregation)
   
  Parameters
  
  Properties
  
  Name
  
  
  Declaration
  
    public override string Name { get; }
   
  Property Value
  
  Overrides
  
  
  Settings
  
  
  Declaration
  
    public override IList<SettingItem> Settings { get; set; }
   
  Property Value
  
  Overrides
  
  
  Source
  
  
  Declaration
  
    public HeikenAshiSource Source { get; set; }
   
  Property Value
  
  
  Value
  
  
  Declaration
  
    public int Value { get; set; }
   
  Property Value
  
  Methods
  
  TryGetPeriod(out Period)
  
  
  Declaration
  
    public override bool TryGetPeriod(out Period period)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Period | period |  | 
    
  
  Returns
  
  Overrides