Articles, Library comments - page 61

daylight : Short description. Author: amrali
  Indicators: Sampler  (24   1 2 3)
Sampler : The indicator (i_Sampler.mq5) calculates perfect market entry signals, which can be used for neural network training. It has two buffers: buffer 0 (green line) - analog signal, calculated as a ratio of the positive/negative price change (normalized to range [-1, +1]) during bars_future
Check out the new article: MQL5 Wizard Techniques you should know (Part 43): Reinforcement Learning with SARSA . SARSA, which is an abbreviation for State-Action-Reward-State-Action is another algorithm that can be used when implementing reinforcement learning. So, as we saw with Q-Learning and DQN
Trend analysis index - improved : Trend analysis index - improved and corrected version Author: Mladen Rakic
Check out the new article: How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 4): Triangular moving average — Indicator Signals . The Multi-Currency Expert Advisor in this article is Expert Advisor or trading robot that can trade (open orders, close orders and manage orders for
Check out the new article: Developing a Replay System (Part 48): Understanding the concept of a service . At the beginning of this series of articles about the replay/simulator system, I spent some time trying to get the service to be able to place a control indicator on the chart. Although I didn't
Check out the new article: MQL5 Trading Toolkit (Part 3): Developing a Pending Orders Management EX5 Library . Learn how to develop and implement a comprehensive pending orders EX5 library in your MQL5 code or projects. This article will show you how to create an extensive pending orders management
Superb Fractal : Few improvements from standart fractal: 1. You can chouse size of fractal. Standart version use 2 as constant 2. It does not draw fractals against the trend, which makes your chart much more informative Author: Nikclay Khrushchev
Check out the new article: Neural Network in Practice: Least Squares . In this article, we'll look at a few ideas, including how mathematical formulas are more complex in appearance than when implemented in code. In addition, we will consider how to set up a chart quadrant, as well as one
Check out the new article: Reimagining Classic Strategies (Part X): Can AI Power The MACD? . Join us as we empirically analyzed the MACD indicator, to test if applying AI to a strategy, including the indicator, would yield any improvements in our accuracy on forecasting the EURUSD. We simultaneously
ZigZagNN : The indicator shows recalculated ("broken") highs/lows of the standard ZigZag indicator. The indicator allows to estimate the quality of the standard ZigZag indicator. The broken extremums are marked with diamonds. Author: yu-sha
Trailing stop tutorial using ATR indicator : Trailing stop tutorial using ATR indicator Author: Dao Thanh Tan
Check out the new article: Developing a Replay System (Part 47): Chart Trade Project (VI) . Finally, our Chart Trade indicator starts interacting with the EA, allowing information to be transferred interactively. Therefore, in this article, we will improve the indicator, making it functional enough
Check out the new article: Integrate Your Own LLM into EA (Part 5): Develop and Test Trading Strategy with LLMs(II)-LoRA-Tuning . With the rapid development of artificial intelligence today, language models (LLMs) are an important part of artificial intelligence, so we should think about how to
Check out the new article: Data Science and ML (Part 30): The Power Couple for Predicting Stock Markets – Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs) . In this article, We explore the dynamic integration of Convolutional Neural Networks (CNNs) and Recurrent Neural
  Scripts: Pending orders DOWN  (57   1 2 3 4 5 6)
Pending orders DOWN : The scripts places multiple pending orders lower than the current price. Author: Vladimir Karputov
Engulfing bar with rsi : Alerts on engulfing bar below or above rsi levels Author: traderonemax
Place Hedge Order of unbalanced positions in MT4 : This script will place hedge trade of unbalanced type in MT4. Author: Biswarup Banerjee
ZigZag_channel : A channel based on peaks and troughs of the ZigZag indicator. Author: Nikolay Kositsin
Transparent MetaTrader 5 : The script allows to set transparency level of the client terminal window using Windows API. Author: Karputov Vladimir
Check out the new article: Matrix Factorization: A more practical modeling . You might not have noticed that the matrix modeling was a little strange, since only columns were specified, not rows and columns. This looks very strange when reading the code that performs matrix factorizations. If you
Check out the new article: MQL5 Wizard Techniques you should know (Part 42): ADX Oscillator . The ADX is another relatively popular technical indicator used by some traders to gauge the strength of a prevalent trend. Acting as a combination of two other indicators, it presents as an oscillator whose
Check out the new article: Ordinal Encoding for Nominal Variables . In this article, we discuss and demonstrate how to convert nominal predictors into numerical formats that are suitable for machine learning algorithms, using both Python and MQL5. Nominal variables represent categorical data where
Check out the new article: Developing a multi-currency Expert Advisor (Part 5): Variable position sizes . In the previous parts, the Expert Advisor (EA) under development was able to use only a fixed position size for trading. This is acceptable for testing, but is not advisable when trading on a
New article Universal ZigZag has been published: ZigZag is one of the most popular indicators among the MetaTrader 5 users. The article analyzes the possibilities for creating various versions of the ZigZag. The result is a universal indicator with ample opportunities to extend its functionality
SHA256, SHA384 and SHA512 + HMAC: Many developers need these functions, while working with different kinds of external APIs, like Bitcoin and altcoin exchanges where it is often necessary to send data with the confirmation of parameters validity through HMAC-SHA512, HMAC-SHA384 and...
New article Triangular arbitrage has been published: The article deals with the popular trading method - triangular arbitrage. Here we analyze the topic in as much detail as possible, consider the positive and negative aspects of the strategy and develop the ready-made Expert Advisor code. The
  Scripts: ThirdPartyTicks  (148   1 2 3 4 5 ... 14 15)
ThirdPartyTicks : A library for working with a third-party tick archive. Author: fxsaber
New article MQL5 Wizard techniques you should know (Part 04): Linear Discriminant Analysis has been published: Todays trader is a philomath who is almost always looking up new ideas, trying them out, choosing to modify them or discard them; an exploratory process that should cost a fair amount of
Check out the new article: Header in the Connexus (Part 3): Mastering the Use of HTTP Headers for Requests . We continue developing the Connexus library. In this chapter, we explore the concept of headers in the HTTP protocol, explaining what they are, what they are for, and how to use them in