mirror of
https://github.com/softwaredevelop/mql5.git
synced 2026-07-27 20:47:44 +00:00
style(indicators):
This commit is contained in:
@@ -56,9 +56,6 @@ int OnInit()
|
||||
SetIndexBuffer(1, BufferSqueeze, INDICATOR_DATA);
|
||||
SetIndexBuffer(2, BufferSqueezeColors, INDICATOR_COLOR_INDEX);
|
||||
|
||||
// Internal buffers for calculation handled by class, but MT5 needs buffers decl logic?
|
||||
// No, Class handles internal arrays. We only map visual buffers here.
|
||||
|
||||
// 2. Visual Setup
|
||||
PlotIndexSetInteger(0, PLOT_DRAW_BEGIN, InpPeriod);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user