mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-05 20:47:43 +00:00
corrections
This commit is contained in:
@@ -88,7 +88,6 @@ public static class IndicatorExtensions
|
||||
|
||||
if (allPoints.Count > 1)
|
||||
{
|
||||
|
||||
if (allPoints.Count < 2) return;
|
||||
|
||||
using (Pen defaultPen = new(series.Color, series.Width) { DashStyle = ConvertLineStyleToDashStyle(series.Style) })
|
||||
@@ -140,7 +139,6 @@ public static class IndicatorExtensions
|
||||
_ => DashStyle.Solid,
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user