moving average based on ultimate oscillator (i modified ultimate oscillator's code). it calculates weighted average of three moving averages (simple, exponential, smoothed or linea...
this is a simple indicator that plots signal history on the chart. this requires the csv file downloaded and saved in the folder mql4/files/tipu history/history.csv. the folder and...
this library has smart notification (alert, push and alert) function with an option of having a single notification per candle at a time.parameters: isalert — display a message in...
this code was written as an indicator. it adds top and bottom margin to the chart. both can be adjusted separately.this gives some breathing space to top and bottom of the chart fo...
this indicator draws current pivot points, it does not plot history. clean and simple.choice of standard, fibonacci, camarilla, woody's and demark pivot calculations.calculation is...
it is a metatrader 4 code example of macd automated expert advisor, with advanced money management function and trailing stop as well.the idea is:filter as multi time frame code ex...
yen tradertrades jpy crosses (xxxjpy) where xxx is one of the major currencies (except usd which will be used as a reference currency).based on the selected direction (r:right or l...
description:just a very simple break-out trading example as seen on the buy-entry example image below.the sell-entry would be as revers of buy-entry image.by candles only with no i...
automatically draws fibonacci retracements on chart.added the following inputs:fib line color fib line style fib line width the fibonacci retracement automatic calculated position ...
displays current bid price and % change of (open price of) current bar or x previous bars, also high, low, and range.examples:% change of current day bar (period d1, shift 0). in t...
by using this indicator you can see the normalized price of any chart! you can use this indicator to find the divergence in the market, or you can put the normalized price of sever...
automated trading system for breakouts in the london and new york sessions, which considers trading ranges formed during the sydney and tokyo sessions.default settings: gbpjpy h1. ...
this tool is designed to open orders / positions in metatrader 4 terminals with absolute control of the risk / reward ratio, automatically calculating the lot size (without the nee...
this script is useful if you want to open an order using risk management rules and magic numbers, you can also set take profit and stop loss in distance from the current price.you ...
the attached script allows you to close more orders at once.you can choose the following filters:only instrument in the chart where the script is run or all instruments. only order...
useful watcher for your expert advisor. this ea will send with every new trade opened or closed. information about opened or closed trade is included in the message.recommendations...
since rsx is already a "smoother than rsi" rsi, if you wish to turn the nonlag smoothing off, then simple set the nonlag smoothing period to <=1.inverse fisher transform enhance...
rsi is mainly used in combination with levels or with a sort of signal lines. some prefer the levels some, on the other hand, "signal" line. we could dispute which one is the bette...
macd is usually calculated with an addition of one signal line.that is a long used trading system and has it's merits. but that way is somewhat lacking when it comes to ranging mar...
rsx is by it's nature "smoother rsi than rsi" without additional lag and because of that it has much less signals than the rsi. rsx is mainly used in combination with levels or wit...
stochastic is mainly used in combination with built in signal line and levels. some prefer the levels some, on the other hand, signal line. we could dispute which one is the better...
quantiles :the indicator middle line is not based on the slope of the middle quantile. instead it is a combination of the two outer quantiles. when both outer quantiles are showing...
well known schaff trend cycle is, no doubt, useful indicator.but it has some things that can be changed. one is that it has a fixed smoothing factor hard-coded in the formula itsel...
vidya zone indicator using 3 prices for calculation : high, low and median.the zone is mainly intended to use in a breakout mode (ie: when the price is within the zone, that would...
a simple script to easily submit market or pending orders, without having to add or subtract decimals to find your stop loss, take profit, or trailing stop. with this script, you c...
the middle line can be configured with the parameter middle line typeas:mid_type_none=0, // nonemid_type_median=1, // median, (high + low)/2mid_type_typical=2, // typical, (high + ...
this script scans for open orders and sets a stop loss and take profit to all of the filtered orders.you can filter orders by:magic number comment you will have to specify the stop...
this indicator detects the currencies in the chart and compares the current close value in all the pairs of the currencies trying to understand if the currency is strong or weak.de...
dmi short description (since it is not widely known).as with all the dsl indicators, it can be used both in trend and counter trend trading, but the dsl in this case can add to m...
this indicator provides zigzag lines to help indicate spot cycles and draws fibonacci lines to indicate support and resistance levels.changes: i have tweaked the code to remove th...
provides various helper functions for sending messages of different types to different sources.available message types:debug notice warning error success info available destina...
experimental indicator i wrote for myself. it's made to show some reference (it's more like a rifle scope, than a rifle). main components are pip scale, atr/pivot, ma level, rsi, a...
detrended synthetic price was originally developed by john ehlers. there are various ways of using it, but the one i found that they use mostly (with fixed levels), is very limited...
detrended synthetic price was originally developed by john ehlers. there are various ways of using it, but the one i found that they use mostly (with fixed levels), is very limited...
detrended synthetic price was originally developed by john ehlers. there are various ways of using it, but the one i found that they use mostly (with fixed levels), is very limited...
the proper bot is for those who like martingale style trading. features: stop loss, take profit, trailing stop loss functions. all are calculated in points. a high and low level pa...
time management functions are often used in expert advisors and scripts. this header file contains functions and input variables for checking time and day of week.example...
this is a laguerre rsi with an addition of laguerre filter signal line.so, it is a sort of "all laguerre" indicator. as an addition, a "no trade zone" can be displayed (for cases o...
this ea opens a grid of buy stops and sell stops at a specified distance from price. it is not a fully automatic ea. you need to reset it once a while.features startinglot increas...
this script is used to modify the stop loss and take profit of current symbol positions.the new stop loss and take profit are based on the market price.if the inputs are 0, there w...
lrdegrees mt4 is the indicator for metatrader 4 will show double trend line of the linear regression, and gives the position degree of short line and provide alerts when the trend ...
accumulated rsi that uses:floating levels or quantile bands process of "accumulating" uses consecutive rsi calculations in order to "construct" new "rsi" value.ps: since this indic...
description this is an example for heiken ashi candles.only uses pending orders (buy-limit & sell-limit). hedging is possible (by using different magic numbers). filter is poss...
this expert will duplicate a trade with the preset lot multiplier on the same account. no cross-account functionality, trades only on the same account. can be synced on a virtual h...
this ea calculates the strength of various currencies according to the percentage change in a day from the opening of the candle. if some currency is very strong or very weak, it w...