私たちのファンページに参加してください
The script exports summary of closed trades grouped by each trading day to .csv file
Improved version inspired by RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968
An implementation of the Relative Strength Index indicator by John Welles Wilder Jr. as described in his book—New Concepts in Technical Trading Systems [1978].
This EA will scan all the open trades and then print the nth trade from the end
This EA will scan all the closed trades and then print the nth trade from the end
Price Alert MetaTrader indicator — can issue any type of alert when the price reaches certain levels set by a trader. There are three types of price levels: the first one is used when the price rises above certain level (displayed with the green line on the chart), the second one is used when the price falls below certain level (displayed with the red line on the chart), and the third one is used when the price reaches the certain level exactly (displayed with the yellow line). Three alert types include: native (popup), email, and push-notification. For email and push-notification alert features to work, you need to set up the email or MetaQuotes ID settings in your MetaTrader platform options window. The indicator is available for both MT4 and MT5.
An indicator that uses a Feed Forward Neural Network to predict the next few open prices. The network is trained using a Backpropagation method. The training is set up automatically, resulting in a self-trained network and a self-learning indicator.
The Indicator ZeroLag MACD is an indicator Moving Average Convergence/Divergence, MACD with zero delay.
Displaying ATR (Average True Range) value in pips or points with option for setting multiplier.
The ZeroLag MACD Colored indicator is a modification of the ZeroLag MACD. Added coloring of the histogram bars relative to the previous bar, if the previous bar is below/above the current.
Two scripts to automate opening multiple positions simultainiously with SL and TP.
The script allows you to get a certain section of the chart image specified by the user.
A library of classes for creating a user-friendly interface of your programs.
The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL.
スムージングには数多くのアルゴリズムがあります。このインジケータは、標準インジケータ ADXのスムージング版です。このコードは Easy Languageを書き換えたものです。
MACD2 generates bearish signals from three main sources. These signals are a reflection of the bullish signals - negative divergence, bearish intersection of the moving averages, bearish intersection of the center line.
This is classic implementation of the Turtle Trading system, with clear entry/exits signals within the same trend and enter/exit alerts. It should be used together with my other indicator, The Turtle Trading Channel to get further entry signals if you h
This script makes horizontal lines, that shows max and min price values for a period of time.