Articles, Library comments - page 220

Vidya zone (metatrader 4): Vidya zone (metatrader 4). ‌ Author: Mladen Rakic
Start External Process: This script allows you to start any arbitrary external program. Use it as-is or as a starting point for something amazing. In order for this script to work, you will have to allow it to import DLLs. The DLL should be present in computers running the windows operating...
Stochastic of Hull: The Stochastic Oscillator is a momentum indicator comparing the price to the range of its prices over a certain period of time. The sensitivity of the oscillator to market movements is reducible by adjusting that time period or by taking a Moving Average of the result....
Double Smoothed EMA: In his article "Trading With An Adaptive Price Zone", Lee Leibfarth uses an interesting variation of EMA. Even though the author of the article did not use that name, due to the nature of how the indicator is calculated, we are going to use the "double smoothed EMA"....
Dsl - CMO bars: The Chande Momentum Oscillator is a technical momentum indicator invented by Tushar Chande. Chande introduced the indicator in his 1994 book "The New Technical Trader". It is created by calculating the difference between the sum of all recent gains and the sum of all recent...
Dsl - CMO: The Chande Momentum Oscillator is a technical momentum indicator invented by Tushar Chande. Chande introduced the indicator in his 1994 book "The New Technical Trader". It is created by calculating the difference between the sum of all recent gains and the sum of all recent losses...
Schaff Trend Cycle - DEMA: The Schaff Trend Cycle (STC) indicator is the product of combining Slow Stochastics and the Moving Average Convergence/Divergence (MACD). The MACD has a reputation as a trend indicator, but it's also notorious for lagging due to its slow responsive signal line. The...
Rsi(var) Zerolag DEMA: As it was shown in the Rsi(var) indicator, other Moving Averages can be used for calculation of an RSI indicator. This version is one more step in that direction. Adding zero lag DEMA to the RSI calculation as a preferred smoothing method has two things as a result: It...
Triple Hull: The indicator is using 3 instances of Hull Moving Average. The Hull Moving Average (HMA), developed by Alan Hull, is an extremely fast and smooth moving average. In fact, the HMA almost eliminates lag altogether and manages to improve smoothing at the same time. Combining 3...
Rsi(var) Zerolag MA: As it was shown in the Rsi(var) indicator, other Moving Averages can be used for calculation of an RSI indicator. This version is one more step in that direction. Adding zero lag MA to the RSI calculation as a preferred smoothing method has two things as a result: It is...
CEquityHstBar: CEquityHstBar is the library for showing the equity of EA back-testing on an offline chart. The class is designed to write the equity data in back-testing into hst file, and then show the equity on an offline chart. Author: Ziheng Zhuang
New article Video tutorial: MetaTrader Signals Service has been published: In just 15 minutes, this video tutorial explains what MetaTrader Signals Service is, and demonstrates in great detail how to subscribe to trade signals and how to become a signal provider in our service. By watching this...
IEEE Floating-Point Decoder: Display the actual stored value of a floating-point (i.e., float, double) number, with high accuracy up to many decimal digits. This helps to debug exact value of floating-point numbers for other MQL5 programs. Author: amrali
Zero lag TEMA: The Indicator ZeroLAG MA was described in journal Technical Analysis of Stocks and Commodities, April, 2000 for the first time and according to creators, the Indicator ZeroLAG MA is a Moving Average with zero delay. This indicator uses TEMA calculation mode in order to make...
Zero lag DEMA: The Indicator ZeroLAG MA was described in journal Technical Analysis of Stocks and Commodities, April, 2000 for the first time and according to creators, the Indicator ZeroLAG MA is a Moving Average with zero delay. But, since everything can be a subject to improvement, here...
Zero lag MA: In an eternal search for an average with less lag, there were few attempts that were quite good. The ZeroLAG MA indicator was described in the journal "Technical Analysis of Stocks and Commodities", April, 2000 for the first time. According to creators, the ZeroLAG MA indicator...
LinearRegSlope_v1: Indicator LinearRegSlope_v1. Author: John Smith
RSI 2 TimeFrames: The RSI indicator has the ability to display a single window of RSI values of another timeframe defined by the user. Author: Alexey Surkov
Closed_TOTAL: Total closure of all positions (winners/losers). You can also select which are of a single instrument. Author: Miguel Angel Vico Alba
Bounce Strength Indicator 2.0 with Tango Line: Bounce Strength Indicator (BSI) shows the strength of bounce. It now works in trend and uses Tango Line calculations. Author: fxborg
Step Stochastic: The upgraded version of Stochastic without repainting. Author: Mladen Rakic
Z-Score Calculation: The library helps to organize calculations of Max, Min, universal mean, standard deviation, skew, kurtosis, and Z-score, on the data array. Author: MetaQuotes Software Corp.
Limit Orders Control: This is a not big assistant for trading with limit orders. Author: Yurij Izyumov
i-CAi_Digit: The i-CAi indicator displays the most recent value as a price label with the the possibility to round the channel levels up to a required number of digits. Author: Nikolay Kositsin
  Experts: Polish Layer  (20   1 2)
Polish Layer: The Expert Advisor is based on the following indicators: RSI, WPR, Stochastic, Moving Average, deMarker ‌ Author: Vladimir Karputov
  Experts: x1  (2)
x1: Simultaneous opening of opposing positions. Lot management Author: Vladimir Karputov
Stochastic RSI: In their 1994 book, "The New Technical Trader", Tushar S. Chande and‎ Stanley Kroll explain that RSI can oscillate between 80 and 20 for extended periods without reaching extreme levels. Notice that 80 and 20 are used for overbought and oversold instead of the more...
  Experts: 3MACross EA  (32   1 2 3 4)
3MACross EA: An Expert Advisor based on indicators "MA Cross 3MACross Alert WarnSig" and "Price Channel" Author: Vladimir Karputov
ErrorDesc: The code is based on the ErrorDescription library. Library contains ErrorDescription() function with two input parameters error_code and optional parameter txt_prefix. string ErrorDescription(int error_code,string txt_prefix="") GetLastError() return codes can be found here https...
RSI of average: There has been a lot of complaints of some people that MetaTrader 5 is so much more complicated than MetaTrader 4 regarding the code. But it seems that people haven't explored the possibilities of MetaTrader 5 to the full. Here is just one example: a very well known RSI of...