Articles, Library comments - page 370

  Experts: earlyTopProrate  (127   1 2 3 4 5 ... 12 13)
earlyTopProrate: This EA is based on daily highs and lows and the relationship to each other. Author: Hans
OBTR On Balance True Range Indicator: The On Balance True Range Indicator is essentially based on the On Balance Volume indicator but uses the Average True Range Period 1 instead of Volume. Author: marc weedbrook
  Experts: CyberiaTrader  (28   1 2 3)
CyberiaTrader: CyberiaTrader Expert Advisor. Author: Editor
Buy / sell indicator with alerts.: This is the updated version of the indicator i uploaded previously at http://codebase.mql4.com/7121. Author: pankaj bhaban
Constant Range Detector: Detects and displays the fixed value of Constant Range Bars/Candles. Author: file45
New article Practical Implementation of Digital Filters in MQL5 for Beginners is published: The idea of digital signal filtering has been widely discussed on forum topics about building trading systems. And it would be imprudent not to create a standard code of digital filters in MQL5. In this
Multi Time Frame Bars Visualization v1.1: A tool for scalping the markets. Author: nc32007a
New article MQL5 Cookbook: Handling Custom Chart Events has been published: This article is a logical continuation of the article MQL5 Cookbook: Handling Typical Chart Events. It covers methods of work with custom chart events. Here the reader can find examples of developing and handling of custom...
SL+TP-CP DIST INDI - v2 : Calculates pip difference between Current price and SL & TP price. Places Text labels at SL & TP lines: Order Type, Ticket number, SL & TP price, Pip calculation and Pip label. Author: file45
SL-TP price to Order Execution price Pip Calculator: Calculates pips between Order Execution price and and Stoploss or/and Takeprofit price. Author: file45
TimeZones Six v2: Display up to six Times Zones. Hide Time Zones not required. Author: file45
Kijun-sen + Envelope: Kijun-sen + Envelope Author: file45
Resonance Hunter: Multi-currency Expert Advisor that analyze resonance events at related financial assets. Considering correlations between different financial assets is not a new idea and it would be interesting to create the algorithm based on the analysis of such regularities. Here we present...
pSAR Alert2: Now with added options and features. pSAR Alert plays a sound whenever a first parabolic SAR signal appears. Author: Tonny Obare
Instrument 2: Displaying of any instrument, synchronisation on bars or on days. Author: Денис Орлов
NetFlows: NetFlows is an indicator (inspired by comments by user Merlin) that computes the volume-adjusted flow of a currency considering all currency pairs available on your platform. Author: Shon Shampain
Linear Regression: The indicator uses the least squares method for the construction of the "most suitable" straight line through a series of points of price values​​. . Author: Victor Nikolaev
Ultra Spearman Rank Correlation: This trend indicator is based on SpearmanRankCorrelation indicator values and analysis of its signal lines. The calculation of current trend direction is based on the averaged trend values for all signal lines. Finally, the positive and negative values of the...
2> Symbols on Chart: The indicator displays the second chart over the main one using the reference point. Author: Mihail Lagutin
New article Regression Analysis of the Influence of Macroeconomic Data on Currency Prices Fluctuation has been published: Fundamental analysis is deemed incomprehensible by many. It is unclear how to carry it out, which parameters to take into account and which not to. Finding out the impact of the...
NxBars: A semaphore signal indicator with a prediction. The newest signal appears on the bar distanced from the current bar. The distance is defined by an input parameter input uint HowManyBars=5; // number of bars for analysis Author: Nikolay Kositsin
Keywords and aliases of MQL5: The MQL5 keywords and aliases for autoreplace are presented. Maybe I had missed something, if you have found such keywords please inform me and this list will be updated. Author: Андрей
New article MQL5 Cookbook: Developing a Multi-Symbol Volatility Indicator in MQL5 has been published: In this article, we will consider the development of a multi-symbol volatility indicator. The development of multi-symbol indicators may present some difficulties for novice MQL5 developers which...
New article Indicator for Kagi Charting has been published: The article "Indicator for Point and Figure Charting" has described one of the programming ways of creating Point and figure chart. This chart is known since the 19th century. However, this is not the only chart from the remote past....
Exp_AltrTrend_Signal_v2_2: A trading system using the AltrTrend_Signal_v2_2 semaphore signal indicator. Trade decisions are made when colored arrow appear, if their direction is the same as the direction of deals. Fig. 1 The instances of history of deals on the chart Fig. 2. Chart of testing...
COrdersCounter: The simple class for counting of the orders with different filters: by symbol of currency, Magic Number, either closed, either opened orders. Author: Alexey Lopatin
  Experts: Simple FX  (44   1 2 3 4 5)
Simple FX: Simple FX free expert advisor automatically trades the Forex market using moving averages. The expert advisor comes with user manual and source code. All the expert advisors settings can be changed at anytime. Author: Glenn Bacon
TCP socket : placed utility functions from ryazs server socket into socket.mqh, makes it really easy to use. comes with similar server example. Author: seth
PriceAlert: The indicator displays the horizontal line that sets the signal actuating level. As soon as the price reaches the actuation level, the indicator starts giving alerts or sound alarms. Author: Nikolay Kositsin
Expert Advisor Template with Trailing Stop: This is a template for Expert Advisor coders to decrease their coding time. It contain Trailing Stop, autolots (true or false) and function scanning previous candles to find the lowest and the highest order price in the past. There is a lot more...