Unisciti alla nostra fan page
A blue candle of BrainTrend1 indicator is a signal to open a long position, a red candle is a signal to open a short position.
The CFractalsOnArray class is intended for calculation of Fractals on indicator buffers.
Trading signals module for MQL5 Wizard. The moment, when a bar formed by 3LineBreak changes its color, indicates the time for market entry.
Signal based on the indicator developed by the Brazilian analyst Odir Aguiar (Didi).
Complete and fast functions similar to Bars and iBarShift from MQL4.
Compute the daylight saving time changes (start/end of the summer time).
Enables Programmers to create Martin Gale and Grid Trading strategies with ease.
The CVidyaOnArray class is intended for calculation of VIDYA (Variable Index Dynamic Average) on an indicator buffer.
A module of trading signals based on the Moving Average indicator signal module.
The "Day of Week" function is designed to determine the number of required month according to data of the week and the day of the week inside this month
The strategy is following: when outer (outside) bar appears, it checks the fact of the inner bar breakthrough in trend direction and generates a signal to open position. A module of trade signals is compatible with the new version of MQL5 Wizard.
The library provides simple matrix operations: addition, subtraction, multiplication, inversion.
The CWPROnArray class is intended for calculation of Williams' Percent Range (%R) on indicator buffers. The example of use of the class is provided.
CCCIOnArray class is designed for calculation of Commodity Channel Index (CCI) values on indicator buffer. The example of use of the class is provided.
A trailing stop module based on the WPR indicator with short and long Stop Loss
Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation
CERDOnArray class is designed to calculate the Efficiency Ratio (ER) used in the Adaptive Moving Average (AMA) considering price movement direction. When the price is moving upwards the indicator has positive values, when it is moving downwards, - negative ones.
CMomentumOnArray class is designed for calculation of Momentum values on indicator buffers. Test_MomentumOnArray indicator is provided as the example of the class use.
The CEnvelopesOnArray class is intended for calculation of Envelopes on an indicator buffer.
Trading signals module for MQL5 Wizard. The moment, when a candlestick formed by FiboCandles changes its color, indicates the time for market entry.
The function that calculates the lot size depending on the amount of money in the deposit currency being used.
A simple replacement for a comment. Works in the tester 50 times faster than the standard function.
CTimeControl class for include to your EA for easy setting and checking your own trading time.
Function module for more convenient font selection display in the indicator input parameters. To free the indicator user from the necessity to manually enter a font name some changes to the code should be inserted.
CRSIOnArray class is designed for calculation of RSI (Relative Strength Index, RSI) values on indicator buffers. The example of use of the class is presented.
Trading signals module for MQL5 Wizard. The moment, when PriceChannel_Stop indicator changes its color, indicates the time for market entry.
For a complex object separate its construction from representation. Same construction process can create different representations
Attach additional responsibilities to an object dynamically; and provide a flexible alternative to subclassing for extending functionality