cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch listif you want to change hotkey default keys use this site to find out keyc...
ZigZag NK Sound Alerts notifies you with Sound alert, Push Notification or Popup Notification on terminal when Zigzag changes its bar.This indicator has 3 buffers, two are used for...
NET (Noise Elimination Technology) - a sort of a rolling Kendall rank correlation coefficient -was introduced in one of the rsi indicators posted at this code base.Now it is used t...
This is a sort of stochastic indicator on chart. If, defaults are used, then it calculates the same way as built-in stochastic that uses high/low prices. In this indicator you have...
Indicator is based on calculation of two standard deviations and result is ratio between them.As single indicator it doesnt show direction of price, it only show high activity area...
Recommendations:some experimenting with parameters advised (see the example bellow : red is default, blue is with periods 100,100 - so there is plenty of room for experimenting) ...
When the trigLv level specified in the settings is crossed within the deviation, the indicator sends a push notification to the mobile device if the input parameter notification is...
The Laguerre Filter is a smoothing filter based on Laguerre polynomials. The indicator works by letting you know both the short-term and long-term trend.Buy when the indicator line...
Add Popup or Push Alert notification on manually placed horizontal lines, The lines are deleted and reset itself as soon as price touches these lines...
This EA help you for1. Auto set the TP & SL by default parameter2. Auto trailing stop & step for any order that you place from any device3. Easy way to close all orders wit...
Simple moving average is calculated by adding prices for last n periods and then dividing that sum by the period. This addition is often done with help of a loop. This loop within ...
Default Trailing Stop allow you to take a safe way to trade by ensure that if there is a reverse fluctuation you will be guaranteed profit.But sometime you want Trailing Stop to ta...
1. Shows moving Last Price on Bid Line2. Daily percentage change3. Time based on Input selection to the Price Line : Local, GMT or Current4. Color for Bear and Bull can be set from...
Single Currency or Manual orders Closing or deleting sections are very easy to understand but if you have a question you leave it at comment section. The code check for Comment to ...
This Indicator was done to fulfill the need from EAs to check on Volume increase and decrease in a extremely simple way.All it does is calculate the average volume of a certain per...
I search Moving Average that can be hide and shown with button, just like in Trading View, but I cannot found it.Then I try to modify example of Moving Average code from MQL5 Metae...
Set grid distance.Open a long order for the price fall a grid distance, and o pen a short order for the price rise a grid distance.When the price rise two grid distance, close the ...
Some grids setted around the moving average index.In general, trade of nomal grid is afraid the price break of grid. So I think turn the straight line of grid into the curve. then ...
I have use Free indicator for Metatrader 4 from MQL5 in below link, but don't know why the owner remove it.by Taiwo OkunbanjoThen I try to create the indicator myself, for Metatrad...
Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages...
The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235) and as the name implies, this is a leading indicator that provides super early ...
Function, draws arrows and alerts, whenrsi is overbought or soldfor a buy ect, rsi below 30, price opens above the 8 moving averageand the lower wick of the candle is greater than ...
Logic goes, for buy ect. Ao changes direction above zero.Same time as engulfing candle , or close above last candles high.Rsi filters , two. full alerts.Rsi filters can be very use...
Extremely simple indicator, equally extremely crucial and powerful to help traders manage their risk and help EA with automated symbol selection.This indicator uses the ATR to calc...
RadixSort Algorithm RadixSort sorts numeric data (integers or float) by considering a string of numbers where digit by digit sort starting from least significant digit position to ...
The idea of the indicator The indicator shows signals ('Arrow' objects) of the 'Moving Average' indicator crossings. The peculiarity of the indicator: if there was an intersection ...
The idea of the indicator In the subwindow, show the filling of the areas between the two lines: the 'RSI' line and the 'RSI' line smoothed with 'MA'.Rice. 1. RSI_MAonRSI_Filling...
Trading strategyThe EA uses a custom indicator - the signal is the intersection of two indicator lines. The indicator is created on the specified timeframe 'Working timeframe' - th...
The idea of the indicator Show on the chart 'Daily Change' for the last 'Number of bars':Rice. 1. Daily Change Text AlertWhen the specified limit is reached (on the current bar), i...
The idea of the indicatorAdditional style to the iSAR indicator (Parabolic SAR, SAR). Filling the area between the price and the iSAR indicator. Additionally (on the right side) a ...
The idea of the indicator Two lines ('RSI Fast' and 'RSI Slow') smoothed using the 'Moving Average' indicator. Signals can be the intersection of the indicator lines.Rice. 1. RSI_M...
For anyone who does not understand the code provided in this library read the article linked hereMultiple Dynamic Logistic Regression Challenge The biggest challenge I faced when b...
Trading strategyThe EA uses a custom indicator - the signal is the intersection of two indicator lines. The indicator is created on the specified timeframe 'Working timeframe' - th...
Mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. Buy signal alerts occur when A bullish candle has formed below both the lower bollinger ba...
Trading strategyThis is a very simplified trading strategy based on two custom '' indicators. There is no Stop Loss, Take Profit, or Trailing in the Expert Advisor - therefore, clo...
Exports the transaction history of the current trading account.The file is saved in the terminal folder MQL5/Filesor in common folder for terminals Common/Files.The file name is ge...
Adds the ability to automatically export the history of deals after running an Expert Advisor in the Strategy Tester.The file is saved in the shared terminal folder Common/Filesor ...
The idea of the indicator Assistant indicator. As soon as a rectangle appears on the chart, the indicator draws two lines: along the upper and lower price of the rectangle.The name...
The idea of the indicator The indicator shows in the main window the signals (Arrow objects) of the iCHO indicator (Chaikin Oscillator, CHO) and the smoothed iCHORice. 1. CHO Smoot...
The idea of the indicator Explore the shape of a line by applying three different formulas:Fast-Slow Fast/Slow (Fast-Slow)/Slow Rice. 1. Two iMA FormulaIn the figure above, three i...