Check out list of technical indicators with tutorials.
Collection of thousands of free metatrader indicators in mql4 format.
Official website for Doda-Bollinger bands. Modified version of Bollinger bands
Doda-Donchian and Ichimoku beautifully shows the beginning of Gold bullish run.
Finding Nifty correction reasons using Ichimoku and Elliot Wave Oscillator indicators.
Gold price movement watch using technical chart with Doda-Donchian and Ichimoku
Check trading strategy in Forex currency pair for today.
Check trading strategy in EURUSD currency pair using technical chart with ichimoku.
The real author: Tinytjan aka TheXpert Description: The ZigZag drawn using channel principle. The indicator displays some statistics – the ratio of the offcut length to the previous one and the offcut length itself (the length is the height in points from the lower point to the upper one). The ZZ.mq5 file is the zigzag [...]
The real author: Jason Robinson (jnrtrading) Description: The indicator automatically draws Fibonacci lines by yesterday’s or today’s range. Some notes to use indicator input parameters: input bool AutomaticallyAdjustToToday = true; //adjustment under the current prices input Hour TimeToAdjust=H00; //the hour of shifting Fibo input uint iDaysBackForHigh=0; //number of days back to obtain high input uint iDaysBackForLow=0; //number of days back to [...]
Real author: Igorad. Description: Author of all TrendStrength indicators are Igorad, there are a lot of similar indicators but his indicators can be used as a real filter to some systems, there are many Expert Advisors based on this indicators for MetaTrader 4, we can now build new Expert Advisor for MetaTrader 5. Image: You [...]
Description: Trading system using the XMUV and MUV_NorDIFF_Cloud indicators. The colored points of the MUV_NorDIFF_Cloud indicator serves as signals to make deals. Place XMUV.ex5 and MUV_NorDIFF_Cloud.ex5 compiled files to the terminal_data_folder\MQL5\Indicators. Default Expert Advisor’s input parameters have been used during the tests shown below. Stop Loss and Take Profit have not been used during the tests. [...]
The real author: XrustSolution Description: The indicator draws horizontal lines on the level of last fractals up and down and also displays the information about the obtained fractal channel in the left upper corner of the indicator. This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 15.08.2008. Image: Fig.1 [...]
Check how FEDERAL RESERVE’S QE3 WORK?
Nasdaq boosts Facebook compensation plan to $62 mln
Nasdaq alters IPO procedures after Facebook glitch
Facebook stock fell as low as US$33 in the first half-hour of trade on Monday before closing at ~US$34.03. That is down 11% from Friday’s close of US$38.23.
Check technical analysis of Gold technical chart.
Real author: Igorad. Description: This Nick Rypock concept or idea was created by Konstantin Kopyrkin in 2001… If we read ‘Nick Rypock’ from back to front so we will receive the name of the author of idea… by the way – it is good idea to name the idea by own name. Example: You can [...]
The real author: Waddah Attar Description: Support and resistance levels drawn by the day charts. This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 15.11.2008. Image: Fig.1 The Waddah_Attar_Hidden_Levels indicator Download the indicator from here Do you like this post? Subscribe to our Free! newsletter to get updated. [...]
Description I would like to represent you a small script that copies candlestick data for the specified period of time and searches separate parts of the candlestick (body, upper and lower shadows) there. Then the script finds the maximum and minimum value, as well as the arithmetic mean value. In this case, scanning is performed [...]
The real author: svm-d Description: The fast trends indicator drawn on the basis of two XMUV Moving Averages. In fact, as a result two lines of the Momentum indicator drawn on the basis of this Moving Average with SMA and EMA averagings respectively and led to the changes at the range -100 … +100 are [...]
The real author: svm-d Description: The fast trends indicator drawn on the basis of two XMUV Moving Averages. In fact, as a result two lines of the indicator drawn on the basis of this Moving Average with SMA and EMA averagings respectively and led to the range of changes from -100 to +100 values are [...]
The real author: svm-d Description: The fast trends indicator drawn on the basis of two XMUV Moving Averages. In fact, as a result two lines of the Momentum indicator drawn on the basis of this Moving Average with SMA and EMA averagings respectively are displayed. The crossing of these Momentum indicators defines the moments of [...]
Description: The vaMA is the indicator drawn on the simple principle of price shift, the smoothed EMA, the increments of the first 3 orders with a step proportional to the period of smoothing. Then we get the smoothed and the fast indicator. Indicator input parameters: input int vaMA_period=15; //Period input bool use_double_smooth=1; //Double smoothing Image: [...]
The real author: Gryb Alexander Description: The Lagrange interpolating polynomial is used to determine the functions by the specified points. In fact, the indicator takes the coordinates of price points between input int ibegin and input int iend (They are drawn by red and blue lines in the chart) and with [...]
The real author: klot Description: The redrawing oscillator drawn on the basis of the SSA.mqh singular transformation library of functions. The redrawing occurs at the last bars section equal to the value of the indicator input parameter: input uint Lag=10; Unfortunately, the author did not leave any comments and [...]