Articles, Library comments - page 75

  Indicators: PWMA  (1)
PWMA: Power weighted MA Author: Scriptor
Price Line 2 : Shows Last Price, Daily % Change, Symbol name, Countdown or Time left on closing and Time on chat Author: Dark Ryd3r
Adaptive momentum oscillator idea from David Varadi. : Adaptive momentum oscillator idea from David Varadi. Author: maximo
BreakEven Function : Just a Basic Functions For BreakEven. Author: Kailash Bai Mina
RSI+MA: RSI with MA and Label value/phase indicator Author: Luca
New article Custom Indicators in MQL5 for Newbies is published: Any new subject seems complicated and hard-to-learn for a newbie. Subjects that we know seem very simple and clear to us. But we simply do not remember, that everyone has to study something from scratch, and even our native language....
OpenBuyStopLimitOrder: A script for placing a BuyStop Limit order. Author: Nikolay Kositsin
VPS Monitor - Metatrader 5 : Use this simple Indicator to monitor your VPS. Author: Stefanus Wardoyo
GARCHV2 : A second version of GARCH volatility indicator of https://www.mql5.com/en/code/11776. Author: andres.barale
Pivot_Points_Lines_v1.3 MT5 : Draws Pivot Points formulas Author: NickBixy
New article Graphics in DoEasy library (Part 93): Preparing functionality for creating composite graphical objects has been published: In this article, I will start developing the functionality for creating composite graphical objects. The library will support creating composite graphical objects
  Indicators: MTF MACD  (15   1 2)
MTF MACD: Multi timeframe MACD - has additional parameter - TimeFrame. You can use it to set up higher timeframe from which MACD will calculate its values. Author: Rafal Dubiel
PULL BACK: "PULL BACK" EA Trades when there is a pull back from the trend of 2 Moving Averages. Author: Aharon Tzadik
ZigZag Semaphore (semfore) Indicator: This indicator places a mark (a semaphore) at the zig zag for each of 4 zig zag evaluation lengths. Author: LukeB
Hotkeys_TimeFrames_v1.0 : hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn Author: NickBixy
Andrews Pitchfork: "Andrews Pitchfork" EA draws Andrews Pitchfork on chart and trades with its trend,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ. Author: Aharon Tzadik
Volume with MA and color of candle: Volume indicator as modified by RonT, but histogram bar color will be red on a down candle, green on an up candle Author: Robert Rice
OpenSellStopLimitOrder: A script for placing a SellStop Limit order. Author: Nikolay Kositsin
New article Graphics in DoEasy library (Part 91): Standard graphical object events. Object name change history has been published: In this article, I will refine the basic functionality for providing control over graphical object events from a library-based program. I will start from implementing
  Experts: Angry Bird (Scalping)  (26   1 2 3)
Angry Bird (Scalping): Expert Advisor inspired by Ilan 1.6. It uses the iCCI(CCI, Commodity Channel Index), iRSI(RSI, Relative Strength Index) indicators. Author: Vladimir Karputov
New article LifeHack for traders: Blending ForEach with defines (#define) has been published: The article is an intermediate step for those who still writes in MQL4 and has no desire to switch to MQL5. We continue to search for opportunities to write code in MQL4 style. This time, we will look into...
  Indicators: TTF  (1)
TTF: Oscillator TTF (Trend Trigger Factor) was developed as a method to identify market trends and reversals. Author: Scriptor
New article Decreasing Memory Consumption by Auxiliary Indicators is published: If an indicator uses values of many other indicators for its calculations, it consumes a lot of memory. The article describes several methods of decreasing the memory consumption when using auxiliary indicators. Saved...
Classic 2 Moving Averages crossover EA: Classic and one of the most popular trading strategies. Buy when fast MA crosses slow MA from below and sell when it crosses it from above. The EA is automatically generated with Mission Automate - visual strategy builder. https://www.mql5...
New article Fix PriceAction Stoploss or Fixed RSI (Smart StopLoss) has been published: Stop-loss are a major tool when it comes to money management in trading. Effective use of stop-loss, take profit and lot size can make a trader more consistent in trading and over all more profitable. Although
Easiest RSI: Opens position when RSI returns from extreme level. Author: George
  Experts: Simple Copier  (38   1 2 3 4)
Simple Copier: Copying utility with minimal functionality. Author: Vladimir Tkach
iSpread: The indicator shows the spread for each bar, the current spread and the minimum spread for a period. Author: Sergey Chalyshev
Correct Gann fan: A set of scripts to install and work with Gann fan. Custom fan has correct angles and is scale insensitive. Author: Андрей
New article Graphics in DoEasy library (Part 92): Standard graphical object memory class. Object property change history has been published: In the article, I will create the class of the standard graphical object memory allowing the object to save its states when its properties are modified. In