Articles, Library comments - page 15

  Experts: ROC  (9)
ROC: "ROC" EA Trades with "ROC" indicator, has Trailing Stop Loss &Take Profit works on all time frames major forex pairs and stocks NASDAQ. Author: Aharon Tzadik
Average (Breakeven) Price Indicator: This indicator draws a horizontal line at the Average/Breakeven Price for multiple positions. Author: Agostinho Jorge Oliveira
Auto Scheduler : It's a auto scheduler. Author: danyalyaseen
Screenshots with keyboard key press : Capture widescreen screenshots by pressing the 's' hotkey on the keyboard Author: Conor Mcnamara
  Experts: Pending order grid  (13   1 2)
Pending order grid: This EA Opens a grid of Buy Stops and Sell Stops at a specified distance from price. Has Stop Loss, Take Profit and Trailing Stop. Author: Thomas Kjelvik
Check out the new article: Developing a multi-currency Expert Advisor (Part 3): Architecture revision . We have already made some progress in developing a multi-currency EA with several strategies working in parallel. Considering the accumulated experience, let's review the architecture of our
New article Graphical Interfaces X: Word wrapping algorithm in the Multiline Text box (build 12) has been published: We continue to develop the Multiline Text box control. This time our task is to implement an automatic word wrapping in case a text box width overflow occurs, or a reverse word...
Support and resistance levels: This a bollinger band indicator with an extra deviation level. If you keep the period at 25 and deviations of 1.0 and 2.0, It will show you all your resistance and support lines. And also overbought and oversold levels. Author: edwin
Get Position commission OrderCommission (mt4 term) of an active position in MT5 : Get commission of an active position in mt5 , its easy to use function. Author: Farrukh Aleem
AllAverages v4.9 : One of the latest version of this indicator at the moment. Huge base of different modifications of moving averages, with multitimesframe function, sending signals to e-mail and push notifications. Author: IVAN ASTAFUROV
Seasonal: The indicator is for seasonal trade. Author: Boeing737
  Experts: Buy Sell Stop Buttons  (23   1 2 3)
Buy Sell Stop Buttons: "Buy Sell Stop Buttons" EA sets up 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once. Author: Aharon Tzadik
Heiken Ashi Smoothed: Heiken Ashi is a very well known indicator. One of the variations that is actually improving the indicator is the "smoothed" version. The logic behind the smoothed version is simple: Instead of using "raw" prices"...
New article Creating a Multi-Currency Multi-System Expert Advisor has been published: I believe there are quite a few traders who trade more than one trading symbol and use multiple strategies. This approach does not only allow you to potentially increase your profit but to also minimize the risk...
Check out the new article: Neural networks made easy (Part 75): Improving the performance of trajectory prediction models . The models we create are becoming larger and more complex. This increases the costs of not only their training as well as operation. However, the time required to make a
Check out the new article: Building A Candlestick Trend Constraint Model (Part 4): Customizing Display Style For Each Trend Wave . In this article, we will explore the capabilities of the powerful MQL5 language in drawing various indicator styles on Meta Trader 5. We will also look at scripts and
Check out the new article: Neural networks made easy (Part 74): Trajectory prediction with adaptation . This article introduces a fairly effective method of multi-agent trajectory forecasting, which is able to adapt to various environmental conditions. Building a trading strategy is inseparable from
Check out the new article: MQL5 Trading Toolkit (Part 1): Developing A Positions Management EX5 Library . Learn how to create a developer's toolkit for managing various position operations with MQL5. In this article, I will demonstrate how to create a library of functions (EX5) that will perform
BB stops: BB stops - new version. Author: Mladen Rakic
Check out the new article: Master MQL5 from beginner to pro (Part II): Basic data types and use of variable . This is a continuation of the series for beginners. In this article, we'll look at how to create constants and variables, write dates, colors, and other useful data. We will learn how to
Check out the new article: Integrating Hidden Markov Models in MetaTrader 5 . In this article we demonstrate how Hidden Markov Models trained using Python can be integrated into MetaTrader 5 applications. Hidden Markov Models are a powerful statistical tool used for modeling time series data, where
Check out the new article: Balancing risk when trading multiple instruments simultaneously . This article will allow a beginner to write an implementation of a script from scratch for balancing risks when trading multiple instruments simultaneously. Besides, it may give experienced users new ideas
New article How to Post a Product in the Market is published: Publish your interesting applications in the Market, and they will be immediately available to all traders who use MetaTrader 5 worldwide. The Market is a great opportunity to earn, with an immediate transfer to the account and convenient...
Check out the new article: Gain An Edge Over Any Market (Part II): Forecasting Technical Indicators . Did you know that we can gain more accuracy forecasting certain technical indicators than predicting the underlying price of a traded symbol? Join us to explore how to leverage this insight for
Filtered averages: Filtered averages Author: Mladen Rakic
Harmonic AI Pattern : HarmonicEA is an Expert Advisor (EA) developed for MetaTrader 4 (MT4) that utilizes harmonic pattern recognition and RSI-based signals to identify potential trading opportunities in the forex market. The EA is designed to detect various bullish and bearish harmonic patterns
Intraday Channel Breakout: Indicator that is checking for intra-day channel values and breakouts of those channels. The time segment that is used for channel is specified by the parameters, and then it is used to check if the upper or lower limit is broken. It is strictly made to be used on...
AllTheUpsTheresAlwaysDowns : This Expert Advisor (EA) is designed to automate trading with advanced entry and breakeven conditions. It places buy and sell orders based on moving averages and manages trades with customizable settings for lot sizes, stop loss, take profit, and breakeven conditions. It
New article Take a few lessons from Prop Firms (Part 1) — An introduction has been published: In this introductory article, I address a few of the lessons one can take from the challenge rules that proprietary trading firms implement. This is especially relevant for beginners and those who struggle
Trailing Stop Management Function : Filter orders based on the set magic number, execute the final stop loss management function, adjust the Stoploss and TrailingStop parameters, and place the Management function according to the structure of ea. It is recommended to place it under void OnTick()