From 2a852ebc817c812f95190d086c4f26d30c47d80a Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Tue, 14 Oct 2025 15:17:15 +0200 Subject: [PATCH] refactor: objprop style --- Include/MyIncludes/Session_Analysis_Calculator.mqh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/MyIncludes/Session_Analysis_Calculator.mqh b/Include/MyIncludes/Session_Analysis_Calculator.mqh index c3e5f03..404a9d5 100644 --- a/Include/MyIncludes/Session_Analysis_Calculator.mqh +++ b/Include/MyIncludes/Session_Analysis_Calculator.mqh @@ -213,7 +213,7 @@ void CSessionAnalyzer::Update(const int rates_total, const datetime &time[], con ObjectSetInteger(0, mean_line_name, OBJPROP_TIME, 1, time[i]); } ObjectSetInteger(0, mean_line_name, OBJPROP_COLOR, m_color); - ObjectSetInteger(0, mean_line_name, OBJPROP_STYLE, STYLE_DOT); + ObjectSetInteger(0, mean_line_name, OBJPROP_STYLE, STYLE_SOLID); } if(m_show_linreg && bar_count > 1)