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...
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 ...
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...
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 ...
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...
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...
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 ...
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 ...
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...
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...
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...
The Restoring Pull Indicator was created by John Ehlers (Stocks & Commodities V.11:10 (395-400)) and this was one of his earliest indicators that functions as a momentum indica...
This EA will export the close data of X candles every Z seconds. The main use of this EA is to automatically update csv file and python can pick it up smoothly....
You can see how MACD works on main price chart.Equivalency #1:MACD oscillator: MACD line crosses the Signal line.MACD_CW: Indicator Red line crosses the price bar.Example in Fig.: ...
This indicator is used for stop loss placements with ATR as reference and comes in two lines with equal distance from a moving average.The indicator can also be used for safety mea...
The HLC Trend indicator is a confirmation indicator with sub-type as a two-line-crossover.Buy signal: long line (white) crosses and closes above short line (red).Sell signal: short...
I wrote this function as an easy template for accessing the current day's trading history. Can be expanded upon by the user by adding additional doubles, i.e. Volume, or for differ...
This indicator shows trend line and channels using the BSI Indicator.First, it will check the trend by BSI. Then, draw the trend line or channels by condition. The trend line uses ...
The Roofing Filter Indicator was created by John Ehlers ("Cycle Analytics for Traders" pg. 80 - 82). When the indicator crosses over its signal then it is a short term uptrend and ...
The attached .mqh files are designed to export orders and trades from one EA and import them into another one (copying trades), which can be run both in the same terminal and in an...
It is known that the market is mainly driven by two emotions: fear and greed.This script implements a class with variables and functions to embody these emotions in a mathematical ...
Input parameters 2. local variables initialization 3. Main Code Explaining the Strategy, Everyday Bot will delete All the old Orders and find Highest and Lowest value of the previo...
Introspective SortIntro or Introspective sort is a hybrid sorting algorithm that provide fast performance. It is a comparison based sorting algorithm based on three phases. It uses...
Original code and description here:Modifications:Corrected errors that prevent compiling indicators that won't due to errors in the <SmoothAlgorithms.mqh> file.I've also chan...
Typical Unassuming Volumes indicator, but divided by spread. I removed the color changing, as it became useless after dividing by spread. Edit: ability to use Spread or not. To be ...