MetaTrader MTall All Source Code Downloads - Page 218

Showing 11118 results
take profit based on your current profit expert MT4
MetaTrader 4 expert advisor

take profit based on your current profit

introduction most eas tend to close orders in take profit based on the distance in pips from the purchase price . however, the code used by is based mainly on the current profit . ...
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 ...
rainbow indicator for mt4 indicator MT4
MetaTrader 4 indicator

rainbow indicator for mt4

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 ...
amazing oscilator indicator MT4
MetaTrader 4 indicator

amazing oscilator

a combination of data analysis from the awesome oscillator and the resulting direction of the candles relative to the previous range...
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. mt4 script MT4
MetaTrader 4 script

multi break even. mt4

multi_breakeven enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable.this feature ensures that the investo...
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...
pa rs i indicator MT4
MetaTrader 4 indicator

pa rs i

with its advanced algorithm and precise calculations, this indicator provides traders with timely and highly reliable signals to enter or exit trades at the optimal point. by effec...
donchian channel indicator MT4
MetaTrader 4 indicator

donchian channel

donchian channel the donchian channel is an indicator used in market trading developed by richard donchian it is formed by taking the highest high and the lowest low of the last n ...
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...
superb fractal indicator MT4
MetaTrader 4 indicator

superb fractal

few improvements from standart fractal:2. it does not draw fractals against the trend, which makes your chart much more informative...
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 ...
wd. multi line ma indicator MT5
MetaTrader 5 indicator

wd. multi line ma

the mt5 custom indicator, named "wd.multi_linema.mq5," is designed to offer traders valuable insights into moving average values from a higher timeframe (mtf multi timeframe). it e...
multi time frame example by recursion indicator MT4
MetaTrader 4 indicator

multi time frame example by recursion

the purpose of this indicator is to demonstrate newbie friendly way a structure of a multi time frame indicator based on recursion.a function which is responsible of the indicator ...
martingale trade simulator expert MT4
MetaTrader 4 expert advisor

martingale trade simulator

this ea i've created is for manual trade training using martingale that can be enabled/disabled.only works on strategy tester mode....
martingale trade simulator expert MT5
MetaTrader 5 expert advisor

martingale trade simulator

this ea i've created is for manual trade training using martingale that can be enabled/disabled.only works on strategy tester mode....
strategy checklist indicator MT5
MetaTrader 5 indicator

strategy checklist

this is the mt5 port of an indicator that i implemented for my personal use.it allows you to define a checklist that helps you check your rules before opening a trade.keep in mind ...
heikin ashi lines indicator MT4
MetaTrader 4 indicator

heikin ashi lines

probably everyone has put up a heikin ashi chart one time or another. it makes it look so much cleaner with less noise and clearer trends.but there is one major flaw — it hides the...
heikin ashi lines indicator MT5
MetaTrader 5 indicator

heikin ashi lines

probably everyone has put up a heikin ashi chart one time or another. it makes it look so much cleaner with less noise and clearer trends.but there is one major flaw — it hides the...
candle grids indicator MT5
MetaTrader 5 indicator

candle grids

draw a rectangle on chart to plot custom grids based on points value on inputadded option to use rectangle range to draw grid if user wish to use it. set mode to true or false, tru...
price density - market noise index indicator MT5
MetaTrader 5 indicator

price density - market noise index

the indicator precisely quantifies market noise, helping traders distinguish between periods of high and low volatilitygraphically represented on the chart, allowing for easy inter...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.