as a part of money management system, we need a balance sheet that show how much money we can risk from a profit that we have took.this indicator will show balance sheet for a year...
this indicator will show the name of the pattern by placing point xabcd manually and also will search the next potential reversal zone (prz) automatically.this idea was first publi...
a very simple indicator to display the difference in time between candles in seconds.intended for use with offline renko charts to indicate how long each block or brick has taken t...
monex indicator is the weighted close (hlcc/4) candlestick bar combined with zigzag indicator (arrow).last update (update_01 ~ 2015-07-30) added option to display the arrow (true ...
the indicator shows support and resistance levels.like all simple things, sometimes these indicators are very useful, the indicator shows support and resistance and makes it obviou...
i have modified and combined the following materials:harmonik_ratios by "all traders"; support and resistance barry stander; my own program. this indicator is made with the aim to:...
main chart shows the overlay chart of 2 symbols - while subchart displays the price spread line with spreadfactor.for those keys affect the chart movement e.g. pgup/pgdn, the indic...
this indicator is a composite of several indicators: fibonacci, pivot point, zigzag, macd and moving average which are combined in this indicator.this indicator gives advice to buy...
bb_osma indicator is the osma indicator in the form of spheroid with a deviation as the upper and lower bands.this bb_osma indicator comes with a simple template bb_osma_template.h...
ea will automatically detect multi trendlines added by users.by using new mql4 function of , trendline movement/adjustment will be dynamically caputured as well....
script is created after idea from the comment on the script . request was to enable deleting only specified object types from the charts.this script has list of all object types th...
a script to simplify drawing ellipses.ellipses are great for identifying areas of interest. drawing them can be time consuming so i created a script that will create an ellipse on ...
this indicator uses reports by cftc. these reports are published on the website in two formats, "excel" and "text".select reports in text format of the category "futures-and-option...
this is a custom indicator for metatrader 4. atr has been well known as market volatility indicator, atr bring insight of market strength conditions within specified period.average...
fmoneea is a scalping expert advisor for metatrader 4. it works only on one hour timeframe (period_h1).fmoneea calculation is based of zigzag and macd indicators on h1 timeframe. c...
forexline indicator provides signals for trade, white line (sell signal) and the blue line (buy signal).may be useful to fellow traders.updates (26/03/2015): (update_01) eliminate...
the red color of the indicator shows that the previous candle is a negative candle and lime color indicates a positive candle.the red color of the numbers on the table "now" indica...
inovanceeasily save your indicator values and the open timestamp, open, high, low, close, volume data to a csv file. to find the saved file open the metatrader 4 directory, open th...
inovanceeasily save historical bar data and every new tick to a csv file. to find the saved file, in the metatrader 4 directory, open the "mql4" folder and your file will be in the...
the script reverses all the orders of the chart symbol.inputs:double reverse;with stoploss reverse.if you don't want inputs erase "#property script_show_inputs" in the metaeditor...
this script show you current currency pair spread, pip value and the total cost of the spread to open a position. result will show in your account currency.to see those information...
andy ismailthis is an indicator for finding the strongest trend each day, suitable for intraday trading or a swing trading.how to use: red barmeans bearish trend for the next candl...
mladenthe indicator is a second-by-second candle timer not dependent on incoming ticks.the indicator has three functions:the indicator will count-down the remaining candle time.at ...
this ea is based on 1 moving average indicator, the exit and entry points are determined by a "smoothing factor"; a fixed amount of pips above or below the ma.this has been uploade...
this is an easy way to open a trade and setting stoploss/takeprofit.just copy the script to <terminal_data_folder>\mql4\scripts folder and drag it to the chart everytime you ...
bima setyawan (jember trader community)it is ea with features that are very sensitive to movement is equipped with other features including:equity stop; tralling stop; equity risk ...
this is an indicator for chart pattern detection, can detect doji candle and draw histogram, with alert message, works for all time frames.features: work for anytime frame from m1...
the indicator draws two lines that represent the difference between two currencies derived from three pairs/currencies.it applies to eurusd, eurjpy, gbpusd, gbpjpy, usdchf or usdjp...
andy ismailthis indicator acts by price action to find the strongest trend each day, use it when ats shows clear bullish or bearish trend.how to use: pink arrow means sellgreen arr...
parallel strategies is an expert advisor based on many strategies that work in parallel mode (each strategy has its own magic number, time to trade, stop loss, take profit, trailin...
i made many changes to this indicator then made ea based on it. now it seems to produce promising results.recommended timeframe: 1 hour. recommended currency: eurusd.all default se...
export the trade details (order, trade return, ticket number, open price, close price, open timestamp, close timestamp, currency pair, position size) from a backtest or live tradin...
temboxthis indicator will help define ma (moving average) for one specified timeframe only.when timeframe changes, this indicator automatically adjusts its setting to new timeframe...
this indicator is my attempt to estimate the real market value. the idea was to create something that changes direction much slower than market price, and is better fitted than mov...
the idea was to create something that changes direction much slower than market price and is better fitted than moving average.indicator moves up, if price is above it and also mov...
zigzag arrow indicator is based on a built-in zigzag indicator that replaces the line section with arrow.last update (update_01 ~ 2015-07-30) added color options for arrow. adjust...
this indicator is used in expert advisor and explains how it works.after low-volatility periods it is time for an impulse which should be used for the flat breakout strategy.eurusd...
the cdrvolatility indicator can be used as a guide for setting the s/l, t/p and t/s. within the chosen time window, for a net positive price gain, this indicator displays the large...
this indicator draws 3 moving averages by median price. it can figure bullish, bearish and sideways trend.recommendations: use period 5 for daily timeframe...
shimodaxcalculation of pivot and similar levels based on time zones.if you want to modify the colors, please scroll down to line 200 and below (where it says "calculate levels") an...
changelog: information provided: button to change the timeframe, or to put it in auto mode. button +and -to change thelot size, you can use "p" and "m" shortcut to change lot size...
pp indicator on daily (weekly, monthly) level, for use in timeframes smaller than daily. i'll skip the part discussing its basic use in trading, you can find that information here:...
i've found these small functions very useful when trying to pass datetime through global variables.example:you can use it to save a valueandwhen you want to get the value back....