just an experiment on try to using the "speed" (or correction factor?) of the kalman filter as indicator..added a smooth "signal" line based on the moving average of the "speed" (t...
arrow up and down on each bar and informations about "power of trend" and about "peak" or "extrem peak" on the chart.indicator uses only wpr and rsi signals. arrows can be changed ...
also, it can do some other things:slope slope in degrees variance std deviation mean "fake graphs" with this function (fake graphs) you can plot the actual data from a indicator. t...
the code its not optimized, but, its self-explanatory on the var names used.the hull method can be enabled or disabled, as the graph the raw values for speed and accelerationalso, ...
this indicator calculates and plots the exponential moving average of the true range, as well as an offset of the exponential moving average of its deviation.the code uses conditio...
this script is the example of using function linenotify that use to send message to line app via line notify servicewatch some more examples on how to implement this function and h...
converted atr bands by alexanderteah from tradingview to mql4in situation where entry is not reversal, use atr as guide for stop loss or exit.also can be used for trail stop like c...
this ea is designed to watch for support & resistance break on h4 & h1.all you need to do is setting up your charts on h1 timeframe and then add the ea to the chart.at the ...
if you are using ichimoku indicator and you are looking for tenkan and kijun cross then this ea is for you.how to use it:after downloading the file compile it in your meta editor t...
for those who familiar with mcdx smart money indicator. sorry to let you know.no banker. no smart money. no retailer. just rsi.---1. take rsi value from the _period2. rsi value fro...
blue arrow = buyred arrow = sellblue tick = winred cross = lose---2. inside the signal, go to trading history tab3. scroll to the most bottom and click on history link on the right...
blue zone = tp zonered zone = sl zoneblue arrow = buyred arrow = sellblue tick = winred cross = lose---1. open the chart that you want to display the objects.2. key in magic number...
the same code can be compiled in mt4 as well. it gets news from fxstreet servers automatically which can be further filtered by importance level, currency and keyword in the news.s...
open your order with this simple trade management script.you can open any type of market order by defining your inputs:order typestop loss (in pips)take profit (in pips)lot sizesli...
try it on demo first. this ea trades only with the price of open candle! if you do not want to trade with increasing lot size when you lose a trade set:"increasefactor=0" inputs ...
sma_channel indicator is indicator based on 1 moving average(sma) which will plot channel on chart. the indicator use 2 plot styles where user can select 1 or 2 in settings. if plo...
simple indicator that will scan thru the symbols in the marketwatch window to alert you if price is overbought or oversold based on rsi.you can use a pop up alert or send to phone....
this is small script using external dll "user32.dll".1. import dll and its functions 2 get handle of alert dialog (parent window) using findwindoww to specific parent window handle...
this indicator is based on the original “time segmented volume (tsv)” developed by worden brothers, inc. however, i added an extra few features to this one.one can choose the price...
going west going east trying to read the fibonacci lines values or to find an auto fibonacci indicator in the metatrader! no avail!one of my clients asked my for an expert advisor ...
(you need use heiken ashi to see the graph or change the parameter ti put the graph in front of the indicators)so i choose a h1 period to have a strong trend, i write a histogramme...
forex trade manager grid mt4 helps you to managing orders and achieve the goal. you only need to place first order with take profit, run ea and set in params profit (pips) you want...
forex trade manager mt4 simplifies managing open orders in metatrader 4. if you open a new order, the manager automatically sets stop loss and take profit. when price will move, th...
1. input parameters 2. local variables initialization3. main code a/ expert initialization functionb/ expert tick function3.1 calculate signal in order to send orders3.2 calculate ...
it is common for expert advisor developers to face the challenge of making the robot capable of opening and administering more than one order at the same time. for that, there need...
this indicator implements the original “average true range (atr)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].it ...
this indicator implements the “relative strength index (rsi)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].this in...
the main idea behind it is to search for support and resistance levels,becouse i could not fint any similar indicator. the support and resistance functions do exactly that. when ca...
the input parameters are: tp - this is a number, and the robot will take profit when tp*invested money is reached in profits (recommend 0.01-0.1). slowmovingaverage is the period o...
this script convert historical data from m1 to m1, m5, m15, m30, h1, h4, d1, w1 and mn, specifying the start date.this is a basic flow.1. download or import your historical data. 2...
if all of a sudden consecutively some trades turned into losses we may require to pause the trading for sometime. because it maybe either market choppiness or extreme volatility wh...