Articles, Library comments - page 254

Invest System 4.5 : A trading system based on the account balance and the result of the last trade. Author: Vladimir Karputov
Volume Zone Oscillator - Floating Levels : Indicator is based on the "In The Volume Zone" article by Walid Khalil and David Steckler. An axiom of technical analysis states that with few exceptions, all technical indicators can be classified as either trending or oscillating (non-trending) in their
Volume Zone Oscillator : Indicator is based on the "In The Volume Zone" article by Walid Khalil and David Steckler. An axiom of technical analysis states that with few exceptions, all technical indicators can be classified as either trending or oscillating (non-trending) in their design. This new
WPR Candles : This indicator is a variation of a well known WPR (Williams Percent Range) indicator. It is calculating a sort of 4 WPR values: WPR of Open, WPR of Close, WPR of High, WPR of Low. Those 4 values are then combined into "candles". The calculation is not using the original WPR
Accumulative Swing Index Smoothed - Floating Levels : In this version of Accumulative Swing Index Smoothed indicator we are introducing a sort of levels that can be used for trend assessment. Floating levels are used for that and that way the indicator is not depending on any kind of fixed levels
Accumulative Swing Index Smoothed : Accumulative Swing Index is a useful indicator but it lacks an ease of usage (sine the levels are not usable in it). This version of the indicator is attempting to add some more functionality to it by producing much smoother results in which case the slope of the
Spreader 2 : An Expert Advisor for two currency pairs Author: Vladimir Karputov
ma-shift Puria method : The Expert Advisor is based on Puria method with a few changes. It uses two iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD). Author: Vladimir Karputov
Exp_AMkA : The Expert Advisor based on the AMkA indicator Fig. 1. The instances of history of deals on the chart. Author: Nikolay Kositsin
Close At Time: Close At Time is an EA that closes open positions or deletes pending orders or both. You can also specify how it should be closed – by symbol, magic number or ticket number. extern bool bAllClose = false; //Close Allextern bool bSymClose = false; //Close by Symbolextern bool...
Schedule: The Schedule class defines a schedule as beginning at a certain day of the week and time, and running until the ending day of the week and time. There are also tests included in "Scripts\Tests\Schedule\ScheduleTests.mq4" that give extensive usage examples and codify the expected...
have troubles in compiling the following method: #include <Controls\DatePicker.mqh>CDatePicker CFormDialog::createDate(x1,y1) {   CDatePicker date;   int x1 =10;   int x2 =30;   int y1 =20;   int y2 =40;//--- create   if(!date.Create(m_chart_id,m_name+"Date",m_subwin,x1,y1,x2...
New article Graphical Interfaces V: The List View Element (Chapter 2) has been published: In the previous chapter, we wrote classes for creating vertical and horizontal scrollbars. In this chapter, we will implement them. We will write a class for creating the list view element, a compound part of
Large Time Frame: Indicator LargeTimeFrame. It draws the candlesticks of a larger timeframe on the chart. Author: John Smith
Tma Slope: TMA Slope indicator (non-repainting version). Author: Alexandre Julien-Pelletier
Exp_SilverTrend_ColorJFatl_Digit_MMRec : Two independent trading systems using indicators SilverTrend_V2 and ColorJFatl_Digit within one EA, with an option of changing the size of the future trade depending on the results of the previous ones for this trading system. Author: Nikolay Kositsin
cloud's trade 2 : Working with two indicators, Fractals and Stochastic, simultaneously, or with only one of them. Author: Vladimir Karputov
AOCCI : An Expert Adviswor based on two indicators: iCCI (Commodity Channel Index, CCI) and iAO (Awesome Oscillator, AO) Author: Vladimir Karputov
Exp_GStopLoss_Tm : An Expert Advisor for closing all positions, in case of the total losses on those positions exceeded the Stop Loss level fixed in inputs, or where it is necessary to close all positions beyond the time interval fixed in the settings. Author: Nikolay Kositsin
Choppiness_Index : Indicator Choppiness Index. Author: Scriptor
ButtMA : Indicator Butterworth MA. Author: Scriptor
AB : Indicator Acceleration Bands. Author: Scriptor
WRSI : An RSI smoothed by Wilder's moving average. Author: Scriptor
SAR_Oscillator : Parabolic Stop And Reverse as an oscillator. Author: Scriptor
Power : An indicator of bull/bear power. Author: Scriptor
III2 : Indicator Intraday Intensity Index 2. Author: Scriptor
AbsolutelyNoLagLwma_Range_Channel_HTF : Indicator AbsolutelyNoLagLwma_Range_Channel with the timeframe selection option available in the input parameters. Author: Nikolay Kositsin
DiffMA_Histogram : Difference of two moving averages within the range of one-direction candlesticks. Author: Scriptor
DiffMA : Two moving averages on the range of one-direction candlesticks. Author: Scriptor
Adaptable_RSI : A configurable RSI. Author: Scriptor