the ea trades on custom indicator :vertical horizontal filter (vhf) shows, if there is a trend or a flat.vhf was first described by adam white in 1991.there are three ways of vhf i...
the expert advisor uses four ima (moving average, ma) indicators from two timeframes. two indicators with averaging periods 1 and 8 are created on the h1 timeframe and two indicato...
the code of the adviser, excluding the position opening algorithm, is copied from the advisortrading settingsin the expert advisor, you can both enable and disable the take profit,...
this is a classic trading strategy based on two moving averages crossover. buys when fast ma crosses slow ma from below and sells when fast ma crosses slow ma from above.parameters...
this expert advisor is based on a very popular but dangerous strategy which doubles the stakes after each loosing trade. finally, if there is enough margin, it will reverse into th...
this is a grid system which opens first trade with market order and next orders of the grid with limit pending orders.parameters first trade type is specified by the user, and afte...
did you ever want to pass the time or to stretch your brains while awaiting important news event or monitoring open position in metatrader? it's easy with . this nontrading expert ...
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...
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...
welcome to the binary testinator. the purpose of this ea is for testing different indicators to optimize a trade scenario.everyone has an opinion on what is the best trade setup, a...
this expert advisor shows that you can make a profitable automated trading robot using technical analysis and not too many rules. only prices (to determine doji) and a single indic...
nzd/usd (m30). historical data 18 september 2014 to 18 february 2020. initial deposit of us$500 acquires a profit of us$1625.40 or profit return of 225% after 5½ years.result :inve...
the melbar™ euroswiss 1.85x 2y™ expert advisor is a specific purpose profit-scalping tool which success depends on your understanding of its underlying strategy and your ability to...
thank you @fxsaber for the symbol library.please download the project from here: i am not able to publish the code here. please download it from the google drive link above.lets ta...
it's a triangular arbitrage system (three pairs correlation system) to use 3 currencies to make 3 pairs to open hedge orders on those. the expert starts opening six orders for each...
it's a two (2) pairs correlation system to use 3 currencies to make 2 pairs to open hedge orders on those (like eurusd/eurgbp).the expert starts opening four orders for each couple...
this ea can trades up to 28 currency pairs simultaneously using built in currency strength indicator.please note that this ea has martingale features and should be used as learning...
based on source file from nikolay kositsin, i modified this expert into a basket profit/loss closer.this expert can be used for closing all positions if reach selected conditions.h...
this is my first try at creating an ea from ground upthe ea only trails, so no automatic buy/sell***** please note: the default values are adjusted for m1 time-frame, as is the eas...
this expert opens trade in the direction of the trend (buy for uptrend, sell for downtrend) if a specific rate of average daily range has been exceeded. average daily range is cal...
introduction: i want to share with you this story. when i started trading, i learnt the scalping strategy in a volatile market. i really loved scalping especially when i see the pr...
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 ...
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 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...
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...
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...
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...
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...
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...
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...
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...