Articles, Library comments - page 17

Lesson 9 Buy sell stop Order : This is a lesson on buying or selling with pending orders stop Author: Dao Thanh Tan
Check out the new article: Neural networks made easy (Part 73): AutoBots for predicting price movements . We continue to discuss algorithms for training trajectory prediction models. In this article, we will get acquainted with a method called "AutoBots". Effectively predicting the movement of
Check out the new article: Bill Williams Strategy with and without other Indicators and Predictions . In this article, we will take a look to one the famous strategies of Bill Williams, and discuss it, and try to improve the strategy with other indicators and with predictions. Bill Williams has a
Breakout Strategy with Prop Firm Helper Functions : This is an update of the "Simple Yet Effective Breakout Strategy". In this code, I have added some helper functions for prop firm challenges. Author: Anh Quan Duong
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
Check out the new article: Neural networks made easy (Part 72): Trajectory prediction in noisy environments . The quality of future state predictions plays an important role in the Goal-Conditioned Predictive Coding method, which we discussed in the previous article. In this article I want to
Code Block for "Trailing Stop" based on current market price. (Ask / Bid) : This code block loops through all opened position and do trailing based on Ask and Bid prices. Author: Hapu Arachchilage Tharindu Lakmal
Check out the new article: Modified Grid-Hedge EA in MQL5 (Part II): Making a Simple Grid EA . In this article, we explored the classic grid strategy, detailing its automation using an Expert Advisor in MQL5 and analyzing initial backtest results. We highlighted the strategy's need for high holding
Check out the new article: Developing a multi-currency Expert Advisor (Part 2): Transition to virtual positions of trading strategies . Let's continue developing a multi-currency EA with several strategies working in parallel. Let's try to move all the work associated with opening market positions
  Indicators: Harmonic Pattern Finder V3  (89   1 2 3 4 5 ... 8 9)
Harmonic Pattern Finder V3: Indicator to display existent and emerging harmonic chart patterns. Author: Andre Enger
The colored volumes (English Version) : Colored volumes at the bottom of the chart Author: ROMAN KIVERIN
New article Building an Automatic News Trader has been published: This is the continuation of Another MQL5 OOP class article which showed you how to build a simple OO EA from scratch and gave you some tips on object-oriented programming. Today I am showing you the technical basics needed to develop...
Basic Library to Create Volume Profiles : Basic library to create Volume Profiles on chart. Author: Yashar Seyyedin
  Libraries: PNG  (12   1 2)
PNG : Forget about BMP files like a bad dream. With this library, you will now be able to use the more advanced and compact PNG image format for your programs. Author: BeeXXI Corporation
Simple Yet Effective Breakout Strategy : A simple yet effective donchian channel breakout strategy. This strategy is timeless! Author: Anh Quan Duong
FolowLineEA: It's an expert to help any user to find better settings for FolowLine indicator. Expert works only with FolowLine indicator. Author: Nikolaos Pantzos
MTF_RSI: The Multi timeframes RSI indicator Author: Scriptor
RSI with channels : standart RSI with dynamic levels Author: Andrei Khrushchev
New article Neural networks made easy (Part 22): Unsupervised learning of recurrent models has been published: We continue to study unsupervised learning algorithms. This time I suggest that we discuss the features of autoencoders when applied to recurrent model training. The model testing
Check out the new article: MQL5 Wizard Techniques you should know (Part 21): Testing with Economic Calendar Data . Economic Calendar Data is not available for testing with Expert Advisors within Strategy Tester, by default. We look at how Databases could help in providing a work around this
Check out the new article: Data Science and ML (Part 23): Why LightGBM and XGBoost outperform a lot of AI models? . These advanced gradient-=boosted decision tree techniques offer superior performance and flexibility, making them ideal for financial modeling and algorithmic trading. Learn how to
New article Learn how to design a trading system by Volumes has been published: Here is a new article from our series about learning how to design a trading system based on the most popular technical indicators. The current article will be devoted to the Volumes indicator. Volume as a concept is one
Check out the new article: Population optimization algorithms: Artificial Multi-Social Search Objects (MSO) . This is a continuation of the previous article considering the idea of social groups. The article explores the evolution of social groups using movement and memory algorithms. The results
Check out the new article: Combinatorially Symmetric Cross Validation In MQL5 . In this article we present the implementation of Combinatorially Symmetric Cross Validation in pure MQL5, to measure the degree to which a overfitting may occure after optimizing a strategy using the slow complete
A BETTER RSI : Relative Strength Index that completely removes noise, works on all markets! Author: Zoe Nsidibe Udokpan
Hello, I'm new here. Somebody help me with a function to decode JWT into readable JSON. I couldn't find an implementation anywhere. I receive a token from the broker, which I will have to use in requests
Super Trend Hull Indicator: Super trend indicator that uses hull average for calculation. Author: Mladen Rakic
Check out the new article: Population optimization algorithms: Evolution of Social Groups (ESG) . We will consider the principle of constructing multi-population algorithms. As an example of this type of algorithm, we will have a look at the new custom algorithm - Evolution of Social Groups (ESG)
Check out the new article: Neural networks made easy (Part 71): Goal-Conditioned Predictive Coding GCPC) . In previous articles, we discussed the Decision Transformer method and several algorithms derived from it. We experimented with different goal setting methods. During the experiments, we worked
Check out the new article: Integrate Your Own LLM into EA (Part 3): Training Your Own LLM with CPU . 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 integrate powerful LLMs into our