Unisciti alla nostra fan page
This utility is not a trading information utility. It will only have value for those getting information on the Number of Bars that have terminal data. This utility uses the functions SeriesIntegerInfo and CopyRates to obtain and display information about the availability of bar information from the terminal.
This utility is not a trading or market information utility. This will likely only interest those writing (or debugging) indicators using multiple timeframes and collecting information using Bars (or iBars) and CopyRates. The utility creates a list showing the number of Bars reported by the "Bars" function and shows the success of CopyRates for any selected bar by displaying that bar's time from the collected data (or, it shows the error).
The utility will display the high, low, open, close and time statistics for any user selected bar of any timeframe for the symbol of the chart the utility resides on.
This utility allows monitoring of multiple symbols and positions on one chart with one-click switching of the chart symbol.
The code consists of lines created according to the opening, closing, low and high values of prices.
Multi-asset cluster indicator taking all currencies as a sum of squares forming market unity (1.0)
Improved version based on RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968
Builds a sliding line with a polynomial of 4 degrees. Extrapolates as a section of a given function with a sinusoid and its axial one. One value is taken from the constructed lines on each bar and a line of extrapolated values is plotted, which does not redraw.
This indicator uses the open price for the day, and computes the percent change for that day. Use on any chart TF up to and including D1.