gaussian and other low lag filters"the first objective of using smoothers is to eliminate or reduce the undesired highfrequency components in the price data. therefore, these smoot...
update: v1.01 added magic number added control on symbol (it can be now attached to different charts on the same account) added time control for trading added an option to forcibl...
the provided code is an mql include file and an expert advisor demonstrating how the classes work.it implements a trading strategy based on various technical indicators and trend a...
the provided code is an mql include file and an expert advisor demonstrating how the classes work.it implements a trading strategy based on various technical indicators and trend a...
key features: moving average entry:the ea uses a simple moving average to identify potential entry points. when the market conditions align with the moving average crossover strate...
this is a helper function to allow you to translate the (x, y) pixel value to the price which you see on the y-axis, using a click press with onchartevent....
this indicator plots highs and lows as well as the open and close for the candle of the selected period. it is a multi-timeframe indicator which plot plot specific ohlc levels on t...
some indicators experience a bug where the plot drops horizontally or the buffer doesn't update on the chart. the problem can be solved by refreshing the chart.this will refresh th...
this advisor utilizes the rsi indicator and performs adaptive search for minimums and maximums to determine optimal entry and exit points in the market. the advisor analyzes the la...
1. entry rulelong entry: we will enter long positions on the golden cross.the value of the previous moving average is higher than the shorter-term moving average. the value of the ...
wick ratio candlesticks are recognized by its upper and lower wick ratio instead of open and close properties.by default a snow candle appear when upper wick = lower wickif upper w...
i did not understand the source of other hull ma implementations, so i decide to implement it myself. it has four input parameters:inphmaperiod = 20 inpcolorkind = single_color inp...
one of the "classics" but with a twist - unlike the built in fractals indicator, this one allows you to :adjust the fractals period (the built in fractal indicator is using period ...
my apologies, this code is no longer available and i don't know how to remove/hide it from codebasedon't forget to add stars to these codes for seo, thank you !!...
a marubozo is a long-bodied candlestick with no shadow, from the japanese word meaning "close-cropped". candlestick charts look at the opening and closing price on a single day and...
my apologies, this code is no longer available and i don't know how to remove/hide it from codebasehere is the comparison between the two indicators. they are quite identical...
symbol input (symbol): the function takes as input the symbol of a financial instrument for which the filling policy is to be determined.obtaining the filling policy type (filling)...
the marketopenhours.mqh file checks the market open hours against the server time at the broker. its input is only the symbol name as string type. as a result you get a bool, true ...
the "martin gale breakout" strategy is an expert advisor (ea) designed for trading in the forex market. this ea combines a breakout trading approach with elements of the martin gal...
the "martin gale breakout" strategy is an expert advisor (ea) designed for trading in the forex market. this ea combines a breakout trading approach with elements of the martin gal...
the indicator is a powerful tool that predicts trend changes based on the analysis of price channels and the nature of the volatility of the instrument.it provides accurate signals...
this is an edit of the by found here .it has 1 buffer instead of 2 (1 line instead of 2 lines) . i was a fan of the original mt4-levelstop-reverse.v2that was coded originally by br...
1.overview the double bollinger band strategy makes use of two bollinger bands in order to filter entries and exits in the forex market.the strategy aims to enter buy (sell) trades...
set the maximum rollback size in the window on the top left of the chart, and the indicator will show the nearest reversal levels and their chances....
1.overview the double bollinger band strategy makes use of two bollinger bands in order to filter entries and exits in the forex market.the strategy aims to enter buy (sell) trades...
lot size computation methods possibility to enable different trailing stop strategies to be optimized for your specific needs, account and trading strategy. a donchian channel str...
in this example, you will see complete and operational project, labeled "example ea". this project uses a template obtained from the codebase, which is freely available. i made sev...
trend indicator based on the intersection of adaptive hma and its smoothed line. i recommend using it together with the flat indicator to determine the beginning of a trend early...
a simple extension to the cci indicator using the icci function call. now you have a shift parameter which will shift the plot by user defined bars.this is somewhat an educational ...
very useful way to advance your chart analysis. this indicator show you ratio of movement sizes inside bar to current bar size.this is can be good approval of signals. few examples...
this is super simple starter code for anyone looking to work or build with support and resistance. it includes a mid-line which is calculated using the average of the support and r...