this indicator will plot bullish and bearish candles in separate colours.if the colours of both bullish and bearish candles are same, then sometimes it can get difficult or confusi...
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...
this code can be used to draw triangles on chart . this is useful in program where you are detecting harmonic patterns and plotting the patterns in chart.the same principle can be ...
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...
this is a multi timeframe dashboard scanner for rsi and stochastic.it shows both stochastic main and signals.it has input elements on the chart itself where you can enter the value...
this code can be used to take screenshot from code itself at any particular desired time.suppose one wants to know the exact conditions oaf indicators at the time when a trade was ...
this code can be used to read csv file.it reads the file row by row.for each row, it will separate the token in the string using a delimiter like underscore ( _ ). or pipe ( | ) or...
this ea demonstrates placing order and then modifying the orders to set sl and tp.then, 30 seconds after the opening the order the order is closed.this can be used in strategies wh...
this is an ea based on bollinger band crossover with prices.this also demonstrates how to ensure that lot size being used in within the limits set by a broker...
this code identifies highest high and lowest low in the neighbourhood.this code compares the high of candles with the high of the candles to its left and to its right. if the high ...
this indictor plots multiple signals based on macd depending on the following1. whether the macd is positive or negative2. whether the macd main and signal line are crossing over3....
this code is used to find the highest high and lowest low on chart between given bars.one can specify the start bar and end bar.the code will first find the candle which has highes...
this is an ea to generate signals based on rsi signal crossing the upper level or lower level.it detects when the market is overbought or oversold and then places trades....
developed by john ehlers, the rsi-based inverse fisher transform is used to help clearly define trigger points. the normal rsi indicator is calculated and adjusted so that the valu...
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 ...
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 ...