MetaTrader MTall All Source Code Downloads - Page 198

Showing 11123 results
gonna scalp expert MT4
MetaTrader 4 expert advisor

gonna scalp

the "gonna scalp" ea is a scalper , works with all time frames major forex pairs and stocks nasdaq.try it on demo first. this ea trades only with the price of open candle! if you d...
coin toss trading script MT5
MetaTrader 5 script

coin toss trading

assumptions market conditions are indeterminable. billions of factors are affecting market in different ways. at any instant evenly spaced upward or downward movements have same p...
lot loss script MT5
MetaTrader 5 script

lot loss

simple risk management tool, that calculates required lot size according to amount of money trader affords to lose and stop-loss in points.inputs risk-money: money to sacrifice. s...
scalp all script MT5
MetaTrader 5 script

scalp all

two variations are available;[scalpall]this script opens random positions with multiple symbols on marketwatch. take-profit and stop-loss levels are calculated by multiplying curre...
updated meta neural dashboard indicator MT4
MetaTrader 4 indicator

updated meta neural dashboard

this is an updated indicator i came across from an old forum thread back in year 2013, you find the forum thread here :i thought it was an interesting indicator and maybe it could ...
tokyo session ea expert MT4
MetaTrader 4 expert advisor

tokyo session ea

it's an expert to use prices action and trade level to open each order.expert can to trade up 12 pairs, uses the corresponding default setting for each pair.default settings are go...
multi martin expert MT5
MetaTrader 5 expert advisor

multi martin

this is a multi-asset expert adviser based on martingale trading strategy. its original idea is taken from another expert adviser - available for mt4.warning. martingale is easy ye...
couple hedge ea expert MT4
MetaTrader 4 expert advisor

couple hedge ea

it's a two (2) pairs correlation system to use 3 currencies to make 2 pairs to open hedge orders on those. the expert starts opening four orders for each couple (2 plus and 2 minus...
scalping with virtual pending orders expert MT4
MetaTrader 4 expert advisor

scalping with virtual pending orders

this ea demonstrates the use of a virtual pending order class library (virtpndords.mqh) by means of a scalping program. the implementation of simulated buy stop and sell stop order...
fast in fast out strategy expert MT4
MetaTrader 4 expert advisor

fast in fast out strategy

we have a free ea base on an idea here for you.fifo strategyhow it works:when a candle move more than a special size (volatility in input parameter) then we have a big/fast market ...
bp n n mq l predictor demo with library indicator MT5
MetaTrader 5 indicator

bp n n mq l predictor demo with library

this is not a real world indicator, but a simple demo of bpnn library, originally written in c++ and ported to mql.the demo shows training and testing a neural network for timeseri...
zig zag semaphore ( semafor ) indicator indicator MT4
MetaTrader 4 indicator

zig zag semaphore ( semafor ) indicator

the marks show the level of the mark with a small white dot for level one, a red circle around the white dot for level 2, a yellow circle around both the white dot and red circle f...
wmi for 3. 5 for mt5 (with dt w engine) indicator MT5
MetaTrader 5 indicator

wmi for 3. 5 for mt5 (with dt w engine)

