Usage : You can use the arrows (dots) as early signals You can use the appearance of the color candle as signal for entry or re-entry As usual : some experimenting with the param...
Welcome to the Binary Testinator. The Purpose of this EA is for testing different Indicators to optimize a trade scenario.Everyone has an opinion on what is the best trade setup, a...
I want to remind you that for you to see the maximum data history on the screen, you need to set unlimited in the settings "Max bar in chart"(Tools ->Options->Charts).The pos...
This indicator is a pseudo-indicator w/o buffers. Its only purpose is to demonstrate multi-threaded calculations technique. The indicator can issue commands for lenghty calculation...
3D is applied without the use of Direct X only by means of the iCanvas class.There is only one parameter in the indicator - A maximum number of circles displayed.To change the peri...
CHistoryPositionInfo class provides an easy access to the closed position properties.The class has a similar interface to CPositionInfo class of the standard library.Here is a samp...
The indicator management is simple and intuitive.There are two color modes:Color varies with price Color changes depending on the MA Period. Switching between the two color modes i...
Class to provide simple reading mechanism from MetaTrader set files.Usage Scenario: An Expert Advisor is to be added to multiple charts with different symbols or timeframes.Each in...
Each individual trade request is written to "TradeRequest.csv" file in real time.This file will become long with all trade information and will have its name updated automatically ...
The good old MT4 indicator! Now for MetaTrader 5.Automatic summer time (DST) detection on trade server, display of economic calendar events and many improvements.GMT and EST hours ...
Get the time of the daylight change, (start/end of the summer time).Daylight Saving Time (DST) changes do not necessarily occur on the same date every year.Validations:...
Trading the STRONG against the weak!The Currency Strength Index (CSI) is a technical indicator to chart the strength momentum of the 8 major currencies. (EUR, GBP, AUD, NZD, USD, C...
This Expert Advisor shows that you can make a profitable automated trading robot using technical analysis and not too many rules. Only prices (to determine Doji) and a single indic...
This script allows you to assemble a zip-file of your MQL5-program with all dependencies automatically.The dependencies are:included source files via #include directive (both modes...
NZD/USD (M30). Historical Data 18 September 2014 to 18 February 2020. Initial Deposit of US$500 acquires a Profit of US$1625.40 or Profit Return of 225% after 5½ Years.Result :Inve...
The MelBar™ EuroSwiss 1.85x 2Y™ Expert Advisor is a specific purpose profit-scalping tool which success depends on your understanding of its underlying strategy and your ability to...
The original code is available at:This code will display the report in a panel on your chart.Images: The report is compared with the Metatrader5 Report:Use it and let me know what ...
The background : It is a sort of a momentum like indicator and should be used like that. Default set is rather long - as usual some experimenting with the parameters should be done...
The background : It is a sort of a momentum like indicator and should be used like that. Default set is rather long - as usual some experimenting with the parameters should be done...
Thank you @fxsaber for the Symbol library.Please Download the Project from Here: I am not able to publish the code here. Please download it from the Google drive link above.Lets ta...
i-Regr:Polynomial Regression Channel consists of two parallel lines, equidistant up and down from the line of polynomial regression trend. The distance between frame of the channel...
The indicator consists in an RSI and Bollinger bands calculated on it, it also plots arrows when RSI value was out of Bands and came again in Bands....
FiboPivotCandleBar MetaTrader 5 is a composite of several forex indicators, Fibonacci,Pivot Point, ZigZag, MACD and Moving Average which are combined in this indicator.Hope it is u...
The VR Sync Chart Lite indicator is written for demonstration purposes and shows how it is possible to synchronize the rectangle object (OBJ_RECTANGLE) on all open charts in the Me...
It's a triangular arbitrage system (three pairs correlation system) to use 3 currencies to make 3 pairs to open hedge orders on those. The expert starts opening six orders for each...
It's a two (2) pairs correlation system to use 3 currencies to make 2 pairs to open hedge orders on those (like EURUSD/EURGBP).The expert starts opening four orders for each couple...
This indicator to detect length of candlestick. The length is calculate from high-low price. Value show is in percentInput Shift: for the length detection...
Here is one option that will work in MQL.The technique is called 'copy constructor'. Make sure that all fields are copied, including complex data types, recursively.Please refer to...
This EA can trades up to 28 Currency Pairs simultaneously using built in Currency Strength Indicator.Please note that this EA has Martingale features and should be used as Learning...
Trade with no need to calculate lot size! This script calculates the proper lot size and opens the position(s) for you.Set risk percent or risk amount of your equity and other para...
Placing pending orders with no need to calculate lot size. Script calculates the proper lot size and opens the pending order(s) for you.Set risk percent or risk amount of your equi...
I also added history mode to indicator. Set "historyMode" parameter to true then "double click" on any point in price chart to see Support and Resistance zones in that point.Indica...
This structure provides quick access to sets of lowercase and uppercase latin, russian characters, digits, punctuation, brackets, whitespaces, and special sets of symbols after/bef...
This a library for a quick and easy encryption and decryption using base64. The usage is very simple and can be done in a few lines of code. <<< The return value of a meth...
The spread parameter has been coded as a list of section variables, with an option to open all symbols on the market-watch.Usage is still simple.We loop through the market-watch an...
You can use binary flags to minimize bool parameters in a function signature.For example, MQL int size is 32 bits, so you can pack 32 1/0 parameters in a single int flag variable.B...
This indicator is using the Exponential Moving Average Calculation Applied to the RSI Data, and allows users to choose the number of periods for the RSI and the number of periods f...
This structure provides quick access to sets of lowercase and uppercase latin, russian characters, digits, punctuation, brackets, whitespaces, and special sets of symbols after/bef...