Articles, Library comments - page 64

New article Developing a trading Expert Advisor from scratch (Part 19): New order system (II) has been published: In this article, we will develop a graphical order system of the "look what happens" type. Please note that we are not starting from scratch this time, but we will modify the existing
New article Metamodels in machine learning and trading: Original timing of trading orders has been published: Metamodels in machine learning: Auto creation of trading systems with little or no human intervention — The model decides when and how to trade on its own. First, I need to make a small
  Indicators: XO  (5)
XO: XO Author: Mladen Rakic
BW-ZoneTrade: The idea of this indicator has been proposed by Bill Williams in his book "New Trading Dimensions: How to Profit from Chaos in Stocks, Bonds and Commodities". It shows the "fourth dimension" of the market - it paints the bar charts with different colors (green, grey and red)...
New article Developing a trading Expert Advisor from scratch has been published: In this article, we will discuss how to develop a trading robot with minimum programming. Of course, MetaTrader 5 provides a high level of control over trading positions. However, using only the manual ability to place
Fluctuate: Swing-based Expert Advisor: the EA sets a pending stop order with an increased lot and in the opposite direction. Author: Vladimir Karputov
Create your own neural network predictor easily (example: MA and RSI Predictors): Ive modified the "Next price predictor" posted by gpwr to allow any developer to create its own BPNN predictor easily, even without understanding how a neural network works. So easy even beginners can do it. Included:...
  Experts: T3MA  (5)
T3MA: An ExpertAdvisor based on the T3MA-ALARM indicator. Author: Vladimir Karputov
  Indicators: Inside Bar  (22   1 2 3)
Inside Bar: Indicator detects the Inside Bars and marks them high/low (no redraw). Author: Taras Slobodyanik
Vinci EA : It is Diffrent complex Range BreakOut system. Using to Range Breakout system is defined by min number of bars and max width in pips. This robot is can use to volatility instrument. Author: Musa Akguel
SAR Color Alert : Colored SAR indicator. Alerts on color change Author: Vladimir Karputov
MA on DeMarker Arrow : iDeMarker (DeMarker, DeM) indicator smoothed with iMA (Moving Average, MA). Author: Vladimir Karputov
SSL Channel (TradingView) : Converted SSL Channel by MissTricky from TradingView to MQL4 Author: Lee Chee Tat
Dolly_Graphics_v11-GMTShift: An indicator of support and resistance channels. Author: Nikolay Kositsin
LSTM Neural Network: Long Short-Term Memory Neural Network - for time series analysis. Author: Shephard Mukachi 
CCI - double smoothed Wilder's EMA filtered: CCI - double smoothed Wilder's EMA filtered Author: Mladen Rakic
New article Application of the Eigen-Coordinates Method to Structural Analysis of Nonextensive Statistical Distributions is published: The major problem of applied statistics is the problem of accepting statistical hypotheses. It was long considered impossible to be solved. The situation has...
New article CatBoost machine learning algorithm from Yandex with no Python or R knowledge required has been published: The article provides the code and the description of the main stages of the machine learning process using a specific example. To obtain the model, you do not need Python or R
Standard Deviation Channel MT4: A channel based on standard deviation of close price. Author: Ziheng Zhuang
  Indicators: Trend Movers  (16   1 2)
Trend Movers: The indicator shows the current possibilities for getting buy, sell, or exit positions. No need to attach 6 indicators at a time. Author: Khurram Mustafa
Key_Reversal: Key Reversal indicator Author: Scriptor
New article Interview with Anton Nel (ATC 2012) is published: Today we talk to Anton Nel (ROMAN5) from South Africa, a professional developer of automated trading systems. Obviously, his Expert Advisor just could not go unnoticed. Breaking into the top ten from the very start of the Championship,...
  Indicators: X2MA  (2)
X2MA: The universal moving average with double smoothing and possibility to select each of this smoothings from the dozen of possible variants. Author: Nikolay Kositsin
Engulfing Pattern Plus One : Engulfing Pattern Plus One Author: Vladimir Karputov
Telegram Mesaj Robotu (Post JSON Metodu) : Robotunuzun oluşturduğu sinyali anlık olarak telegram kanalına iletmeyi sağlayan şablon. Author: Ipek Bilgisayar
Telegram Mesaj Robotu : A template that allows you to instantly transmit the signal generated by your robot to the telegram channel. Author: Ipek Bilgisayar
V Sync Chart Lite: The V Sync Chart Lite indicator is written for demonstration purposes and shows how it is possible to synchronize the object Author: Vladimir Pastushak
New article Automatic construction of support and resistance lines has been published: The article deals with automatic construction of support/resistance lines using local tops and bottoms of price charts. The well-known ZigZag indicator is applied to define these extreme values. Support and...
New article Parallel Particle Swarm Optimization has been published: The article describes a method of fast optimization using the particle swarm algorithm. It also presents the method implementation in MQL, which is ready for use both in single-threaded mode inside an Expert Advisor and in a
New article Complex indicators made easy using objects has been published: This article provides a method to create complex indicators while also avoiding the problems that arise when dealing with multiple plots, buffers and/or combining data from multiple sources. The final result of the indicator