this indicator predicts possible future price movements by searching for similar candle patterns in the rate history.this is an adaptation of original indicator wmifor 3.0 (with dy...
vr smart grid lite mt5 expert MT5
MetaTrader 5 expert advisor

vr smart grid lite mt5

work logic if the last candle was bullish, the ea will enter the market with a buy order. if the last candle is bearish, then the ea will enter the market with a sell order. in thi...
vr smart grid lite expert MT4
MetaTrader 4 expert advisor

vr smart grid lite

work logic if the last candle was bullish, the ea will enter the market with a buy order. if the last candle is bearish, then the ea will enter the market with a sell order. in thi...
ma c d sample hedging grid expert MT4
MetaTrader 4 expert advisor

ma c d sample hedging grid

classic "macd sample" ea with a little twist, you can use it as hedging grid ea or a single trade ea.try it on demo first. this ea trades only with the price of open candle! if you...
i wp r+ indicator MT4
MetaTrader 4 indicator

i wp r+

iwpr+ is an iwpr %range function with a positive value....
i wp r+ indicator MT5
MetaTrader 5 indicator

i wp r+

iwpr+ is an iwpr %range function with a positive value....
bid-ask-spread indicator MT4
MetaTrader 4 indicator

bid-ask-spread

the indicator shows bid-ask-spread information on chart...
stdlib. mq5 library MT5
MetaTrader 5 library

stdlib. mq5

here i have modified the stdlib from mql4 to mql5 which was originally written by metaquotes software corp.this function is changed:mt4mt5...
ichimoku kinko hyo2 indicator MT4
MetaTrader 4 indicator

ichimoku kinko hyo2

usage(updated 7.6.2020):the variables such as kijun,chikou... also contain their respective values at the specified shift as well. remember to put " #include <ichimoku2_kinko_hy...
i rs i on array for mt5 library MT5
MetaTrader 5 library

i rs i on array for mt5

this header provides the irsionarray function known from mt4. it works with both mql 4 and 5 code. a reason to use it also under mt4 could be that it fixes a bug known in the origi...
x man expert MT4
MetaTrader 4 expert advisor

x man

"x man" ea uses equity stop from total equity, you can use it as hedging grid ea or a single trade ea.try it on demo first. this ea trades only with the price of open candle! if yo...
timer ea expert MT4
MetaTrader 4 expert advisor

timer ea

it's an expert to open and close orders on specific day and time.expert open and close orders only with the same symbol it attached.can set time open and close orders based day of ...
perfect trend line 2 indicator MT5
MetaTrader 5 indicator

perfect trend line 2

usage : you can use the arrows (dots) as early signals you can use the appearance of the color candle as signal for entry or re-entry as usual : some experimenting with the param...
pivots mt4 indicator MT4
MetaTrader 4 indicator

pivots mt4

there were requests for this to be converted to mt4.the formulae used are:resistance 3 = high + 2*(pivot - low)resistance 2 = pivot + (r1 - s1)resistance 1 = 2 * pivot - lowpivot p...
volatility bar indicator MT4
MetaTrader 4 indicator

volatility bar

i use the indicator mainly in my advisors to divide the market into volatile and flat.recommended m5 timeframe.the indicator is displayed by a straight line in a separate one under...
safe trend scalp expert MT4
MetaTrader 4 expert advisor

safe trend scalp

do you want scalp in safe market trend??many traders don't trust robots... they just use technical analysis and make manual orders.so what happens if this technical analysis and us...
cross expert MT4
MetaTrader 4 expert advisor

cross

simple code for candle cross above or below conditions..note: this is just a samplemain function...
cross script MT5
MetaTrader 5 script

cross

simple code for candle cross above or below conditions..note: this is just a samplemain function...
price in polar coordinate system indicator MT5
MetaTrader 5 indicator

price in polar coordinate system

i want to remind you that for you to see the maximum data history on the screen, you need to set unlimited in the settings "max bar in chart"(tools ->options->charts).the pos...
3 d spiral quotes indicator MT5
MetaTrader 5 indicator

3 d spiral quotes

3d is applied without the use of direct x only by means of the icanvas class.there is only one parameter in the indicator - a maximum number of circles displayed.to change the peri...
dynamic stop loss expert MT4
MetaTrader 4 expert advisor

dynamic stop loss

dynamic stop-loss is a tool for traders who trade without a stop-loss. it gives the traders a trick to trade as if there is no stop-loss but actually using one....
chistory position info class library MT5
MetaTrader 5 library

chistory position info class

chistorypositioninfo class provides an easy access to the closed position properties.the class has a similar interface to cpositioninfo class of the standard library.here is a samp...
carry trade tools expert MT4
MetaTrader 4 expert advisor

carry trade tools

if you open for a swap earning positions only. this is an extra income on top of the trading income. if the pairs that you want to trade is not in the list, you can simply insert ...
3 d moving average indicator MT5
MetaTrader 5 indicator

3 d moving average

the indicator management is simple and intuitive.there are two color modes:color varies with price color changes depending on the ma period. switching between the two color modes i...
dynamic pivot indicator MT4
MetaTrader 4 indicator

dynamic pivot

supported timeframe :current m1 m5 m15 m30 h1 h4 daily weekly monthly quarterly (buggy - removed) semester (buggy - removed) formula :resistance 3 = high + 2 * (pivot - low) resist...
cset file reader library MT5
MetaTrader 5 library

cset file reader

class to provide simple reading mechanism from metatrader set files.usage scenario: an expert advisor is to be added to multiple charts with different symbols or timeframes.each in...
forex market hours gm t. 0 indicator MT5
MetaTrader 5 indicator

forex market hours gm t. 0

the good old mt4 indicator! now for metatrader 5.automatic summer time (dst) detection on trade server, display of economic calendar events and many improvements.gmt and est hours ...
rs i with bb indicator MT4
MetaTrader 4 indicator

rs i with bb

the indicator consists in an rsi and bollinger bands calculated on it, it also plots arrows when rsi value was out of bands and came again in bands....
daylight changes (summer time) library MT5
MetaTrader 5 library

daylight changes (summer time)

get the time of the daylight change, (start/end of the summer time).daylight saving time (dst) changes do not necessarily occur on the same date every year.validations:...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.