this expert advisor based on relative strenght index, commodity channel index and moving averages mt4 indicator for signal.please test in demo account first. regards....
this ea allows to create, manage and exit trades in the no nonsense forex way much faster. it helps to perfect risk management and also to get rid of emotions when trading, as you ...
overviewtaking the close price of a certain hour of a certain day of the week as a reference, if a user-specified percentage of the daily average price range is exceeded from this ...
if the price above upper envelopes signal direction is open down, if high price prev - upper envelopes prev and bid - uper envelopes current bigger than distance filter, expert adv...
the expert advisor changes a financial instrument by drag-and-drop from the "market watch" window.the user just needs to drag the financial instrument to the chart window where the...
the expert advisor changes a financial instrument by drag-and-drop from the "market watch" window.the user just needs to drag the financial instrument to the chart window where the...
overview this program lists and shows information about calendar events between specified date range. if you click on an event it displays information about selected event.paramete...
this expert shows the maximum profit level that touched by price line for your first position on chart window. the expert don't need any variable or specified timeframe. please vot...
this expert has extended features relative to the previous. please examine the previous one before proceeding.[warning] the main purpose of this purely mechanical expert is to mak...
expert advisor in mql4 with 4 signals based on 6 indicators. works at any stock: forex, indices, metals, you just need to give it the right parameters.available in spanish es and i...
this ea tries to show only the minimal validations you must have to pass the market validations before being published.in the "signal ()" function you can set the input and output ...
on ecn, ecn zero and pro mt4/mt5 accounts,presetstoploss/takeprofit price levels are not permitted.if a trader wishes to specify stoploss/takeprofit values for an order, the trader...
himy plan is1 search for usa stocks below 20 euro/dollar.2 when the price rice above the stochastic lowlevel the first lot 0.01 will be bought.3 when the price drops then another l...
master exit plan is collection of simple strategies that would help traders manage on how to exit open trades and pending orders.note: this ea doesn't open a trade for you. it only...
introduction : this strategy is the well known set & forget with the alerting system. it is very useful on different trading scenarios. i urge you guys to always use trading to...
introduction : this strategy is the well known set & forget with the alerting system. it is very useful on different trading scenarios. i urge you guys to always use trading to...
hi fellas i'm lucas,i thought i should contribiute with something to this wonderful community which i have learned a lot from reading good informative articles and much more. mysel...
metatrader 5 provides based on trading, trailing and money management modules from standard library. the library affords a limited number of predefined signals untilizing some of t...
what the template can do for you? a simple but fully functional program that demonstrate how a martingale can work for you. just change the entry analysis using your own scalping s...
in the past, i thought of using an ea for my trading and this is part of my simple ea and this is the simplest ea i ever had so please rate this after read...this ea working on sin...
this ea just showing a sample of martingale systems by averaging up or averaging down.it is not a ready to use or profitable ea. default using tema indicator as entry signals and a...
the code is mostly self-documenting, and should therefore be easy to follow along with some experience in coding. this is not a perfect product, but it should set the wheel rolling...
introduction : the 8 effective steps to build a robust day trading plan using fibonacci retracement will help us use fibonacci to locate potential entry points.having a trading pla...
introduction : the 8 effective steps to build a robust day trading plan using fibonacci retracement will help us use fibonacci to locate potential entry points.having a trading pla...
hello,this simple ea open trade when the last bar is closing above or under bollinger bands, with rsi value overbought or oversold and using a d1 moving average as trend filter.aut...
how it's working?the premise is simple. the entrance looks like this ...force=((bid-close)/close)*10000;example:force > 10% (see input parameters) opening buyforce < -10% ( s...
although it is not totally translated to mt5 as i am using mt4orders.mqh. remember you must add mt4orders.mqh inside your include folder.you can use it straight away as it works pr...
this ea collects information about the spread and shows the statistics on the chart.when the ea ends its working, it prints all statistics to the journal, which can be useful for t...
the buy and sell conditions go as 'bool' value parameters in the direction function, as you can see in the default example.the canbuy and cansell variables will get out set as true...
this ea collects information about the spreads and shows the number of spreads in the specified range based on the ticks that occur each year.when the ea ends its working, it print...
it is diffrent complex range breakout system. using to range breakout system is defined by min number of bars and max width in pips. this robot is can use to volatility instrument....
this utility allows you to view lists of all open charts, running expert advisers, indicators, and scripts. all the lists are sorted in alphabetic order (case-sensitive). in any li...
this is a mt5 expert advisor which displays the total stoploss and takeprofit value for open positions.this expert advisor does not trade or modify any of your orders. it simply su...
first of all , i was trying to sell this self adapting expert advisor on the market.i get the idea to develop such system after i developed an expert advisor that trade static patt...
introduction : the simple trading panel is a trading tool that is very interesting because it will allow you to predefine your stoploss and your takeprofit in term of pips. you can...
introduction : the simple trading panel is a trading tool that is very interesting because it will allow you to predefine your stoploss and your takeprofit in term of pips. you can...
descriptions: ea for automatic stop loss, take profit, profit lock, and trailing stop (with special methods). sl and tp could be hidden.update:- bug fixes for strategy tester.- new...
we will start creating this ea by defining the input variables.followed by defining global variables. variables with this global scope will be known or accessible to all functions....
trailing stop really supports our trading by shifting the stop loss to the profit area so that we can always automatically secure our trades.we will start the code by specifying th...
autotrading scheduler expert advisor for mt4 and mt5 by earnforex.com.autotrading scheduler lets you control the time periods when autotrading is enabled or disabled in your metatr...
trading tools used by traders to make it easier for traders to control and a faster process to close order positions according to the profit target or daily loss limits.calculation...
this ea is made with an example of crossing ma as an entry signal. this ea was created for the purpose of learning mql4 code.every order that is opened will use a different magicnu...