Articles, Library comments - page 28

Shadow_True_Strength_Index: Shadow True Strength Index Author: Scriptor
Check out the new article: Evaluating ONNX models using regression metrics . Regression is a task of predicting a real value from an unlabeled example. The so-called regression metrics are used to assess the accuracy of regression model predictions. Regression is a task of predicting a real value
Check out the new article: Category Theory in MQL5 (Part 20): A detour to Self-Attention and the Transformer . We digress in our series by pondering at part of the algorithm to chatGPT. Are there any similarities or concepts borrowed from natural transformations? We attempt to answer these and other
Check out the new article: Developing an MQTT client for MetaTrader 5: a TDD approach — Part 2 . This article is part of a series describing our development steps of a native MQL5 client for the MQTT protocol. In this part we describe our code organization, the first header files and classes, and
Check out the new article: Data label for timeseries mining (Part 2):Make datasets with trend markers using Python . This series of articles introduces several time series labeling methods, which can create data that meets most artificial intelligence models, and targeted data labeling according to
Wick Ratio Candlesticks : Wick Ratio Candlesticks are recognized by its upper and lower wick ration instead of open and close properties. Author: Rajesh Kumar Nait
New article Learn how to design a trading system by Fibonacci has been published: In this article, we will continue our series of creating a trading system based on the most popular technical indicator. Here is a new technical tool which is the Fibonacci and we will learn how to design a trading
ZZ Fibo Trader: The ZZ Fibo Trader is a simple illustration of the use of the Simple ZZ Fibo, which plots Fibonacci lines on long impulse waves of the ZigZag. In addition, the algorithm illustrates operation of the parabolic system for moving the stop loss. Author: Oleg Shenker
Weekly Fibo Levels: Calculation is based on current week open and previous week range. Due to its nature it probably best fits for a long term traders. Author: Mladen Rakic
Asymmetric Trend Pressure: The Asymmetric Trend Pressure indicator shows the trend direction and strength line. It can additionally show the bullish and bearish components of the trend. Author: Scriptor
VWAP Custom Position: Standard VWAP (Volume Weighted Average Price) calculation, but with configurable start position. Author: José Ricardo Magalhães
  Libraries: MT4Orders  (50   1 2 3 4 5)
MT4Orders: Parallel use of the MetaTrader 4 and MetaTrader 5 order systems. Author: fxsaber
  Indicators: PVT  (1)
PVT: Price Volume Trend (PVT) is an indicator of price trend and volume, similar to the standard On Balance Volume (OBV) indicator. The indicator has no configurable parameters. Calculation formula: PVT = ((Close - Close(-1)) / Close(-1)) * TickVolume + PVT(-1) Interpretation of indicator...
Closing All Open Orders : This Script Closed All Open Orders At Once (Except Pending Orders) Author: Muhammad Ali Akbar
Check out the new article: Developing a Replay System — Market simulation (Part 06): First improvements (I) . In this article, we will begin to stabilize the entire system, without which we might not be able to proceed to the next steps. If you look closely, you can see an error in the system. We
GOLD OPERA : ONLY FOR GOLD Author: Sushil Vaishnav
Heiken Ashi w/ Doji Spotter: This is the standard Heiken Ashi, but with the option to spot Dojis and color them differently. Author: maj1es2tic
Check out the new article: Neural networks made easy (Part 37): Sparse Attention . In the previous article, we discussed relational models which use attention mechanisms in their architecture. One of the specific features of these models is the intensive utilization of computing resources. In this
Check out the new article: Elastic net regression using coordinate descent in MQL5 . In this article we explore the practical implementation of elastic net regression to minimize overfitting and at the same time automatically separate useful predictors from those that have little prognostic power
Stochastic code for beginners by William210 : Stochastic beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
  Experts: Adaptive grid  (11   1 2)
Adaptive grid : Adaptive grid expert for mt4 Author: Kenneth Parling
Plot the previous candlestick highs and lows of the selected period : It will automatically plot a colored horizontal line on the previous highs and lows of the selected period, and it will make the lines consistent on this price when switching timeframes. Author: phade
Translating mouse click on chart into price value (Helper function) : This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can
Strategy - Set And Forget (with Martingale system) : This strategy is the well known set & forget accompanied by the martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc. Author: Mario Gharib
Drag and Drop Move TakeProfit : Set TakeProfit by just dragging and dropping script on the desired price level. Author: Chioma Obunadike
Multi Timeframe Bollinger Bands: This is a multi timeframe indicator for Bollinger Bands. With it you can plot the Bollinger Bands of the higher timeframes without changing the current chart. This allows you to more clearly understand the price context by seeing the levels of the other timeframes on...
Check out the new article: Category Theory in MQL5 (Part 19): Naturality Square Induction . We continue our look at natural transformations by considering naturality square induction. Slight restraints on multicurrency implementation for experts assembled with the MQL5 wizard mean we are showcasing
Momentum code for beginners by William210 : Momentum beginner tutorial to learn how to code in MQL5 Author: Gerard Willia G J B M Dinh Sy
Close All Orders and Positions : This is a simple script that Closes all Orders and Positions available Author: Omega J Msigwa
  Indicators: Volume Average  (12   1 2)
Volume Average: Long known volume analysis method. In capital markets, volume, or trading volume, is the amount (total number) of a security (or a given set of securities, or an entire market) that was traded during a given period of time. In the...