a simple indicator that tries to assess autocorrelation in price series.- values above 0 indicate autocorrelation between return and therefore a strong direction in movement (which...
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...
indicatora dynamic area between 'open', 'high', 'low' and 'close' is plotted on the current chart. prices are calculated during the day. when a new one arrives, the dynamic region ...
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, ...
advisor the ea receives signals from the custom indicator ''. before executing a trading signal, the ea checks the current profit - if the profit is negative, then the signal is ex...
indicatorthe indicator shows the status of the two indicators as lines of squares.clryellowgreen - no trend, clrblue - trend up, clrred - trend down rice. 1. two ma color n bars sq...
indicatorthe task of the indicator is to visualize the last three candles from another (larger) timeframe.with the help of graphical objects, the last three candlesticks are drawn ...
trading strategythe expert advisor checks signals in indicator buffers:rice. 1. osma four colors arrow eaa detailed description of the trading engine is in the code ....
this is meant to be an aggregating service script that collects data from the economiccalendar functions & outputs the values to a text file as a list of dictionaries for each ...
description of the indicator saucer signal from the iao (awesome oscillator) indicator with an additional filter in the form of ima (moving average, ma)pic. 1. ma ao arrow...
description of the adviser the ea works on the 'ividya' indicator - the signal is searched only at the moment of the birth of a new bar.the position is opened with the specified st...
description of the indicator the indicator displays the borders (high and low) of the last three days on the chart. the current day (rectangle #0) updates its levels during the day...
description of the indicator colored sar indicator. several types of alerts when changing colors. can choose:sound alert send mail send push notification pic. 1. sar color alert...
description of the indicator several types of signals have been added to the custom indicator when the line color changes. the following types of signals are available:sound alert ...
description of the ea the ea uses the signals of the custom indicator "wpr custom cloud". signal to open a position 'buy': the indicator left the lower zone, signal to open a posit...
description of the indicator a candlestick chart without shadows is built in the subwindow. please note that the same 'custom moving average' indicator has been added to the main w...
description of the indicator several types of signals have been added to the : custom indicator when the line color changes. the following types of signals are available:sound aler...
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 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...
description of the indicator continuation of the 'four colors' series - now the macd indicator signals are displayed as 'arrow' in the main window.for clarity, the "progenitor" is ...
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...
description of the ea at the time of the birth of a new bar, the expert advisor randomly generates a signal to open a position. before that, the previous position is closed automat...
description of the ea a joke expert, now with a full range of features. there is stop loss, take profit, trailing, lot size management, position reversal... full description of the...
description of the ea at the beginning of the day, an order is issued to delete pending orders that did not work. then, at a distance of 'pending: indent', two opposite (stop or li...
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...
allows you to determine the occurrence of a new bar event in a multicurrency expert advisor.in a multicurrency expert advisor, the event of a new bar formation can occur at differe...
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 ...
modify to allow direct specification of the starting point of the parabolic sar.parameters trailing mode ・・・ none / trailing fixed / trailing fixed parabolic sar calcuration part ...
this is my personal library with lot of functions to easily manipulate positions and receive various infos. i work on it since 2019. hope you like it :)symbolopenpipsmagic -return ...
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...
the predictive moving average was created by john ehlers (“rocket science for traders”, pg.212″). this is one of his first leading indicators. buy when the indicator line is green ...
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...
source code of simple order panel which you can customize at your will.some fixes when dealing with templates will require a few simple modifications in the standard controls libra...
an indicator for drawing all important pivot points including: "classic", "camarilla", "woodie", "floor", "fibonacci", "fibonacci_retracement".you can choose different timeframes f...
example:run the script on daily timeframe, see the results on d1 & m1.inputs:prediction_bar >= -1 : 0 means current bar, -1 the next bar, +1 the first previous bar and so on...
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...
this ea started off as a job to trail equity. i then added the function of managing individual trades.thereafter i added the facility of manually putting the price of when it can s...