mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-08-20 07:48:06 +00:00
refactor: objprop style
This commit is contained in:
@@ -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_TIME, 1, time[i]);
|
||||||
}
|
}
|
||||||
ObjectSetInteger(0, mean_line_name, OBJPROP_COLOR, m_color);
|
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)
|
if(m_show_linreg && bar_count > 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user