MQL5 Algo Trading
391K subscribers
2.58K photos
2.58K links
The best publications of the largest community of algotraders.

Subscribe to stay up-to-date with modern technologies and trading programs development.
Download Telegram
In the realm of securing WebSockets, a crucial step involves generating a random, 16-byte value. This specific value, aptly known as the Sec-WebSocket-Key is an essential factor in ensuring the integrity and security of a WebSocket connection. As mandated by the protocol defined in rfc6455 this key must be Base64-encoded. This provision can be referenced at Datatracker IETFโ€™s site. The application of this code not only enhances the security but also optimizes the overall performance of web-based applications. In the ever-evolving world of IT and programming, adhering to such principles builds a firm foundation for more secure and efficient digital architecture.

Read more...
โค5๐Ÿ‘2
Unlocking the intricacies of the DRAKON language, once a closely-guarded secret of the Soviet Union, can open up doors in the programming world. The brain behind this language's popularization, Parondzhanov V. D., has tirelessly contributed to promoting this language, even authoring web content, books, and organising workshops about it, making it feasible for professionals like chemists and doctors to use it.

Built distinctly from the myriad symbolic languages, DRAKON is graphical, portraying algorithms as easily comprehensible icons. Most notable is the simplicity of these diagrammatic flows which are so clear that even non-programmers find them legible. Additionally, these diagrams can be transformed into functioning programmes with just one click.

Developers looking to translate their algorithms to easily intelligible forms can leverage the DRAKON language to create diagrams. Wh...

Read more...
๐Ÿ‘4๐Ÿ‘2
Understanding the placement of files within the Service Terminal Folder is critical. For instance, in the accompanying image, one can view the setup of a new sell order, specifically with a comment denoting 1800 points. This visualization extends to the after effects of the sell order as well.

But it doesn't stop there.

Displaying graphical objects, like a horizontal line at 450 points, can make a huge difference in comprehension. There's much to glean from the subsequent result of creating this line.

How does the Real SL Trailing function? Quite simple. Begin by opening a trade order and specifying the real stop loss distance in points within the comments. On the other hand, the Virtual SL Trailing process involves crafting a horizontal line on the same symbol chart. Follow this by renaming it and marking the virtual stop loss distance in points within the object's description.
...

Read more...
๐Ÿ‘6โค2๐Ÿ‘2
Delving into the depths of time-series analysis, the intriguing concept of number walls comes to light. Rooted in the cross-rule, number walls enable mathematical predictions about number sequences after generating a matrix, ultimately indicating the sequence's convergence.

Curiously, the usage of Laurent Power Series (FLS) brings to the table a novel way of representing the sequences, relying heavily on arithmetic in polynomial format and Cauchy products. These ideas are elucidated more upon in a newly published paper.

By using LFSR sequences, it's possible to establish the recurrence relation, meaning the linear combination of consecutive terms will equal zero. Thus, an index-based relationship between sequence elements is inferred, bolstering its power to accurately predict the future values.

The beauty of the concept is then illustrated using two simple yet unique examples, th...

Read more...
๐Ÿ‘3๐Ÿ‘1
Diving into the intriguing world of hybrid optimization algorithms, there's a particular algorithm that graciously takes the spotlight. The Shuffled Frog Leaping Algorithm (SFL), founded by M. Eusuff and his team back in 2003. The SFL algorithm smartly interweaves principles from the memetic algorithm and the particle swarm algorithm, creating a blend that mirrors the behaviour of a group of frogs during the foraging phase.

Initially developed as a metaheuristic method to tackle combinatorial optimization issues, the SFL algorithm utilizes mathematical functions and informed heuristic search. Key components of this algorithm are "memeplexes" - interacting virtual populations of frogs. Each memeplex embarks on an independent local search, resembling particle swarm optimization but with a spotlight on local search.

Despite having local emphasis, global exploration is supported throu...

