Rejoignez notre page de fans
Colored Candlestick exemplifying a gradient. It was somewhat hard to find a good working example of DRAW_COLOR_CANDLES that was understandable, most of the comments were useless, and the documentation lacks to even specify the plot limitations (PLOT_COLOR_INDEXES being limited to 64 in length, [0; 63]) or which order the functions should be called.
The indicator exemplifies smoothing of price time series of the CCI indicator by means of filtration of harmonics of a greater order.
The classical DeMarker indicator implemented as a histogram with a color indication of entering the overbought and oversold areas.
Exp_Directed_Movement Expert Advisor is based on the change of color of the CCI_Woodies indicator.
This version of Zone Trade indicator is made to show as histogram in separate window.
This unit test frameworks eases the development of unit tests for more complex expert advisor programs. The MQL5 developer can test single components. The test framework starts the strategy tester so that there is test data available if required. I am using the framework to do test driven development (TDD) on my MQL5 programs.
Indicator Bear_Bulls_Power_Candle with the timeframe selection option available in the input parameters
define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically
Standard MACD version that can be located by setting the indicator timeframe value different from the chart one. The indicator also allows traders to select histogram and signal line smoothing algorithms.
MultiXRSXSignal displays information on current trends using values of the four XRSX indicators obtained from different time frames.
The indicator exemplifies smoothing of price time series of the MFI indicator by means of filtration of harmonics of a greater order.
The ang_AZad_C indicator with the timeframe selection option available in input parameters.
The Decycler: John Ehlers, "Cycle Analytics For Traders" by John Ehlers, pp. 43 - 44.
This script draws Fibonacci Expansion OBJ_EXPANSION with options to add your own custom values
The Williams_Accumulation_Distribution indicator with the timeframe selection option available in input parameters.
The Chaikin_Volatility indicator with the timeframe selection option available in input parameters.
The indicator exemplifies smoothing of price time series by means of filtration of harmonics of a greater order.
A semaphore signal indicator based in the idea from "325 golden strategies" collection.
The ATRratio indicator with the timeframe selection option available in the input parameters.
DarvasBoxesCloud indicator with the timeframe selection option available in input parameters.
This simple indicator is just a statistical label showing Last and Current Candle Amplitude (MinMax), Last and Current Day Amplitude, Current Tick Amplitude and Time Remaining for next Candle. It also shows Server Time (Market Watch) and Local PC Time so you can focus more on the graph and adapt to market hours.
Expert Advisor Exp_SpearmanRankCorrelation_Histogram with the added option of trading within the weekly range only, the borders of which are specified in the EA's input settings
The EA is based on Moving Average.mq5 from standard delivery. Working with OnTradeTransaction to get the price of the last closed position.