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...
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...
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...
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...
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 ...
if a high has two preceding highs (rising) and two succeeding highs (falling), it is considered a swing highif a low has two preceding lows (falling) and two succeeding lows (risin...
hidden engulfing candlestick pattern with option to select two bar or three bars breaktwo bars break example: a bearish candle's open broken by a close of a bull candle which havin...
there are 2 input parameters:atrmultiplier: the lines will have this* the current atr value distance from the moving averages. period: high and low moving average, atr period. the ...
the multi-colored trend indicator is a simple but effective way to identify trends in the market. in this indicator i used two moving averages to calculate the trend direction and ...
multi_breakeven is a script file that enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable.this feature en...
this mt5 custom indicator, called "wd.range_dailyavg.mq5". basic idea is based on mt4 indicator 'tsr_ranges.mq4' by ogeimais. it is designed to calculate the 'average daily range' ...
we often need to input numeric values into an array, in which i am sharing how we can easily use a string array to input and output numeric values. in this case, a 2-dimensional ar...
here's how the indicator works: we know if the 'macd bar' is heading up, it indicates an upward trend on this current timeframe; conversely, if the 'macd bar' is heading down, it i...
it detects six continuous rising bull candles or falling bear candles and mark an arrowin technical analysis trader usually break operations of reversal trading when six soldier oc...
this indicator has an input field multiplication factor, where user can input any value to detect custom hammer or inverted hammerit will plot specified color from inputexample : i...
if previous candle is bear and current candle is bull with open below the previous candle's close, it marks a bullish arrowif previous candle is bull and current candle is bear wit...
this script allows you to receive quotes from the binance crypto exchange and display them in a custom symbol window.to run the script:2. place the binancequotesdownloader file in ...
an expert advisor that can recognize handwritten digits the database consists of 60,000 images for training and 10,000 images for testing. these images were created by "re-mixing" ...
comparison between upper wick and lower wick of a candle to find imbalance and plots an wingdinguser can define the multiplication in input field e.g. value of 2 means if upper wic...
this is a simple program to compare asynchronous and synchronous all close.it is a sample program, so feel free to modify it for your own testing purposes, such as adding condition...
horizontal grid controller with keyeventsl -> increase grid pointsk - > decrease grid pointsj - > reset grid points to defaultit also shows comment on chart about actual g...
click on candlestick to see its body range, high low range, upper wick range and lower wick range value.bullish candlestick body range = close - openbearish candlestick body range ...