Read more...
๐Ÿ‘4๐Ÿ‘2
A fundamental element in currency trading is risk management. The offered MQL5 Expert Advisor (EA) script bears significance by automating this process. Rather than focusing on entry signals or market timings, it emphasizes on safely closing open positions, contingent on a user-defined profit or loss threshold, thereby limiting potential risks.

Two primary external variables integrated into the code are 'RiskPercentage' and 'ProfitPercentage'. The former is used to calculate the maximum permitted loss per trade, which is later compared to the current loss. If the loss reaches the mentioned limit, the trade concludes. Conversely, 'ProfitPercentage' measures the expected profit per trade. When profits touch the defined limit, the trade automatically secures the gain.

Being independent of specific market indicators, this EA is versatile, applicable to any symbol or timeframe. Nonethele...

Read more...
๐Ÿ‘4โค2๐Ÿ‘2
Transitioning from a manual strategy to a fully automated Expert Advisor (EA) requires a solid understanding of programming and financial markets. The belief that fully automated EAs could instantly generate profits is misleading.

Every strategy, algorithm, or method designed to turn an automated system into a profitable scheme has already been tested and developed. Some have proven unsuitable, while others have prevailed by incorporating effective risk control mechanisms, earning steady profits over a period.

The process of designing a fully automated EA necessitates a clearly defined set of trading rules. It is pivotal to avoid subjectivity. Teaching a robot, devoid of emotion or bias, requires complete objectivity. The process of setting trading rules will be strictly governed by the chosen model.

The key behind making a system adaptive is through incorporating a level of erro...

Read more...
๐Ÿ‘5๐Ÿ‘Œ1๐Ÿ‘€1
In the dynamic landscape of trading, calculating risk is a fundamental component. A tool which readily provides the risk calculation in the account currency for a specific trading volume of any selected symbol can significantly optimize decision-making processes.

The utility of such a program lies in its ability to operate at diverse time periods, thus offering a broader perspective on the projected risk. Proactively managing exposure has never been more straightforward.

The calculated risk data is dexterously published in the journal found in the Experts tab of the Toolbox. With the information at your fingertips, easy and efficient risk analysis becomes more attainable, enhancing overall trading practices.

In this ever-evolving world of trading technologies, being adept at leveraging the right tools can make the difference between successes and missed opportunities. Remember, fa...

Read more...
๐Ÿ‘2โค1๐Ÿ‘1
The drawdown-averaging algorithm, a popular method employed by a wide range of Expert Advisors, exhibits myriad variations and hybrids. Predicated upon the concept of trading against market movement, this practice allows the EA to buy low and sell high.

The rebuy algorithm, as it's commonly referred, draws from a rich pool of strategic subtleties, making it a fertile ground for further examinations. Nuanced assessments of these rebuy systems are key to enhancing their trading efficiency.

Unfortunately, it seems that not every algorithmic and manual trader grasps the gravity of these systems. Without a comprehensive understanding of the methods employed, they risk blowing up their account or getting stuck in a drawdown. Thus, reaching out to and taking advice from experienced practitioners is of paramount importance.

To properly assess rebuy systems, traders must factor in indirec...

Read more...
๐Ÿ‘4๐Ÿ‘Œ2๐Ÿ”ฅ1
In the rapidly evolving digital landscape, it's crucial to stay on top of emerging trends and technologies. Recently, there has been significant progress made in the field of Artificial Intelligence (AI).

Machine Learning (ML), a subset of AI, is steadily gaining traction across multiple industries. This technology enables computers to learn and interpret data patterns, a task typically assigned to human intelligence.

Python, a versatile programming language, is often preferred for ML because of its simplicity and extensive libraries. Whether it's automating routine tasks, developing complex algorithms, or data analysis, Python offers robust solutions.

However, progressing with Python entails familiarity with its syntax and understanding the foundations of ML. There are various online platforms available where interested individuals can learn Python for ML at their own pace.

Apart...

