Articles, Library comments - page 86

  Experts: Angry Bird (Scalping)  (26   1 2 3)
Angry Bird (Scalping): Expert Advisor inspired by Ilan 1.6. It uses the iCCI(CCI, Commodity Channel Index), iRSI(RSI, Relative Strength Index) indicators. Author: Vladimir Karputov
New article LifeHack for traders: Blending ForEach with defines (#define) has been published: The article is an intermediate step for those who still writes in MQL4 and has no desire to switch to MQL5. We continue to search for opportunities to write code in MQL4 style. This time, we will look into...
  Indicators: TTF  (1)
TTF: Oscillator TTF (Trend Trigger Factor) was developed as a method to identify market trends and reversals. Author: Scriptor
New article Decreasing Memory Consumption by Auxiliary Indicators is published: If an indicator uses values of many other indicators for its calculations, it consumes a lot of memory. The article describes several methods of decreasing the memory consumption when using auxiliary indicators. Saved...
New article Fix PriceAction Stoploss or Fixed RSI (Smart StopLoss) has been published: Stop-loss are a major tool when it comes to money management in trading. Effective use of stop-loss, take profit and lot size can make a trader more consistent in trading and over all more profitable. Although
Easiest RSI: Opens position when RSI returns from extreme level. Author: George
  Experts: Simple Copier  (38   1 2 3 4)
Simple Copier: Copying utility with minimal functionality. Author: Vladimir Tkach
iSpread: The indicator shows the spread for each bar, the current spread and the minimum spread for a period. Author: Sergey Chalyshev
Correct Gann fan: A set of scripts to install and work with Gann fan. Custom fan has correct angles and is scale insensitive. Author: Андрей
New article Graphics in DoEasy library (Part 92): Standard graphical object memory class. Object property change history has been published: In the article, I will create the class of the standard graphical object memory allowing the object to save its states when its properties are modified. In
New article Trade Operations in MQL5 - It's Easy is published: Almost all traders come to market to make money but some traders also enjoy the process itself. However, it is not only manual trading that can provide you with an exciting experience. Automated trading systems development can also be...
Bollinger Band width calculation with Neural Network using: This Expert Advisor works with Neural Network method Author: surubabs
  Experts: Gap DM  (4)
Gap DM: The Expert Advisor waits for a gap at the bar opening. Author: Vladimir Karputov
Simple Average Volumes : Calculates the average volume for EA Author: TheCoder
  Scripts: TickCompressor  (18   1 2)
TickCompressor : Convert MqlTick-s into minified structures to free RAM or store tick arrays in a compact files. Author: Stanislav Korotky
Constituents EA: At the specified hour, the Expert Advisor analyzes OHLC of the previous bar and sets pending orders Author: Vladimir Karputov
New article "New Bar" Event Handler is published: MQL5 programming language is capable of solving problems on a brand new level. Even those tasks, that already have such solutions, thanks to object oriented programming can rise to a higher level. In this article we take a specially simple example...
Creating Rectangles on Chart : This code can be used to create rectangles on chart. Author: Satyam Shivam
RatesCompressor : Rates Version of a script https://www.mql5.com/en/code/30791 Author: Dark Ryd3r
  Indicators: VLM  (1)
VLM: Intraday relative volumes indicator Voltest (VLM). Author: Scriptor
New article Improved candlestick pattern recognition illustrated by the example of Doji has been published: How to find more candlestick patterns than usual? Behind the simplicity of candlestick patterns, there is also a serious drawback, which can be eliminated by using the significantly increased
New article 3 Methods of Indicators Acceleration by the Example of the Linear Regression is published: The article deals with the methods of indicators computational algorithms optimization. Everyone will find a method that suits his/her needs best. Three methods are described here.One of them is...
New article Neural networks made easy (Part 6): Experimenting with the neural network learning rate has been published: We have previously considered various types of neural networks along with their implementations. In all cases, the neural networks were trained using the gradient decent method
  Experts: LacusTstopandBE  (23   1 2 3)
LacusTstopandBE: This Expert Advisor places Stop Loss and Take Profit for Buy, Sell, Buy Limit, Buy Stop, Sell Limit and Sell Stop orders. Author: Lacus1977
New article Timeseries in DoEasy library (part 45): Multi-period indicator buffers has been published: In this article, I will start the improvement of the indicator buffer objects and collection class for working in multi-period and multi-symbol modes. I am going to consider the operation of buffer
  Indicators: QQEA  (2)
QQEA: QQEA is Forex oscillator with an undistinguished name drawn on the basis of the Moving Averages and the RSI technical indicator Fig.1 The Qualitative Quantitative Estimation indicator Author: Nikolay Kositsin
Bollinger Bands Crossover Indicator : This is an MT4 indicator which generates signals based on Bollinger bands crossover with price. Author: Satyam Shivam
Ehlers Quotient Transform : Ehler´s Quotient Transform Author: Mladen Rakic
New article Matrices and vectors in MQL5 has been published: By using special data types 'matrix' and 'vector', it is possible to create code which is very close to mathematical notation. With these methods, you can avoid the need to create nested loops or to mind correct indexing of arrays in
Mirror_RSI: Mirror RSI indicator Author: Scriptor