Join our fan page
This Expert Advisor closes all positions if the total loss exceeds a predefined limit.
The Fractal_MFI indicator with the timeframe selection option available in the input parameters.
ExpBuySellSide is a MetaTrader 5 Expert Advisor based on the ATRStops and StepUpDown indicators.
Two Boa_ZigZag indicators with different periods, which appear as arrows on one chart.
The indicator draws daily candlesticks with extended parameters. It only works on the D1 chart timeframe.
This version of Synthetic RSI is using Ehlers smoothed RSI in calculation instead of using "regular" RSI and that makes the resulting synthetic RSI even smoother.
Moving averages on charts M5, M15, H1 are analyzed. The presence of the iMA (Moving Average, MA) "fan" is checked simultaneously on all three charts (M5, M15, and H1).
The trading system based on Rj_SlidingRangeRj_Digit_System indicator signals with the possibility to set a fixed position holding time.
The trading system based on DEMA_Range_Channel indicator signals with the possibility to set a fixed position holding time.
The trading system based on the Wajdyss_Ichimoku_Candle indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
The Delta Oscillator indicator displays the difference in the Delta indicator lines as a histogram.
This is a utility for beginning indicator programmers, or others, that want to have a look at values provided by OnCalculate and a few other functions. The indicator shows: 1) The most recent value provided with the most recent OnCalculate call. 2) The previous value from the previous OnCalculate call. 3) The first value from the first time onCalculate executed.
Trend indicator similar to Ichimoku Kinko Hyo, with a number of drawing options and calculation parameters.
To assist traders who wish to open multiple buy orders quickly, a script file has been developed that allows them to execute a large number of trades with just one command. The default take profit and stop loss values are set in 5-digit broker format, but for traders using a 4-digit broker, the default must be TP=40 and SL=20. Num_of_Buy is the number trades the trader wish to open instantly. This script file can be extremely useful for traders who want to take advantage of market conditions quickly and efficiently. By simplifying the process of opening multiple buy orders, it can save traders valuable time and allow them to focus on other aspects of their trading strategy.
Here is a simple example that shows how to download page(file) from Internet using the library wininet.dll.
The library contains the following hash functions: adler32, CRC-32, MaHash8v64. Also it has functions for radix conversion of a number.
The script contains a class, that can be used to solve mathematical and logical expressions, defined as string.
Trade signals based on "Hammer/Hanging Man" candlestick pattern, confirmed by Market Facilitation Index (MFI) indicator is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.