Read more...
๐Ÿ‘3โค1๐Ÿ‘1
Continuing from the previous section on monoids, the discussion now shifts towards their transformative properties. Monoids, by definition, maintain a characteristic of consistency retaining members of their set. Thus, their role in transformation is limited.

Monoid actions are, therefore, the key attributes that allow transformation since the action set doesn't need to subsist within the monoid set. As a result, monoid action outputs can fall outside the monoid set, opening up new opportunities for data manipulation.

To understand further, one can imagine a monoid action 'a' of a monoid M (e, *) on a set S. This can be represented as such: a: M x S --> S ; where m, n, are representatives of the monoid M, and s belongs to the set S. This fundamental understanding aids in demystifying the roles of monoids and their actions.

Transitioning to practical application, the relative import...

Read more...
๐Ÿ‘6โค1๐Ÿ‘1
Presenting the MT5 custom indicator, 'wd.Range_BB,' a sophisticated tool designed to exhibit Bollinger Bands with personalized color schemes and line styles on the trading charts. Additionally, this useful gadget calculates the range bandwidth, referring to the difference in pips, between the upper and lower Bollinger Bands.

The one feature that sets 'wd.Range_BB' apart is the diversified Bollinger Bands Settings. These configurations allow users to alter the period, shift, deviation, and applied price for the Bollinger Bands along with modifying the visual elements including color and line style.

Another unique attribute is the capability to 'place range/bandwidth information labels' in a specified sub-window. The location of the labels can be adjusted according to user preference, facilitating placement in the primary chart or subs-window. To enhance user convenience, the label pl...

Read more...
๐Ÿ‘12๐Ÿ‘2โค1๐Ÿ”ฅ1
Navigating the volatile world of trading can be a challenging task. The importance of efficient money management practices, particularly in maximizing profits and minimizing risks, cannot be overstated. Utilizing calculated rules for resolving optimal transaction volumes can make all the difference.

A successful trading strategy that takes into account stop losses and take profits is viewed as the foundation for good money management. Determining the effectiveness of these strategies over the long term involves mathematical expectation; understanding the potential profitability of each trade can lead to more rational decisions and efficient capital management.

A trader's arsenal should include various money management strategies, ranging from models demonstrating linear to hyperbolic growth. Linear growth, one of the simplest patterns, involves maintaining a consistent position siz...

Read more...
๐Ÿ‘4โค1๐Ÿ‘Œ1
As someone with decades of experience in IT and software development, witnessing the evolution of technology is remarkable. From intricate server configurations to agile cloud-based platforms, technology's advance transforms business operations and productivity.

In software engineering, the move towards efficient, high-performing algorithms has eradicated the need for space-consuming servers. The latest paradigms are accelerating development timelines while ensuring cost-effectiveness. Public cloud services are set to surpass traditional data centers in terms of both cost and efficiency.

In the realm of programming, languages continue to evolve to provide developers with a robust and flexible approach. Languages like Python and JavaScript become diversified by their extensive libraries and modules, setting new industry standards. This continuous innovation provides developers with ...

Read more...
๐Ÿ‘9โค1๐Ÿ‘Œ1
Understanding the ins and outs of the Donchian Channel indicator is vital for effective trading. Developed by Richard Donchian, this trend-following and lagging indicator is built to identify trends by tracking price movements within a set time period. It is composed of three lines that form a channel containing the price. The Donchian Channel's upper line signifies the highest price recorded within a specific time, while the lower line represents the lowest price in that period. A middle line marks the halfway distance between the upper and lower lines.

The Donchian Channels differs from the Bollinger Bands - the former charts the highest high and the lowest low during a specific period while the latter plots an average of a period of time after factoring in two standard deviations. It plays a crucial role in setting up stop-loss and take-profit levels, potentially reducing the risk...

