Articles, Library comments - page 39

New article Alan Andrews and his methods of time series analysis has been published: Alan Andrews is one of the most famous "educators" of the modern world in the field of trading. His "pitchfork" is included in almost all modern quote analysis programs. But most traders do not use even a fraction
Calc Profit Loss on LinePrice: The calculation of profit/loss in the deposit currency at the desired symbol price level on all open orders. Author: Mikhail Maloyarov
New article Population optimization algorithms: Harmony Search (HS) has been published: In the current article, I will study and test the most powerful optimization algorithm - harmonic search (HS) inspired by the process of finding the perfect sound harmony. So what algorithm is now the leader in
CandleColorMidPoint: Colored Middle Point of candles Author: Scriptor
Risk Manager EA : This is a simple EA that will buy/sell pullbacks while managing your given risk parameters. You need to decide on a direction, and the EA will do the rest. Author: Noah Kurtz
New article Category Theory in MQL5 (Part 6): Monomorphic Pull-Backs and Epimorphic Push-Outs has been published: Category Theory is a diverse and expanding branch of Mathematics which is only recently getting some coverage in the MQL5 community. These series of articles look to explore and examine
Simple license on account name : Below you can find a super simple method to create a license based on MT4 account name. Place in your init function: CheckLicense(); The stringLower method makes sure the account name is in lowercase. Then you can check this value with the account name you want to
Cryptos_V1 - MetaTrader 4 Expert for ETH : Crypto EA for ETH/USD pair. Author: Serhii Zhuravlov
Ehlers FM Demodulation : The FM Demodulation Indicator tracks the timing of price variations. Author: Richard Poster
Price Horizontal Line Notifications : Get notifications when hit price level Author: Agianto Simanullang
Swing Line (adjusted display): Ron Black's swing line indicator with adjusted display option. You can chose to: Display colored line, Display colored bars, Display colored candles, Let the indicator automatically decide based on the type of the chart that you are using. Author:...
Close All Positions include pending ones. : This one may not be the fastest, but it will definitely close all your positions. Author: wds3817
High Low Сluster : The indicator shows the zones between the price crossing and the "MA" indicator Author: Vladimir Karputov
ChartChanger: The script is assigned to a hot key for quick change of charts around in a circle. Author: Olegs Kucerenko
Elder Impulse System Candlestick : This indicator paints the candlestick chart color according to the Elder Impulse System Author: Kriengsak Peitaisong
Library of functions for working with INI-files.: The library contains five functions for reading the values from an INI-file and five functions for writing the values to an INI-file. Thus, there are five pairs of functions to read/write the values of integer array, boolean, double, integer and...
Asian Range Highlighter : Highlights the Asian trading session Author: Chioma Obunadike
New article Liquid Chart has been published: Would you like to see an hourly chart with bars opening from the second and the fifth minute of the hour? What does a redrawn chart look like when the opening time of bars is changing every minute? What advantages does trading on such charts have? You...
Super Trend Hull Indicator: Super trend indicator that uses hull average for calculation. Author: Mladen Rakic
Information about the ONNX model's inputs and outputs : The script obtains information about the number, types and sizes of input and output tensors in an ONNX model Author: Slava
New article Population optimization algorithms: Gravitational Search Algorithm (GSA) has been published: GSA is a population optimization algorithm inspired by inanimate nature. Thanks to Newton's law of gravity implemented in the algorithm, the high reliability of modeling the interaction of
Published article How to write a DLL for MQL5 in 10 minutes and exchange data? : As it happens, few developers now remember how to write a simple DLL, and what are the peculiarities of linking heterogeneous systems. In 10 minutes, I will try to demonstrate the entire process of creating simple DLLs
EMA 6.12: The Expert Advisor uses the signals of "crossover of two iMAs (Moving Average, MA)". The EA uses Trailing Stop and Take Profit. Author: Vladimir Karputov
Keltner Channel Oscillator: The widely known Keltner Chsnnel Oscillator in the new visual version . Author: Mladen Rakic
New article Understand and Efficiently use OpenCL API by Recreating built-in support as DLL on Linux (Part 2): OpenCL Simple DLL implementation has been published: Continued from the part 1 in the series, now we proceed to implement as a simple DLL then test with MetaTrader 5. This will prepare us
New article Using cryptography with external applications has been published: In this article, we consider encryption/decryption of objects in MetaTrader and in external applications. Our purpose is to determine the conditions under which the same results will be obtained with the same initial data
  Experts: CoupleHedgeEA  (29   1 2 3)
CoupleHedgeEA: It's a two (2) pairs correlation system to use 3 currencies for make 2 pairs to open hedge orders on those. Expert starts opening four orders for each couple (2 plus and 2 minus) and wait to move prices in one direction to make a grid of orders Author: Nikolaos Pantzos
LinearRegressionChannel: Custom instrument of the linear regression. LR line, Support and Resistance lines values are in the buffers Fig.1 The LinearRegressionChannel indicator Author: Nikolay Kositsin
credit : Short description. this makes perfecto Author: Matubatuba Phiwe
New article Implementing the Janus factor in MQL5 has been published: Gary Anderson developed a method of market analysis based on a theory he dubbed the Janus Factor. The theory describes a set of indicators that can be used to reveal trends and assess market risk. In this article we will implement