Commit Latest

This commit is contained in:
2025-06-25 19:04:51 -04:00
parent 81d12d2a8b
commit bf6d6ee6d7

View File

@@ -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;