Skip to content

Commit

Permalink
Update Seconds-Main.mq5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomet committed Sep 8, 2024
1 parent 74a9e85 commit eccf7d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Charting/Seconds-Main.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ void Enable()
PlotIndexSetInteger(0,PLOT_DRAW_TYPE,DRAW_COLOR_CANDLES);
}

EventChartCustom(0,3333,0,0,""); // Message to other indicators to hide

CreateButtons();
}

Expand All @@ -536,6 +538,8 @@ void Disable()
ChartSetInteger(0,CHART_SCALEFIX,scalefixsave);
ChartSetDouble(0,CHART_FIXED_MAX,maxsave);
ChartSetDouble(0,CHART_FIXED_MIN,minsave);

EventChartCustom(0,3333,1,0,""); // Message to other indicators to show

DeleteButtons();
}
Expand Down

0 comments on commit eccf7d0

Please sign in to comment.