Articles, Library comments - page 162

  Experts: Gaps  (1)
Gaps: Adviser Gaps. Author: John Smith
SimSim (Simple Simulator v1.0) : Simple Simulator is designed to practice manual trading on historical data. Author: Mokara
McGinley dynamic (official) : McGinley dynamic (official version - as described by John R. McGinley) Author: Mladen Rakic
Doda-Donchian with stop-loss feature: Modified version of Donchian channel that shows when to Buy & Sell and most important, where to place stop-loss. Author: gopal krishan doda
Buyer and Seller Scripts with Stoploss and Takeprofit: 2 SCRIPtS TO AUTOMATE OPENING MULTIPLE POSITIONS SIMULTAINIOUSLY tith SL and TP Author: James Malwitz
  Experts: Demark Lines EA  (20   1 2)
Demark Lines EA: This expert is based on the famous DeMark Lines indicator. Author: bobby
Cercós Chaos vs Movement : Volatility indicator Author: Manuel Alejandro Cercos Perez
Moving average breakout : trending breakout Author: ReadyPlayerOne
DonForex DonchianFibo: Classic Donchian-channel with Fibonacci retracement levels. Author: DonFx
The "DC signals" signals generator : To generate signals, it uses the combined patterns of three indicators: DCOS (by DC2008), BullsPower and BearsPower. Author: Sergey Pavlov
ATR adaptive smoothed Laguerre RSI 2 (extended) : ATR adaptive smoothed Laguerre RSI 2 (extended) Author: Mladen Rakic
Waddah Attar Buy Sell Vol: This indicator separate Buy Volume and Sell Volume .. you never see like this before Author: waddah attar
New article Brute force approach to patterns search (Part II): Immersion has been published: In this article we will continue discussing the brute force approach. I will try to provide a better explanation of the pattern using the new improved version of my application. I will also try to find the
New article Multicurrency monitoring of trading signals (Part 2): Implementation of the visual part of the application has been published: In the previous article, we created the application framework, which we will use as the basis for all further work. In this part, we will proceed with the
TSI-Oscillator : The typical normalized oscillator varying within the range -100 to +100 and provided with a signal line. Author: Nikolay Kositsin
Basket Viewer-View Statistics on groups of Long and Short Pairs : This utility allows monitoring of multiple symbols and positions on one chart, with one group for long (buy) symbols, and another group for short (sell) symbols. Author: LukeB
Clarity Index : Clarity index is a purely volume based indicator which is constructed on basis of volume, range and positive/negative candle count. It reflects the strength of trend with respect to volume. Author: Navdeep Singh
iBearsBulls_Advanced_Histo: The indicator is shown in a histogram the Bull and Bears uptrend and downtrend uses a different way.You can set period of indicator and levels for trend. Author: Nikolaos Pantzos
  Experts: EA Close  (20   1 2)
EA Close : The Expert Advisor based on two oscillators: iCCI (Commodity Channel Index, CCI), iStochastic (Stochastic Oscillator) and one trend iMA (Moving Average, MA) indicator. Author: Vladimir Karputov
New article Expert Advisor based on the "New Trading Dimensions" by Bill Williams is published: In this article I will discuss the development of Expert Advisor, based on the book "New Trading Dimensions: How to Profit from Chaos in Stocks, Bonds, and Commodities" by Bill Williams. The strategy
Placing Stop Orders Grid: The script determines the price at the point of the chart, on which it was dropped down, and depending on that it places a grid of orders. Author: Vladimir Khlystov
simple engulf : candle pattern Author: ReadyPlayerOne
New article Prices in DoEasy library (part 63): Depth of Market and its abstract request class has been published: In the article, I will start developing the functionality for working with the Depth of Market. I will also create the class of the Depth of Market abstract order object and its
OnTester Commission Calculator : Calculates Brokerage, Commission or Slippage based on the Input on the strategy Tester Author: Dark Ryd3r
Renko Time and Time Between Candles Indicator: A very simple indicator to display the difference in time between candles in seconds. Author: pabloroacho
Open Random Charts : this script opens randomly selected charts and applies user-defined template. Author: Mokara
Pips Volatility Alarm : Catching the extreme change on candle. Author: DADALI ARWALY
Validate Me framework : Checks a trading robot must pass Author: Merit Christel Marie Mattsson
ATR Channels: ATR Channels Indicator. Author: Collector
Singleton Example: This is a working singleton code example. The sole purpose of this post is to provide a working code sample of a singleton object. A singleton object is created when there 'can be only one' of the object. This is accomplished by making an object's constructor private, and...