Articles, Library comments - page 326

New article File Operations via WinAPI has been published: Environment MQL4 is based on the conception of safe "sandbox": reading and saving files using the language are allowed in some predefined folders only. This protects the user of MetaTrader 4 from the potential danger of damaging important...
New article Alert and Comment for External Indicators. Multi-Currency Analysis Through External Scanning has been published: Alert for multi-currency and multiple time frame analysis of external indicators. The article deals with a method of getting event information in respect of events in...
eur/usd trend catcher: The idea of this robot is to catch long trends. Crossing the 15Min moving average triggers buy and sell orders. Author: sergey
FRASMA: Fractally Modified Simple Moving Average: This is a Simple Moving Average (contrary to Ehlers FRAMA that starts from an EMA), smoothed using findings from the fractal analysis of the on-going price changes. Author: Jean-Philippe Poton
New article Common Errors in MQL4 Programs and How to Avoid Them has been published: To avoid critical completion of programs, the previous version compiler handled many errors in the runtime environment. For example, division by zero or array out of range are critical errors and usually lead to...
Example of SAR Automated - with Advanced Money Management: This example has been built using SAR (Stop And Reverse) indicator with Advanced Money Management function. Author: Mohammad Soubra
FiboPivot_V2 : A pivot with Fibo levels constructed on the basis of daily candlesticks Author: Nikolay Kositsin
Solar Winds: As it can be seen, the indicator is perfect. Simply buy at the second black bar and sell at the second red bar. And take all the movement literally pip by pip. Author: John Smith
Daily_FiboPiv_DK : Daily Fibo support and resistance levels in the leverage from -300% to +300%. There are 36 levels plus pivot in total Fig.1 the Daily_FiboPiv_DK indicator Author: Nikolay Kositsin
Break-even price level (without loss level): The script shows the price level, where total profit for all of the opened positions will be non-negative (without loss level, or break-even price level). Author: IURII TOKMAN
Takbir: It shows the buy and sell signals. Author: John Smith
Pips to Point Conversion Function: This is a function. It is used to detect whether broker is 4 or 5 digits. As MetaTrader 4 calculates everything using point basis, coder can use this function to convert pips to point for machine reading. Author: Cher Nian Goh
Stufic Lite: This is simple copy of STUFIC PRO strategy which you can follow as signal or buy at the market. I bring this strategy to you. I publish a simple version of the original strategy PRO that I use on my real account. A version PRO is used for providing signals or in other hand is ready...
New article Comfortable Scalping has been published: The article describes the method of creating a tool for comfortable scalping. However, such an approach to trade opening can be applied in any trading. Author: Eryomin Sergey
Schnick [Support Vector Machine Learning Tool Tester - DEMO] : This script attempts to demonstrate the power of using support vector machines in solving classification style problems. This version of the code has been written specifically to be used in conjunction with the demo version of the
TDI-2: The "Trend Detection Index" indicator is a modified "TDI" indicator. Author: John Smith
Heiken Ashi Oscillator: Choosing between Heiken Ashi bars and candlesticks is a problem and measuring when the short term trend is losing strengh is another one. This indicator solves both. Author: Point Zero
newMACD: newMACD Indicator. Author: Collector
  Scripts: LotLine  (2)
LotLine : The script shows the trade volume in lots required to move the position to a desired level. Author: Viktor Mossekhin
Ozymandias_v2 : A modification of the popular Ozymandias indicator. Author: Nikolay Kositsin
CCI_Chart : The CCI indicator in the main chart window relative to the Moving Average indicator. The CCI indicator is shown in green, the Moving Average line is red, and the levels with the default values are shown as borders of a light gray channel. Fig.1. The CCI_Chart indicator Author: Nikolay
RouletteGame : The Roulette Game. Author: Stasikusssss
New article How to create an indicator of non-standard charts for MetaTrader Market has been published: Through offline charts, programming in MQL4, and reasonable willingness, you can get a variety of chart types: "Point & Figure", "Renko", "Kagi", "Range bars", equivolume charts, etc. In this...
s_wininet: Example of using wininet.dll for downloading a web page. Author: Dmitry Fedoseev
RVI_Chart : The RVI Oscillator is drawn in the main chart window relative to the Moving Average indicator. RVI is drawn as a colored cloud, the Moving Average is blue. Fig.1. The RVI_Chart indicator Author: Nikolay Kositsin
RSICCIDiv: The indicator of trading signals based on the divergence of the RSI and CCI values Author: Dmitry Fedoseev
New interview Johnpaul77 Signal Providers: "Our Strategy Remains Profitable for More Than Three Years Now. So Why Would We Change It?" has been published: Let us reveal a little secret: MQL5.com website visitors spend most of their time on Johnpaul77 signal's page. It is a leader of our signal
3DaysHiLo: Simple indicator which displays High and Low 3 days ago. Author: Siti Latifah
SphereSample : The script SphereSample.mq5 illustrates control of graphic objects using the classes from the Standard Library (Base class of objects array CArrayObj , CChartObjectText ). Author: MetaQuotes Software Corp
Heiken Ashi in Subwindow: The indicator simply draws the Heiken Ashi candlesticks with high precision in a separate subwindow, and helps to navigate them without cluttering the main chart. Author: Maxim Kuznetsov