Read more...
๐Ÿ‘2
Analysing the intricacies involved in the coding language of Python is a task of no small import. This task aids in developing underlying knowledge of data structures, making it imperative amongst skilled developers. With a steady proficiency in this high-level language, a programmer can utilize its potential for building simple to complex functions, improving productivity multifold.

Furthermore, understand the implementation of Pythonโ€™s Object-Oriented Programming (OOP) aspects, to create clear and efficient code. Knowledge in advanced concepts like decorators and generators further broadens the dimension of one's programming potential.

Yet, it's not Python's semantics and syntax alone that's important. Furnish a deep understanding of how to debug and test Python applications to ensure the robustness of your code. These skills are vital for creating a scalable, maintainable, and ...

Read more...
๐Ÿ‘5๐Ÿ‘2โค1โšก1
The following post delineates the usage of trend indicators in Expert Advisors (EAs) and how to connect them, emphasizing indicators such as Adaptive Moving Average, Average Directional Movement Index, and Bollinger Bandsยฎ, among others. The process includes stages from initializing variables and creating an indicator handle to deinitializing and data retrieval. Each indicator is briefly described, together with their functions, methods of at initialization and deinitialization, data retrieval procedures, and methods of display on the dashboard. There is also instruction given on how to undertake the process of visualizing data on the panel and handling panel events. An understanding of these procedures can enhance the use of trend indicators in EAs while optimizing the benefits of custom programs for each indicator, concluding with a succinct code for connecting and using indicators ...

Read more...
๐Ÿ‘2๐Ÿ˜1
In a rapidly evolving field such as programming, keeping up with the latest trends and technologies is crucial. Current industry shifts indicate an increasing preference towards Python due to its simplicity, readability, and versatility. Interestingly, it's not only being utilized for web and software development, but is making strides in the realms of data analysis and machine learning as well.

Recent advancements in the field of AI have greatly benefited from Python, largely due to the availability of numerous libraries such as TensorFlow and PyTorch. These libraries facilitate the creation of solutions in neural networks, natural language processing and more.

Even in the field of data analysis, Python's role is substantial. Libraries such as Pandas, NumPy, and SciPy make it possible to manipulate and analyze largescale data with relative ease.

Make it a point to update your tool...

Read more...
โœ3๐Ÿ‘3๐Ÿ‘3๐Ÿ‘Œ1
The evolutionary computation, a niche in machine learning and artificial intelligence, has shown significant promise in solving optimization problems and tuning AI algorithms. Algorithms such as Mind Evolutionary Computation (MEC), proposed in 1998 by Chengai, model human behavior within societal dynamics. In this setup, each individual functions as an intelligent agent influenced by the larger group's action.

Here, achieving a higher societal position necessitates learning from group members. Additionally, all individuals must strive for the same principle for their group to outdo others. A facet worth noting in the MEC algorithm lies in the exchange of information between individuals within and between groups.

Moving on to the operation of this algorithm, it is treated as multi-population, consisting of leading and lagging groups. It uses group initialization, local competition, ...

Read more...
๐Ÿ‘3๐Ÿ‘2๐Ÿ‘Œ1
A valuable tool for every IT specialist and programmer has been developed - an indicator designed to calculate 14 types of moving averages based on close price. The calculations are predominantly founded on pine script libraries, stemming from vast in-depth research and programming expertise.

The 14 types software developers and IT professionals will appreciate include: SMA (Simple Moving Average), EMA (Exponential Moving Average), WMA (Weighted Moving Average), and VWMA (Volume Weighted Moving Average). Further types comprise RMA (Running Moving Average), DEMA (Double Exponential Moving Average), TEMA (Triple Exponential Moving Average), and ZLEMA (Zero Lag Exponential Moving Average).

The compilation also accommodates HMA (Hull Moving Average), ALMA (Arnaud Legoux Moving Average), and LSMA (Least Squares Moving Average). Alongside these, SWMA (Sine Weighted Moving Average), SMMA...

Read more...
๐Ÿ‘4โค3๐Ÿ‘2