Articles, Library comments - page 77

Martingale EA : This EA demonstrates how to implement martingale based on signals from any indicator. Author: Satyam Shivam
MACD-RSI: Relative Strength Index(RSI) indicator applied to Moving Average Convergence/Divergence(MACD) clearly shows the current price divergence. Short period reversals (1, 5, 15 min.) are also clearly seen. Crossover of MACD signal line and RSI is an additional signal for market entry, in this...
Simple 2MA I: "Simple 2MA I" naked trading price action EA draws 2 mini Trend Lines with "Fractals" on chart and trades with the trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ. Author: Aharon Tzadik
Copy Objects: The script copy objects (Trendline, Horizontal Line, Rectangle, Fibo) from active chart to all charts in this same symbol. Author: Tadeusz Kiesner
New article Universal regression model for market price prediction (Part 2): Natural, technological and social transient functions has been published: This article is a logical continuation of the previous one. It highlights the facts that confirm the conclusions made in the first article. These
New article Electronic Tables in MQL5 is published: The article describes a class of dynamic two-dimensional array that contains data of different types in its first dimension. Storing data in the form of a table is convenient for solving a wide range of problems of arrangement, storing and...
Risk Reward Tool : Risk Reward Tool calculates Risk reward like 1:2 1:3 1:4 and 1:5 Author: Dark Ryd3r
Basic file handling in MQL : This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation. Author: Satyam Shivam
One click close : The code is used to demonstrate how one can create a button on the chart and assign a function to it. The code is used to delete all orders after clicking on the button. The deletion takes care of various scenarios and shows error messages. Author: Satyam Shivam
#MarketPrice: Really helps in trading Author: Eugene
Multi Moving Average: It shows the information about 4 Moving Averages in a separate window. Author: Александр
Candlestick models for GBP/JPY for 9 years: An Expert Advisor uses the Candlestick Models for trading: Blending Candlesticks (Engulfing) and Hammer(inverted Hammer)/Shooting Star models Author: Max
Hotkeys_CycleTimeFrames_v1.0 : cycle timeframes using hotkeys 'N','M' prev,next timeframe Author: NickBixy
New article Combinatorics and probability for trading (Part IV): Bernoulli Logic has been published: In this article, I decided to highlight the well-known Bernoulli scheme and to show how it can be used to describe trading-related data arrays. All this will then be used to create a self-adapting
Forex_Spread_Meter: MetaTrader 5 indicator that displays the spread meter on the chart. Author: amrali
BBSqueeze Dark Indicator: Indicator shows buy and sell regions based on combination of Bollinger bands and Keltner channels. Author: gopal krishan doda
New article Price Action. Automating the Inside Bar Trading Strategy has been published: The article describes the development of a MetaTrader 4 Expert Advisor based on the Inside Bar strategy, including Inside Bar detection principles, as well as pending and stop order setting rules. Test and...
Updated Nevalyashka: The Expert Advisor reverses the orders after closing. Author: Vladimir Khlystov
EA - The Simple Trading Panel - MT5 : The simple trading panel is a trading tool that is very interesting because it will allow you to predefine your StopLoss and your TakeProfit in term of pips. Author: Rodi Chamii
NonLagMA: Weighted average with a minimal lag using of a damping cosine wave as the line weight coefficient. Author: Igor Durkin
  Experts: Ingrit  (1)
Ingrit: Comparing OHLC on timeframe M5 Author: Vladimir Karputov
  Indicators: Strength Arrow  (11   1 2)
Strength Arrow: This is an indicator which totally based on RSI. The reason to amend this indicator is knowing the strength of a currency. Author: Khurram Mustafa
MACD Main and signal lines based strategies : This indicator plots multiple signals based on MACD main and signal lines. Author: Satyam Shivam
Highest High and Lowest Low in Neighbourhood : This code identifies highest high and lowest low in the neighbourhood. Author: Satyam Shivam
Stochastic Main and signal Comparator indicator : This indicator compares the main and signals line of the stochastic indicator and marks the sam eon the respective bars on chart. Author: Satyam Shivam
Bollinger Band crossover based EA : This is an EA based on Bollinger band crossover with prices. Author: Satyam Shivam
  Experts: Pure_Martingale  (12   1 2)
Pure_Martingale: Martingale syste, trades are random. Author: Matus German
RVI Crossover EA with trialing stop : This is an EA using RVI crossover. Author: Satyam Shivam
Close Order at fixed interval : This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval. Author: Satyam Shivam
Read CSV file and Tokenise string using Delimiter : This code can be used to read csv files and separate string based on a separator token. Author: Satyam Shivam