Commit Latest
This commit is contained in:
@@ -31,6 +31,13 @@ namespace PortfolioManager.Renderers
|
||||
public const int FontSize = 11;
|
||||
}
|
||||
|
||||
public class OffsetDictionary
|
||||
{
|
||||
enum OffsetType {VerticalOffset5PC, VerticalOffset3PC, VerticalOffset1PC,HorizontalOffset5PC,HorizontalOffset3PC,HorizontalOffset1PC};
|
||||
private Dictionary<int, double> offsetDictionary;
|
||||
}
|
||||
|
||||
|
||||
public class BollingerBandRenderer : ModelBase
|
||||
{
|
||||
private String selectedSymbol = default;
|
||||
|
||||
Reference in New Issue
Block a user