Articles, Library comments - page 186

MRO2: Indicator MRO2. Author: John Smith
Puria method : A trading system based on the Puria method. Author: Vladimir Karputov
Smart Envelope for mt4 : Clone of Smart Envelope from tradingview Author: Giovanni Riccobene
Connors_RSI : Connors RSI indicator Author: Scriptor
Infoboard: Shows trading information such as spread, ATR, swap, etc. Author: Krisztian Kenedi
Averages rainbow : Plotting up to 256 averages on chart. Author: Mladen Rakic
Zone Trade - Histogram : The indicator was described by B. Williams as fourth dimension - Trading Zone: If the current bars of AC and AO are trending up , it shows that the zone is up , If the current bars of АС and АО down , it shows that the zone is down , If the bars of AC and AO are differently
New article Prices and Signals in DoEasy library (Part 65): Depth of Market collection and the class for working with MQL5.com Signals has been published: In this article, I will create the collection class of Depths of Market of all symbols and start developing the functionality for working with
XMA-XN : The fan of hundred XMA moving averages. There is a possibility to change the number of lines on a chart and select a smoothing method out of ten possible versions. Author: Nikolay Kositsin
Elder Auto Envelopes : The auto envelope automatically sizes channels by calculating a standard deviation for the last n bars. Author: Mladen Rakic
MQL5 Wizard - Trade Signals Based on Bullish Harami/Bearish Harami + RSI : The MQL5 Wizard allows creating ready-made Expert Advisors based on the Standard library classes delivered together with the client terminal (see Creating Ready-Made Expert Advisors in MQL5 Wizard for the details). It allows
RSI levels rendered on price as bands : RSI levels rendered on price as bands Author: maximo
Blue Spread: The indicator shows current spread with color line. Author: STFX
  Indicators: FX5_Divergence  (48   1 2 3 4 5)
FX5_Divergence: This indicator will detect divergence between the price and OsMA indicator. It will give buy or sell signal according to the type of divergence that was detected. Author: Hazem
Bollinger Bands ®, BB: Bollinger Bands Indicator (Bollinger Bands, BB) is plotted a certain number of standard deviations Author: MetaQuotes Software Corp.
Price Quote: Displays current bid price and % change of (open price of) current bar or X previous bars, also High, Low, and range. Author: rkdius
Hello, I would like to know how to proceed with an update to Code published in the CodeBase. Since Ive published the code I have made some changes, bugfixes and enhancements, therefore I would like to know how to proceed. Should I update the existing entry? How do get Users notified about such an
Stochastic-X8 : The indicator draws a grid of eight stochastic oscillators on one chart with the possibility to change the number of displayed lines. Indicator parameters are calculated by consequent multiplying of the first stochastic parameters by "koef" ratio implemented in the indicator input
New article Event handling in MQL5: Changing MA period on-the-fly is published: Suppose that simple MA (Moving Average) indicator with period 13 is applied to a chart. And we want to change the period to 20, but we do not want to go to indicator properties dialog box and edit the number 13 to 20
Average Sentiment Oscillator: Momentum oscillator of averaged bull/bear percentages. Author: Benjamin Joshua Nash
Spread Informer : This EA collects information about the spread and shows the statistics on the chart. When the EA ends its working, it prints all statistics to the Journal, which can be useful for the Strategy Tester. Author: Marat Sultanov
NonLag : Indicator Non lag average Author: Scriptor
Three indicators : The Expert Advisor is based on OHLC and three indicators: iMACD (Moving Average Convergence/Divergence, MACD), iStochastic (Stochastic Oscillator) and iRSI (Relative Strength Index, RSI) Author: Vladimir Karputov
ProfitOnDrop: Calculates the profit from oppened trades if the Price reaches the dropped Price Author: Matus German
forex revelation : Short description. Author: hamid989877
CCI Expert : MT4 Expert Advisor based on the CCI indicator Author: pindatools
3 EMA Crossover: 3 EMA Crossover Indicator.If ma1>ma2 and ma2>ma3 the indicator turns green.If ma1<ma2 and ma2<ma3 the indicator turn red otherwise it turns orange. Author: Simphiwe Ncube
  Experts: MA  (19   1 2)
MA : A very simple EA based on the crossover of two Moving Average . Author: Игорь Чугай
InitAllIndicators.mq4: A script for reinitialization of all indicators attached to the current window. Author: Ильнур Иксанов
  Get json via dll  (1)
Hello I have a code that goes through WebRequest I get it from json web address How can I get it via Dll? string url= "https://nfs.faireconomy.media/ff_calendar_thisweek.json" ; string header= NULL ; char data[]; char result[]; string res_header; int kod= WebRequest ( "GET" ,url,header