General description : In his June 2020 TASC article "Correlation as a cycle indicator" John Ehlers describes one possible way to determine trend in the marketsHis article describes...
General description : In his June 2020 TASC article "Correlation as a cycle indicator" John Ehlers describes one possible way to determine trend in the marketsHis article describes...
General description : In his June 2020 TASC article "Correlation as a cycle indicator" John Ehlers describes one possible way to determine trend in the marketsHis article describes...
Based on source file from Nikolay Kositsin, I modified this Expert into a Basket Profit/Loss Closer.This Expert can be used for Closing All Positions if reach selected conditions.H...
Indicator WaveMTF Bull and Bear System with Signal and Alert for MetaTrader 5 with options to display signal on the chart.Hopefully useful for fellow traders.~ Fix buffers error...
A tiny class to compare floating point variables the right way with desired precision.Let's say you have two doubles with a value of 1.15.When you compare them, you expect them to ...
Sometimes we need to add an element to array, or insert an element.Standard Mql Array functions are efficient but do not provide such functionality.For example, if you need to find...
This MT5 indicator is to count down the remaining time of the current bar as the format HH:MM:SSThe label can be positioned with 2 ways:FOLLOW_PRICE --- The label always follows th...
This is a simple indicator calculating most close to real average price per bar on timeframes higher than M1. It uses prices from corresponding M1 bars to get the "effective" (aver...
this is my first try at creating an EA from ground upthe EA only trails, so no automatic buy/sell***** PLEASE NOTE: the default values are adjusted for M1 time-frame, as is the eas...
This indicator is based on the indicator, the features of which make it possible to calculate the phase and amplitude. This can sometimes be helpful.The phase is calculated in degr...
Features: Show main sessions: Sydney, Tokyo, London and New York. Highlight with colored rectangles. You can identify graphically sessions volatility. Parameters: Sessions openin...
Do you want to see your total Profit Losses in pips instead of seeing it in points or in your deposit currency and regardless of volume? Well this very simple script allows you to ...
I used to suffer from unnecessary losses and/or cutting my profit short since I wasn't fast enough to modify my SL and/or TP. That is why I've wrote these scripts that will allow m...
Description in an assumption that prices have a tendency to visit previous highs/lows frequently in short-term, this script determines the highest and the lowest prices for last x...
INTRODUCTION: I want to share with you this story. When I started trading, I learnt the scalping strategy in a volatile market. I really loved scalping especially when I see the pr...
- This script opens randomly selected charts and applies user-defined template.[INPUTS]Timeframe:chart timeframe.Template:chart template.Spread Filter:only open symbols having spre...
When I start learning about trading, I remember the trading pioneer Shawn Lucas (founder of Apiary-fund) saying "trading is simple, you go from bound range market to breakout marke...
Usage:Step chart is displaying values as increments of step size Step size can be specified as fractional pips You can use any of the usual price types to display the chart Reason ...
This expert opens trade in the direction of the trend (buy for uptrend, sell for downtrend) if a specific rate of average daily range has been exceeded. Average daily range is cal...
General description : The random walk index was created by Michael Poulos in order to determine if a security's current price action is exhibiting "random walk" or is the result of...
INTRODUCTION: The story behind this indicator is really interesting. I've published last week a script called "Identify potential Trends/Range (Pivot Points)" and a huge number of ...
Theory : Ocean series of indicators were originally created by Jim Sloman (the theory) and Pat Raffalovich (the coder) - additional information can be obtained in Jim Sloman's boo...
If you can't watch your statistics and your game plan at all time, your emotions will take control and you will start taking ENTRIES such as revenge trade especially when you lose ...
INTRODUCTION: I want to share with you this story. When I started trading, I learnt the scalping strategy in a volatile market. I really loved scalping especially when I see the pr...
General:Recommendations: Ehlers describes a rather strange way of using it (like using asymmetric threshold for buy and sell, in which case it is clear that he was fitting the indi...
Description :This is the PMO indicatorRecommendations: Trading signals can be derived in a number of ways including momentum, signal line, and zero-line crossovers. ...
OVERVIEWTaking the close price of a certain hour of a certain day of the week as a reference, if a user-specified percentage of the daily average price range is exceeded from this ...
The Expert Advisor changes a financial instrument by drag-and-drop from the "Market Watch" window.The user just needs to drag the financial instrument to the chart window where the...
This script calculates required margin to open a trade by examining specified volume.It also calculates maximum amount of lots that can be traded for given symbol.PARAMETERS Symbol...
This script opens order with maximal amount of volume available with active chart symbol.Take Profit and Order Type is specified by user.There is no Stop-Loss. Trade will be open u...
Simple Simulator is designed to practice manual trading on historical data.Only close prices are considered, so it is better to use line chart. There is no take-profit, stop-loss o...
OVERVIEW This program lists and shows information about calendar events between specified date range. If you click on an event it displays information about selected event.PARAMETE...
In MQL ticks are stored in a special structure - MqlTick. It's universal but a bit fat. If your algorithm handles large tick arrays it may become a reason of RAM shortage. The clas...
The provided test script has included comments which are easy to follow along.You can save the returned network configuration in a file then load it in different sessions.This libr...
Basics :One of the moving averages that is not often made adaptive is SMA (Simple Moving Average). The reason for that is that it is bound to bars values (unlike, for example EMA -...