Articles, Library comments - page 140

Harmonic Pattern Finder : Indicator to display existent and emerging harmonic chart patterns. Author: Andre Enger
Super trend - simple Alert : Added alerts to custom indicator Author: Vladimir Karputov
OBV (extended) : Short description. Author: Mladen Rakic
Indicator for monitoring the lot and profit: The indicator displays the total lot and profit for the current instrument. Author: Vladimir Khlystov
New article Extending Strategy Builder Functionality has been published: In the previous two articles, we discussed the application of Merrill patterns to various data types. An application was developed to test the presented ideas. In this article, we will continue working with the Strategy
ZigZagEvgeTrofi ver. 1 : A trading system based on the ZigZag indicator. Author: Vladimir Karputov
Trend Trigger Factor JMA - Multi TimeFrame : Trend Trigger Factor was described by M.H. Pee in the Technical Analysis of Stocks and Commodities magazine in December, 2004. This version is adding JMA (Jurik Moving Average) smoothing to lessen false signals and some extras in order to make the trend
  Experts: Renko Live Charts v4.13  (107   1 2 3 4 5 ... 10 11)
Renko Live Charts v4.13: Trade using Renko Boxes in MetaTrader 4. This EA attaches to a chart (1M chart is best) and then builds a new offline chart with Renko boxes. This version was built off of v4.12 ... I don't remember where I got it, it took forever to find it in the first place. This is...
New article Graphical Interfaces III: Simple and Multi-Functional Buttons (Chapter 1) has been published: Let us consider the button control. We will discuss examples of several classes for creating a simple button, buttons with extended functionality (icon button and split button) and
Trading events in МТ4: The library contains the function that monitors the appearance of the trading events in the MT4 client terrminal. Author: Andrey Khatimlianskii
New article Neural networks made easy (Part 16): Practical use of clustering has been published: In the previous article, we have created a class for data clustering. In this article, I want to share variants of the possible application of obtained results in solving practical trading tasks. To
New article Using the TesterWithdrawal() Function for Modeling the Withdrawals of Profit is published: This article describes the usage of the TesterWithDrawal() function for estimating risks in trade systems which imply the withdrawing of a certain part of assets during their operation. In
Correlation trend indicator : Correlation trend indicator Author: Mladen Rakic
The scripts for opening short positions : These scripts are designed to sell with fixed values of Stop Loss and Take Profit in points from the current price. There are four variants of scripts which can be divided into two groups: Scripts for brokers which have nonzero spread and admit the ability
New article What about Hedging Daily? has been published: A trading strategy using hedging system created for trading the intra-day style of GBPJPY / EURJPY and for daily trading. Author: chayutra sriboonruang
New article Developing a trading Expert Advisor from scratch (Part 16): Accessing data on the web (II) has been published: Knowing how to input data from the Web into an Expert Advisor is not so obvious. It is not so easy to do without understanding all the possibilities offered by MetaTrader 5. To
Exponential Range Average & Deviation Offset : An exponential moving average of the true range and the offset of its average deviation Author: Fernando Carreiro
Sadukey : "Sadukey" indicator is an indicator combining two digital filters on a chart to give us an assessment of current trend. Unfortunately the exact nature of the digital filter is unknown. It is more than probable that the filters were generated by the digital filter generator that was
New article Learn how to design a trading system by CCI has been published: In this new article from our series for learning how to design trading systems, I will present the Commodities Channel Index (CCI), explain its specifics, and share with you how to create a trading system based on this
Simple MACD : Trading on a new bar only. The rules are simple: if MAIN_LINE MACD (1) > MAIN_LINE MACD (2) -> Buy, if MAIN_LINE MACD (1) < MAIN_LINE MACD (2) -> Sell". When a signal opposite to open positions is received, close all positions. Author: Vladimir Karputov
i-Sessions: The trade sessions indicator. Author: John Smith
EMA variation : Exponential moving average variation Author: Mladen Rakic
Karacatica_HTF_Signal : The Karacatica_HTF_Signal indicator shows the trend direction or the signal based on the Karacatica indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals. Author: Nikolay Kositsin
New article Neural networks made easy (Part 15): Data clustering using MQL5 has been published: We continue to consider the clustering method. In this article, we will create a new CKmeans class to implement one of the most common k-means clustering methods. During tests, the model managed to
Adaptive Moving Average - AMA: Short description. Author: Mladen Rakic
Multi-Williams Percent Range trend indicator : Multi-Williams Percent Range trend indicator. This is the modified version of Position in channel indicator. The indicator calculates the values, similar to "Williams Percent Range" for 5 different periods. The values are plotted as a histogram. The
ManualTradeOnStrategyTester : A simple way on how EA can link a manual order command from outside to use it in MetaTrader 5 Strategy Tester. Author: SearchSurf
  Indicators: RT Scalper  (13   1 2)
RT Scalper : Real time indicator designed for scalping on FORTS. Author: prostotrader
New article DoEasy. Controls (Part 7): Text label control has been published: In the current article, I will create the class of the WinForms text label control object. Such an object will have the ability to position its container anywhere, while its own functionality will repeat the functionality
New article Applying the Monte Carlo method for optimizing trading strategies has been published: Before launching a robot on a trading account, we usually test and optimize it on quotes history. However, a reasonable question arises: how can past results help us in the future? The article describes