Current spread and swap monitor - page 5

 

Simple bar spread indicator as reported by the OnCalculate data - indicator for MetaTrader 5

Simple bar spread indicator as reported by the OnCalculate data - indicator for MetaTrader 5

This is a very simple MQL5 code for an indicator to plot the values of the spread[] data (in points) as reported by the OnCalculate event handler. These are the same spread data values that would be returned when collecting MqlRates data via the CopyRates function.
Simple bar spread indicator as reported by the OnCalculate data
Simple bar spread indicator as reported by the OnCalculate data
  • www.mql5.com
Very simple indicator to plot the values of the spread[] data as reported by the OnCalculate event handler.
Reason: