Articles, Library comments - page 207

Range Oscillator - Smoothed: Range Oscillator is a useful indicator, but in its original form it probably lacks some smoothness in order to avoid some false signals. This version is adding that (smoothing) option in order to avoid some false signals. Author: Mladen Rakic
Close all orders once the drawdown reaches a specific percentage: This code has some functions to close all opened orders once the drawdown reaches a specific percentage of the account balance. Author: Khaled Mohamed
Price Zone Oscillator - Floating Levels Smoothed: In order to filter out some of the signals of the Price Zone Oscillator - Floating Levels indicator, smoothing is added to this version. It filters out a lot of false signals this way, thus possibly becoming more usable. Author:...
Price Zone Oscillator - Smoothed: One of the possible issues of the Price Zone Oscillator indicator is that the slope of it is tending to be "too fast". This version is an attempt to solve that issue. Here is a comparison of the two: the lag is minimal and the usability of the smoother...
Sigmoidal Normalized RSI: One more possible way to avoid RSI "flattening". This is sigmoidal normalized version of RSI. Additional JMA smoothing is used in order to produce smooth results. Author: Mladen Rakic
Normalized RSI JMA Smoothed: Normalized RSI tends to be "nervous" (the direction of the RSI itself, and of the normalized RSI as a result is changing sometimes erratically). This version is adding JMA smoothing to it in order to make that volatility lesser and to attempt to make the slope of...
Normalized RSI: Some indicators are working equal for all calculation lengths some are not. One example that is not is RSI. Even though it is taken for granted that it oscillates in 0-100 range (so it is normalized already) and regardless of it's obvious usefulness, every serious study...
Feed of all deals: The indicator displays the total number of deals by symbol in real time. Author: prostotrader
Price Zone Oscillator - Floating Levels: Price Zone Oscillator indicator is based on the "Entering the Price Zone" article by Walid Khalil and David Steckler. In our last article, we introduced a new oscillator that provides better guidance to buying and selling levels for securities: the...
Price Zone Oscillator: Price Zone Oscillator indicator is based on the "Entering the Price Zone" article by Walid Khalil and David Steckler. In our last article, we introduced a new oscillator that provides better guidance to buying and selling levels for securities: the Volume Zone...
OpenOrderMarketExecution: The script quickly open warrants Market Execution/Instant Execution with a choice lot at risk% Author: Vladimir Khlystov
Multi T3 Slopes: Indicator that checks slopes of 5 (different period) T3 Moving Averages and adds them up to show overall trend. You can chose between the two know T3 types: Original Tim Tillson T3 calculation type, Modified Fulks/Matulich calculation type. Author: Mladen Rakic
Multi JMA Slopes: Indicator that checks slopes of 5 (different period) Jurik Moving Averages (JMA) and adds them up to show overall trend. Author: Mladen Rakic
Multi Averages Slopes: Indicator that checks slopes of 5 (different period) averages and adds them up to show overall trend. Averages that can be used in this indicator are the: Simple Moving Average (SMA), Exponential Moving Average (EMA), Smoothed Moving Average (SMMA), Linear Weighted...
Multi LSMA Slopes: Indicator that checks slopes of 5 (different period) Least Squares Moving Averages (LSMA or linear regression value) and adds them up to show overall trend. Author: Mladen Rakic
Choppiness Index - JMA Smoothed: Choppiness Index: another way of calculating fractal dimension. Choppiness Choppiness is a modern indicator based on ideas of chaos theory and fractal geometry. Benoit Mandelbrot was the one person most responsible for the great interest in the subject of...
Random Walk Index - JMA Smoothed: The Random Walk Index (RWI) is a technical indicator that attempts to determine if a stock's price movement is of random nature or a result of a statistically significant trend. The Random Walk Index attempts to determine when the market is in a strong...
RSX QQE New: The QQE (Quantitative Qualitative Estimator) indicator consists of a smoothed Relative Strength Index (RSI) indicator and two volatility-based trailing levels (fast and slow). Compared to the original QQE indicator, this version instead of using trailing levels uses fixed levels...
RSX QQE Histo: The QQE (Quantitative Qualitative Estimator) indicator consists of a smoothed Relative Strength Index (RSI) indicator and two volatility-based trailing levels (fast and slow). Compared to the original QQE indicator this version is adding: Fixed levels (to help further estimate...
RSX QQE: The QQE (Quantitative Qualitative Estimator) indicator consists of a smoothed Relative Strength Index (RSI) indicator and two volatility-based trailing levels (fast and slow). The Fast Trailing Level (TL) and Slow TL are constructed by calculating the average range of the smoothed...
QQE Histo: The QQE (Quantitative Qualitative Estimator) indicator consists of a smoothed Relative Strength Index (RSI) indicator and two volatility-based trailing levels (fast and slow). Compared to the original QQE indicator, this version is adding: Fixed levels (to help further estimate...
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...
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...
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...
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...
GalacticExplosion: Buy or Sell signals are generated when the price is above iMA (Miving Average, MA) with a very large period. As the number of open positions increases, the distance between trades (during which entry signals are skipped) also increases. The EA trades in the specified time interval...
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
New article Developing the oscillator-based ZigZag indicator. Example of executing a requirements specification has been published: The article demonstrates the development of the ZigZag indicator in accordance with one of the sample specifications described in the article "How to prepare...