MetaTrader MT5 All Source Code Downloads - Page 158

Showing 8094 results
automatic chart refresher indicator MT5
MetaTrader 5 indicator

automatic chart refresher

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...
advisor based on rs i and martingale expert MT5
MetaTrader 5 expert advisor

advisor based on rs i and martingale

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 indicator MT5
MetaTrader 5 indicator

wick ratio candlesticks

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...
hull moving average indicator MT5
MetaTrader 5 indicator

hull moving average

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...
fractals - adjustable period and prices indicator MT5
MetaTrader 5 indicator

fractals - adjustable period and prices

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 ...
marubozu indicator MT5
MetaTrader 5 indicator

marubozu

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...
symbol filling policy determination expert MT5
MetaTrader 5 expert advisor

symbol filling policy determination

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)...
check for market open hours library MT5
MetaTrader 5 library

check for market open hours

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 ...
breakout martin gale expert advisor for mt5 expert MT5
MetaTrader 5 expert advisor

breakout martin gale expert advisor for mt5

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...
at r trailing stop with 1 buffer only indicator MT5
MetaTrader 5 indicator

at r trailing stop with 1 buffer only

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...
double bolling band signal indicator MT5
MetaTrader 5 indicator

double bolling band signal

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...
mt5 cc i with shift parameter indicator MT5
MetaTrader 5 indicator

mt5 cc i with shift parameter

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 ...
simplest cs v file reader script MT5
MetaTrader 5 script

simplest cs v file reader

use this simplest class to read csv file with out any preparations and types casting declarations.find the shortest usage example below....
swing highs and lows indicator MT5
MetaTrader 5 indicator

swing highs and lows

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 indicator MT5
MetaTrader 5 indicator

hidden engulfing

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...
rainbow indicator for mt5 indicator MT5
MetaTrader 5 indicator

rainbow indicator for mt5

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 ...
multi colored trend indicator mt5 indicator MT5
MetaTrader 5 indicator

multi colored trend indicator mt5

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 break even. mt5 script MT5
MetaTrader 5 script

multi break even. mt5

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...
wd. range daily avg indicator MT5
MetaTrader 5 indicator

wd. range daily avg

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' ...
no repaint heiken ashi indicator MT5
MetaTrader 5 indicator

no repaint heiken ashi

this indicator is written based on the indicator published by metaquotes.* update v1.1: add faster mode....
wd. range ma c d indicator MT5
MetaTrader 5 indicator

wd. range ma c d

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...
body wick comparison indicator MT5
MetaTrader 5 indicator

body wick comparison

checks if either upper or lower wick range of a candlestick is greater than body range of a candlestick and plot a wingding...
six soldiers indicator MT5
MetaTrader 5 indicator

six soldiers

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...
custom hammer and inverted hammer indicator MT5
MetaTrader 5 indicator

custom hammer and inverted hammer

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...
wick engulf indicator MT5
MetaTrader 5 indicator

wick engulf

a candlestick's body completely covered by previous candle's wick...
wickless breakout indicator MT5
MetaTrader 5 indicator

wickless breakout

if any type of candle has a missing wick wick it plots a "x" wingdings...
dc c / piercing indicator MT5
MetaTrader 5 indicator

dc c / piercing

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...
binance quotes downloader script MT5
MetaTrader 5 script

binance quotes downloader

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 ...
candlestick wick imbalance indicator MT5
MetaTrader 5 indicator

candlestick wick imbalance

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...
sample program for async/sync all close script MT5
MetaTrader 5 script

sample program for async/sync all close

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 indicator MT5
MetaTrader 5 indicator

horizontal grid controller

horizontal grid controller with keyeventsl -> increase grid pointsk - > decrease grid pointsj - > reset grid points to defaultit also shows comment on chart about actual g...
candle time count down indicator MT5
MetaTrader 5 indicator

candle time count down

a simple indicator that can estimate when the current candle will close.it is limited to timeframes equal to or less than the daily period. enjoy....
candlestick body, high low and wick range indicator MT5
MetaTrader 5 indicator

candlestick body, high low and wick range

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 ...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.