당사 팬 페이지에 가입하십시오
Keltner Channel built relative to the average value of the XRSX oscillator as a sequence of candlesticks
The Exp_XOSignal_ReOpen trading system based on the signals of the XOSignal indicator with trend following scaling
Original mathematical functions taken from different places, which either do not have analogues or perform much faster than alternative implementations
A quick way to draw an arc-shaped channel using four mouse clicks.
This version of Polychromatic Momentum is using double smoothed EMA for smoothing. DSEMA has been proven for producing very good smooth results with a lag that is almost non-existent, hence, in combination with it, the Polychromatic Momentum indicator becomes much more usable when it comes to signals.
Indicator RP (Range Position) displays the price position within the range (from Low to High) reached over the previous N periods.
A class to reconstruct closed trades (paired in/out deals) from history sorted by close time.
Learn how to split the volume data into different groups so that you can compare them and create a strategy based on volume average.
Wick Ratio Candlesticks are recognized by its upper and lower wick ratio instead of open and close properties.
Smooth Algorithms fixed version plus Trade Algorithms plus full operational EA, plus two indicators . So you will get complete project where you be able to see example how to use and implement this libraries
The script is useful for inspecting the structure of ONNX models, providing insights into the input and output, their names, and their properties. It is particularly helpful for debugging and understanding the characteristics of ONNX models used in machine learning applications.
The 'wd.Multi_ClockPrice lite!' is the lite version of 'wd.Multi_ClockPrice', providing a visual representation of server time and bid prices on the chart. It synchronizes with PC clock every seconds, allowing seamless updates even when MT5 is offline. Real-time bid prices are displayed, efficiently meeting the need for price information. Place informational labels in the specified sub-window, adjusting positions as needed.
매스 인덱스(Mass Index)는 추세의 반전을 포착하기 위해 개발되었습니다. 최고 가격과 최저 가격 간의 변동을 기반으로 합니다. 진폭이 넓어지면 매스 인덱스가 커집니다. 좁아지면 인덱스가 작아집니다. 매스 인덱스는 Donald Dorcy에 의해 개발되었습니다.
All we want is to think about algorithms and methods, not about syntax and values how to place orders. Here you have simple functions to manage positions in MQL5.
The script exports historical quotes data from MetaTrader 5 for the import to MetaTrader 4. This solution will allow you to get the full history for MetaTrader 4.
The indicator is a combination of the FATL digital filter and analogue JMA adaptive smoothing.
CADXWOnArray class is designed for calculation of ADXW (Average Directional Movement Index Wilder, ADX Wilder) values on indicator buffers. The example of use of the class is provided.
CMACDOnArray class is designed for calculation of MACD (Moving Average Convergence/Divergence) values on indicator buffers. The example of use of the class is provided.
CDeMarkerOnArray class is designed for calculation of DeMarker values on indicator buffers.
The CFastFile eliminates the need for an intermediate writing of data to the physical file on disk. It provides the significant acceleration when working with data.